summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorDennis Kadioglu <denk@post.com>2017-01-09 17:10:46 +0100
committerSasha Levin <alexander.levin@verizon.com>2017-03-06 17:29:17 -0500
commit9b1f2ea4c0f3e52fa9486e9587dd97a782cf2995 (patch)
treea832223000e2238bd8e780482b1445ca5444e638 /sound
parent13d7adf646017517382ec541652eb7d3bc77742c (diff)
ALSA: usb-audio: Add a quirk for Plantronics BT600
[ Upstream commit 2e40795c3bf344cfb5220d94566205796e3ef19a ] Plantronics BT600 does not support reading the sample rate which leads to many lines of "cannot get freq at ep 0x1" and "cannot get freq at ep 0x82". This patch adds the USB ID of the BT600 to quirks.c and avoids those error messages. Signed-off-by: Dennis Kadioglu <denk@post.com> Cc: <stable@vger.kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
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 4a083433944e..2c71e5682716 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -1132,6 +1132,7 @@ bool snd_usb_get_sample_rate_quirk(struct snd_usb_audio *chip)
case USB_ID(0x045E, 0x076F): /* MS Lifecam HD-6000 */
case USB_ID(0x045E, 0x0772): /* MS Lifecam Studio */
case USB_ID(0x045E, 0x0779): /* MS Lifecam HD-3000 */
+ case USB_ID(0x047F, 0x02F7): /* Plantronics BT-600 */
case USB_ID(0x047F, 0x0415): /* Plantronics BT-300 */
case USB_ID(0x047F, 0xAA05): /* Plantronics DA45 */
case USB_ID(0x04D8, 0xFEEA): /* Benchmark DAC1 Pre */