Skip to content

Commit 7571b6a

Browse files
szszoketiwai
authored andcommitted
ALSA: usb-audio: Disable quirks for BOSS Katana amplifiers
BOSS Katana amplifiers cannot be used for recording or playback if quirks are applied BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=195223 Signed-off-by: Szabolcs Szőke <[email protected]> Cc: <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 130bce3 commit 7571b6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sound/usb/pcm.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,9 @@ static int set_sync_ep_implicit_fb_quirk(struct snd_usb_substream *subs,
348348
ep = 0x84;
349349
ifnum = 0;
350350
goto add_sync_ep_from_ifnum;
351+
case USB_ID(0x0582, 0x01d8): /* BOSS Katana */
352+
/* BOSS Katana amplifiers do not need quirks */
353+
return 0;
351354
}
352355

353356
if (attr == USB_ENDPOINT_SYNC_ASYNC &&

0 commit comments

Comments
 (0)