]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: usb-audio - Workaround for misdetected sample rate with CM6207
authorJoris van Rantwijk <jorispubl@xs4all.nl>
Mon, 16 Feb 2009 21:58:23 +0000 (22:58 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 17 Mar 2009 00:52:51 +0000 (17:52 -0700)
commit0a30057e7d3fc194cfdd81a9983c3c645f962749
treece39a274d417016d68d6511c4eb4cc333b1c4860
parent052bfb327a2624ac0cc36a4a0a420488bc28b363
ALSA: usb-audio - Workaround for misdetected sample rate with CM6207

commit 3b03cc5b86e2052295b9b484f37226ee15c87924 upstream.

The CM6207 incorrectly advertises its 96 kHz playback setting as 48 kHz
in its USB device descriptor. This patch extends an existing workaround
in usbaudio.c to also cover the CM6207.

This resolves issue 0004249 in the ALSA bug tracker.

Signed-off-by: Joris van Rantwijk <jorispubl@xs4all.nl>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
sound/usb/usbaudio.c