summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorVittorio Gambaletta (VittGam) <linuxbugs@vittgam.net>2016-08-08 12:35:40 +0200
committerTakashi Iwai <tiwai@suse.de>2016-08-09 08:49:18 +0200
commit41f5e3bdbf706a9e98194bf0c4b62a875c02f170 (patch)
treee6d3a81f2e394a078ff9cf6831476eea9fbcff4b /sound
parent7627e40c66b5547e12b6c5673646ceea84797a74 (diff)
downloadlinux-0-day-41f5e3bdbf706a9e98194bf0c4b62a875c02f170.tar.gz
linux-0-day-41f5e3bdbf706a9e98194bf0c4b62a875c02f170.tar.xz
ALSA: usb-audio: Add quirk for ELP HD USB Camera
The ELP HD USB Camera (05a3:9420) needs this quirk for suppressing the unsupported sample rate inquiry. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=98481 Cc: <stable@vger.kernel.org> Signed-off-by: Vittorio Gambaletta <linuxbugs@vittgam.net> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/usb/quirks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
index b70d4dc4ef10f..6cf1f35974558 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -1139,6 +1139,7 @@ bool snd_usb_get_sample_rate_quirk(struct snd_usb_audio *chip)
case USB_ID(0x047F, 0xAA05): /* Plantronics DA45 */
case USB_ID(0x04D8, 0xFEEA): /* Benchmark DAC1 Pre */
case USB_ID(0x0556, 0x0014): /* Phoenix Audio TMX320VC */
+ case USB_ID(0x05A3, 0x9420): /* ELP HD USB Camera */
case USB_ID(0x074D, 0x3553): /* Outlaw RR2150 (Micronas UAC3553B) */
case USB_ID(0x1de7, 0x0013): /* Phoenix Audio MT202exe */
case USB_ID(0x1de7, 0x0014): /* Phoenix Audio TMX320 */