projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
858c541
)
ALSA: usb-audio: Add FIXED_RATE quirk for JBL Quantum610 Wireless
author
Takashi Iwai
<tiwai@suse.de>
Wed, 18 Jan 2023 16:59:47 +0000
(17:59 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Wed, 18 Jan 2023 17:02:48 +0000
(18:02 +0100)
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/20230118165947.22317-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/quirks.c
patch
|
blob
|
history
diff --git
a/sound/usb/quirks.c
b/sound/usb/quirks.c
index 3d13fdf7590cd12fd8ffc355f23ee256711712e4..3ecd1ba7fd4b125ccc519d1a2bde1e0c6599d9bd 100644
(file)
--- a/
sound/usb/quirks.c
+++ b/
sound/usb/quirks.c
@@
-2152,6
+2152,8
@@
static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
QUIRK_FLAG_GENERIC_IMPLICIT_FB),
DEVICE_FLG(0x0525, 0xa4ad, /* Hamedal C20 usb camero */
QUIRK_FLAG_IFACE_SKIP_CLOSE),
+ DEVICE_FLG(0x0ecb, 0x205c, /* JBL Quantum610 Wireless */
+ QUIRK_FLAG_FIXED_RATE),
DEVICE_FLG(0x0ecb, 0x2069, /* JBL Quantum810 Wireless */
QUIRK_FLAG_FIXED_RATE),