[alsa-devel] [PATCH] alsa: hdsp - allow proc reporting with disconnected io box
the hdsp driver refuses to report any information via the proc interface, if the io box is not connected. with this patch, the content of the control and status registers is printed before the iobox check.
Signed-off-by: Tim Blechmann tim@klingt.org --- sound/pci/rme9652/hdsp.c | 37 ++++++++++++++++++++----------------- 1 files changed, 20 insertions(+), 17 deletions(-)
At Wed, 12 Aug 2009 13:00:13 +0200, Tim Blechmann wrote:
the hdsp driver refuses to report any information via the proc interface, if the io box is not connected. with this patch, the content of the control and status registers is printed before the iobox check.
Signed-off-by: Tim Blechmann tim@klingt.org
Your patch can't be cleanly applied. Could you regenerate based on the latest sound git tree?
thanks,
Takashi
here you go ...
-- the hdsp driver refuses to report any information via the proc interface, if the io box is not connected. with this patch, the content of the control and status registers is printed before the iobox check.
v2: rebased against sound-2.6/master
Signed-off-by: Tim Blechmann tim@klingt.org --- sound/pci/rme9652/hdsp.c | 39 ++++++++++++++++++++++----------------- 1 files changed, 22 insertions(+), 17 deletions(-)
At Wed, 12 Aug 2009 18:12:43 +0200, Tim Blechmann wrote:
here you go ...
-- the hdsp driver refuses to report any information via the proc interface, if the io box is not connected. with this patch, the content of the control and status registers is printed before the iobox check.
v2: rebased against sound-2.6/master
Signed-off-by: Tim Blechmann tim@klingt.org
OK, applied now. Thanks!
Takashi
participants (2)
-
Takashi Iwai
-
Tim Blechmann