ALSA: AACI: fix recording bug
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 29 Nov 2009 16:39:59 +0000 (16:39 +0000)
committerTakashi Iwai <tiwai@suse.de>
Mon, 30 Nov 2009 13:50:55 +0000 (14:50 +0100)
commit8ee763b9c82c6ca0a59a7271ce4fa29d7baf5c09
tree2d0ac3adfbca180ec159df8adb7f8024045cd4c6
parent4acd57c3de62374fe5bb52e5cd24538190f4eab2
ALSA: AACI: fix recording bug

pcm->r[1].slots is the double rate slot information, not the
capture information.  For capture, 'pcm' will already be the
capture ac97 pcm structure.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Cc: <stable@kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/arm/aaci.c