Skip to content

Commit 26201dd

Browse files
geoffreybennetttiwai
authored andcommitted
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 <g@b4.vu> Tested-by: Frank Slotta <frank.slotta@posteo.de> Cc: <stable@vger.kernel.org> Link: https://lore.kernel.org/r/20201104120705.GA19126@b4.vu Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 07815a2 commit 26201dd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sound/usb/pcm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ static int set_sync_ep_implicit_fb_quirk(struct snd_usb_substream *subs,
345345
ifnum = 2;
346346
goto add_sync_ep_from_ifnum;
347347
case USB_ID(0x2466, 0x8003): /* Fractal Audio Axe-Fx II */
348+
case USB_ID(0x0499, 0x172a): /* Yamaha MODX */
348349
ep = 0x86;
349350
ifnum = 2;
350351
goto add_sync_ep_from_ifnum;

0 commit comments

Comments
 (0)