Skip to content

Commit 51d4efa

Browse files
committed
ALSA: usb-audio: Apply the sample rate quirk for Bose Companion 5
Bose Companion 5 (with USB ID 05a7:1020) doesn't seem supporting reading back the sample rate, so the existing quirk is needed. BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=206063 Cc: <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 6d9ffcf commit 51d4efa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/usb/quirks.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1397,6 +1397,7 @@ bool snd_usb_get_sample_rate_quirk(struct snd_usb_audio *chip)
13971397
case USB_ID(0x04D8, 0xFEEA): /* Benchmark DAC1 Pre */
13981398
case USB_ID(0x0556, 0x0014): /* Phoenix Audio TMX320VC */
13991399
case USB_ID(0x05A3, 0x9420): /* ELP HD USB Camera */
1400+
case USB_ID(0x05a7, 0x1020): /* Bose Companion 5 */
14001401
case USB_ID(0x074D, 0x3553): /* Outlaw RR2150 (Micronas UAC3553B) */
14011402
case USB_ID(0x1395, 0x740a): /* Sennheiser DECT */
14021403
case USB_ID(0x1901, 0x0191): /* GE B850V3 CP2114 audio interface */

0 commit comments

Comments
 (0)