26 Feb
2008
26 Feb
'08
10 a.m.
Rask Ingemann Lambertsen wrote:
I'm looking at sound/isa/sb/sb8_main.c from linux 2.6.20. In snd_sb8_capture_prepare(), a line reads:
if (chip->capture_format != SB_DSP_OUTPUT) {
Shouldn't this be SB_DSP_INPUT instead?
Yes. Now fixed in the ALSA tree.
Thanks! Clemens