* [PATCH] ALSA: usb-audio: Add implicit feedback quirk for Yamaha THR5
@ 2024-12-06 16:44 Jaakko Salo
2024-12-07 13:03 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Jaakko Salo @ 2024-12-06 16:44 UTC (permalink / raw)
To: linux-sound; +Cc: tiwai, Jaakko Salo
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>
---
sound/usb/quirks.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
index 00101875d9a8..a0767de7f1b7 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -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 */
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ALSA: usb-audio: Add implicit feedback quirk for Yamaha THR5
2024-12-06 16:44 [PATCH] ALSA: usb-audio: Add implicit feedback quirk for Yamaha THR5 Jaakko Salo
@ 2024-12-07 13:03 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2024-12-07 13:03 UTC (permalink / raw)
To: Jaakko Salo; +Cc: linux-sound, tiwai
On Fri, 06 Dec 2024 17:44:48 +0100,
Jaakko Salo wrote:
>
> 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>
Thanks, applied now.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-07 13:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-06 16:44 [PATCH] ALSA: usb-audio: Add implicit feedback quirk for Yamaha THR5 Jaakko Salo
2024-12-07 13:03 ` Takashi Iwai
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.