Patch "ALSA: usb-audio: Add FIXED_RATE quirk for JBL Quantum610 Wireless" has been added to the 6.1-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    ALSA: usb-audio: Add FIXED_RATE quirk for JBL Quantum610 Wireless

to the 6.1-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     alsa-usb-audio-add-fixed_rate-quirk-for-jbl-quantum6.patch
and it can be found in the queue-6.1 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit a8c899920e0aaa23872b46fac2ca5f5976afce41
Author: Takashi Iwai <tiwai@xxxxxxx>
Date:   Wed Jan 18 17:59:47 2023 +0100

    ALSA: usb-audio: Add FIXED_RATE quirk for JBL Quantum610 Wireless
    
    [ Upstream commit dfd5fe19db7dc7006642f8109ee8965e5d031897 ]
    
    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@xxxxxxx
    Signed-off-by: Takashi Iwai <tiwai@xxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
index 3d13fdf7590cd..3ecd1ba7fd4b1 100644
--- 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),
 



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux