Skip to content

Commit dfd5fe1

Browse files
committed
ALSA: usb-audio: Add FIXED_RATE quirk for JBL Quantum610 Wireless
JBL Quantum610 Wireless (0ecb:205c) requires the same workaround that was used for JBL Quantum810 for limiting the sample rate. Link: https://bugzilla.kernel.org/show_bug.cgi?id=216798 Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 858c541 commit dfd5fe1

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
@@ -2152,6 +2152,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
21522152
QUIRK_FLAG_GENERIC_IMPLICIT_FB),
21532153
DEVICE_FLG(0x0525, 0xa4ad, /* Hamedal C20 usb camero */
21542154
QUIRK_FLAG_IFACE_SKIP_CLOSE),
2155+
DEVICE_FLG(0x0ecb, 0x205c, /* JBL Quantum610 Wireless */
2156+
QUIRK_FLAG_FIXED_RATE),
21552157
DEVICE_FLG(0x0ecb, 0x2069, /* JBL Quantum810 Wireless */
21562158
QUIRK_FLAG_FIXED_RATE),
21572159

0 commit comments

Comments
 (0)