ALSA: usb-audio: Drop implicit fb quirk entries dubbed for capture
authorTakashi Iwai <tiwai@suse.de>
Tue, 6 Apr 2021 11:38:37 +0000 (13:38 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 7 Apr 2021 10:00:08 +0000 (12:00 +0200)
commit884c7094a272fb674423bd5a473caa3c714045fe
treeae5721d4441a3f81602db0ed3aef44dfc78b385e
parent5fb45414ae03421255593fd5556aa2d1d82303aa
ALSA: usb-audio: Drop implicit fb quirk entries dubbed for capture

The implicit feedback quirk table contains the entries that also
appear in the capture quirks, and those are all handled to be
skipped.  For the code simplicity, drop the duped entries in the
playback quirk table, and check the match with the capture quirk table
instead.

BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=212519
Link: https://lore.kernel.org/r/20210406113837.32041-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/implicit.c