aboutsummaryrefslogtreecommitdiff
path: root/sound/usb/implicit.c
diff options
context:
space:
mode:
authorGravatar Takashi Iwai <tiwai@suse.de> 2022-04-21 08:41:01 +0200
committerGravatar Takashi Iwai <tiwai@suse.de> 2022-04-21 10:17:18 +0200
commit67d64069bc0867e52e73a1e255b17462005ca9b4 (patch)
tree544ac0e78e566813c8f43a918e7998427cb6c48d /sound/usb/implicit.c
parentALSA: usb-audio: Add quirk bits for enabling/disabling generic implicit fb (diff)
downloadlinux-67d64069bc0867e52e73a1e255b17462005ca9b4.tar.gz
linux-67d64069bc0867e52e73a1e255b17462005ca9b4.tar.bz2
linux-67d64069bc0867e52e73a1e255b17462005ca9b4.zip
ALSA: usb-audio: Move generic implicit fb quirk entries into quirks.c
Use the new quirk bits to manage the generic implicit fb quirk entries. This makes easier to compare with other devices. Link: https://lore.kernel.org/r/20220421064101.12456-2-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/implicit.c')
-rw-r--r--sound/usb/implicit.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/usb/implicit.c b/sound/usb/implicit.c
index 1fd087128538..e1bf1b5da423 100644
--- a/sound/usb/implicit.c
+++ b/sound/usb/implicit.c
@@ -45,11 +45,6 @@ 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, 0x2030), /* M-Audio Fast Track C400 */
- IMPLICIT_FB_GENERIC_DEV(0x0763, 0x2031), /* M-Audio Fast Track C600 */
-
/* Fixed EP */
/* FIXME: check the availability of generic matching */
IMPLICIT_FB_FIXED_DEV(0x0763, 0x2080, 0x81, 2), /* M-Audio FastTrack Ultra */