]> git.hungrycats.org Git - linux/commit
ALSA: AACI: fix recording bug
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 29 Nov 2009 16:39:59 +0000 (16:39 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 8 Dec 2009 18:21:01 +0000 (10:21 -0800)
commit2a2c59e64de72e390d427e165d937020c7f417fe
tree2727f9d04ebef0fd57ca0be6bd511d6a0084c754
parentc20be9b482978de39a489dfc2e2a4ccb8ee9ea56
ALSA: AACI: fix recording bug

commit 8ee763b9c82c6ca0a59a7271ce4fa29d7baf5c09 upstream.

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>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
sound/arm/aaci.c