Skip to content

Commit 0938eca

Browse files
geoffreybennetttiwai
authored andcommitted
ALSA: usb-audio: Add implicit feedback quirk for Qu-16
This patch fixes audio distortion on playback for the Allen&Heath Qu-16. Signed-off-by: Geoffrey D. Bennett <g@b4.vu> Cc: <stable@vger.kernel.org> Link: https://lore.kernel.org/r/20201104115717.GA19046@b4.vu Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 26201dd commit 0938eca

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
@@ -336,6 +336,7 @@ static int set_sync_ep_implicit_fb_quirk(struct snd_usb_substream *subs,
336336
switch (subs->stream->chip->usb_id) {
337337
case USB_ID(0x0763, 0x2030): /* M-Audio Fast Track C400 */
338338
case USB_ID(0x0763, 0x2031): /* M-Audio Fast Track C600 */
339+
case USB_ID(0x22f0, 0x0006): /* Allen&Heath Qu-16 */
339340
ep = 0x81;
340341
ifnum = 3;
341342
goto add_sync_ep_from_ifnum;

0 commit comments

Comments
 (0)