Skip to content

Commit 0dcd020

Browse files
khfengtiwai
authored andcommitted
ALSA: usb-audio: Add sample rate quirk for Plantronics C310/C520-M
Like other Plantronics devices, C310 and C520-M do not support sample rate reading. Add them to the sample rate quirk accordingly. BugLink: https://bugs.launchpad.net/bugs/1708499 BugLink: https://bugs.launchpad.net/bugs/1709282 Signed-off-by: Kai-Heng Feng <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent 5a5d718 commit 0dcd020

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/usb/quirks.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,6 +1137,8 @@ bool snd_usb_get_sample_rate_quirk(struct snd_usb_audio *chip)
11371137
case USB_ID(0x047F, 0x02F7): /* Plantronics BT-600 */
11381138
case USB_ID(0x047F, 0x0415): /* Plantronics BT-300 */
11391139
case USB_ID(0x047F, 0xAA05): /* Plantronics DA45 */
1140+
case USB_ID(0x047F, 0xC022): /* Plantronics C310 */
1141+
case USB_ID(0x047F, 0xC036): /* Plantronics C520-M */
11401142
case USB_ID(0x04D8, 0xFEEA): /* Benchmark DAC1 Pre */
11411143
case USB_ID(0x0556, 0x0014): /* Phoenix Audio TMX320VC */
11421144
case USB_ID(0x05A3, 0x9420): /* ELP HD USB Camera */

0 commit comments

Comments
 (0)