Skip to content

Commit e3f77bb

Browse files
Dennis Kadioglugregkh
authored andcommitted
ALSA: usb-audio: Add a quirk for Plantronics BT600
commit 2e40795c3bf344cfb5220d94566205796e3ef19a upstream. 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> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent a1c81f8 commit e3f77bb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sound/usb/quirks.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,6 +1136,7 @@ bool snd_usb_get_sample_rate_quirk(struct snd_usb_audio *chip)
11361136
case USB_ID(0x045E, 0x076F): /* MS Lifecam HD-6000 */
11371137
case USB_ID(0x045E, 0x0772): /* MS Lifecam Studio */
11381138
case USB_ID(0x045E, 0x0779): /* MS Lifecam HD-3000 */
1139+
case USB_ID(0x047F, 0x02F7): /* Plantronics BT-600 */
11391140
case USB_ID(0x047F, 0x0415): /* Plantronics BT-300 */
11401141
case USB_ID(0x047F, 0xAA05): /* Plantronics DA45 */
11411142
case USB_ID(0x04D8, 0xFEEA): /* Benchmark DAC1 Pre */

0 commit comments

Comments
 (0)