summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2020-12-09 17:18:35 +0100
committerTakashi Iwai <tiwai@suse.de>2020-12-10 19:55:35 +0100
commitc9a867fd845171e6845e6fd665c423fa910083d8 (patch)
tree0db7fc28bc36b3be01efdc4df7712e7c7ac818c7 /sound
parent2506318e382c4c7daa77bdc48f80a0ee82804588 (diff)
ALSA: usb-audio: Add implicit fb support for Steinberg UR22
Steinberg UR22 (with USB ID 0499:1509) requires the implicit feedback for the proper playback, otherwise it causes occasional cracks. This patch adds the corresponding the quirk table entry with the recently added generic implicit fb support. Reported-and-tested-by: Kilian <meschi@posteo.de> Link: https://lore.kernel.org/r/20201209161835.13625-1-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/usb/implicit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/usb/implicit.c b/sound/usb/implicit.c
index 386198b36b87..4e911d200562 100644
--- a/sound/usb/implicit.c
+++ b/sound/usb/implicit.c
@@ -42,6 +42,7 @@ struct snd_usb_implicit_fb_match {
/* Implicit feedback quirk table for playback */
static const struct snd_usb_implicit_fb_match playback_implicit_fb_quirks[] = {
/* Generic matching */
+ IMPLICIT_FB_GENERIC_DEV(0x0499, 0x1509), /* Steinberg UR22 */
IMPLICIT_FB_GENERIC_DEV(0x0763, 0x2080), /* M-Audio FastTrack Ultra */
IMPLICIT_FB_GENERIC_DEV(0x0763, 0x2081), /* M-Audio FastTrack Ultra */
IMPLICIT_FB_GENERIC_DEV(0x0763, 0x2030), /* M-Audio Fast Track C400 */