]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ALSA: usb-audio: Add implicit feedback quirk for Yamaha THR5
authorJaakko Salo <jaakkos@gmail.com>
Fri, 6 Dec 2024 16:44:48 +0000 (18:44 +0200)
committerTakashi Iwai <tiwai@suse.de>
Sat, 7 Dec 2024 13:03:34 +0000 (14:03 +0100)
Use implicit feedback from the capture endpoint to fix popping
sounds during playback.

Link: https://bugzilla.kernel.org/show_bug.cgi?id=219567
Signed-off-by: Jaakko Salo <jaakkos@gmail.com>
Cc: <stable@vger.kernel.org>
Link: https://patch.msgid.link/20241206164448.8136-1-jaakkos@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/quirks.c

index 00101875d9a8d57e6b17da16cd258b8b5c6ace5f..a0767de7f1b7ed03a64ef4c92b35857d64db7538 100644 (file)
@@ -2179,6 +2179,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
                   QUIRK_FLAG_CTL_MSG_DELAY_1M | QUIRK_FLAG_MIC_RES_384),
        DEVICE_FLG(0x046d, 0x09a4, /* Logitech QuickCam E 3500 */
                   QUIRK_FLAG_CTL_MSG_DELAY_1M | QUIRK_FLAG_IGNORE_CTL_ERROR),
+       DEVICE_FLG(0x0499, 0x1506, /* Yamaha THR5 */
+                  QUIRK_FLAG_GENERIC_IMPLICIT_FB),
        DEVICE_FLG(0x0499, 0x1509, /* Steinberg UR22 */
                   QUIRK_FLAG_GENERIC_IMPLICIT_FB),
        DEVICE_FLG(0x0499, 0x3108, /* Yamaha YIT-W12TX */