mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
ALSA: usb-audio: Add implicit feedback quirk for MODX
This patch fixes audio distortion on playback for the Yamaha MODX. Signed-off-by: Geoffrey D. Bennett <[email protected]> Tested-by: Frank Slotta <[email protected]> Cc: <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
This commit is contained in:
committed by
Takashi Iwai
parent
07815a2b35
commit
26201ddc13
@@ -345,6 +345,7 @@ static int set_sync_ep_implicit_fb_quirk(struct snd_usb_substream *subs,
|
||||
ifnum = 2;
|
||||
goto add_sync_ep_from_ifnum;
|
||||
case USB_ID(0x2466, 0x8003): /* Fractal Audio Axe-Fx II */
|
||||
case USB_ID(0x0499, 0x172a): /* Yamaha MODX */
|
||||
ep = 0x86;
|
||||
ifnum = 2;
|
||||
goto add_sync_ep_from_ifnum;
|
||||
|
||||
Reference in New Issue
Block a user