Skip to content

Commit 82fdcf9

Browse files
jvsalotiwai
authored andcommitted
ALSA: usb-audio: Add implicit feedback quirk for Yamaha THR5
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 <[email protected]> Cc: <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 1b452c2 commit 82fdcf9

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
@@ -2179,6 +2179,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
21792179
QUIRK_FLAG_CTL_MSG_DELAY_1M | QUIRK_FLAG_MIC_RES_384),
21802180
DEVICE_FLG(0x046d, 0x09a4, /* Logitech QuickCam E 3500 */
21812181
QUIRK_FLAG_CTL_MSG_DELAY_1M | QUIRK_FLAG_IGNORE_CTL_ERROR),
2182+
DEVICE_FLG(0x0499, 0x1506, /* Yamaha THR5 */
2183+
QUIRK_FLAG_GENERIC_IMPLICIT_FB),
21822184
DEVICE_FLG(0x0499, 0x1509, /* Steinberg UR22 */
21832185
QUIRK_FLAG_GENERIC_IMPLICIT_FB),
21842186
DEVICE_FLG(0x0499, 0x3108, /* Yamaha YIT-W12TX */

0 commit comments

Comments
 (0)