aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2020-08-23 13:32:51 +0200
committerTakashi Iwai <tiwai@suse.de>2020-08-24 08:28:55 +0200
commit14b51ccd26742811ced3ee5e52ee6544f5d6105c (patch)
tree41677cdd785e5b4946b1c9988dd1a47a35336bae /include
parentMerge branch 'for-linus' into for-next (diff)
downloadwireguard-linux-14b51ccd26742811ced3ee5e52ee6544f5d6105c.tar.xz
wireguard-linux-14b51ccd26742811ced3ee5e52ee6544f5d6105c.zip
ALSA: usb-audio: Correct wrongly matching entries with audio class
The commit 51ab5d77dcb8 ("ALSA: usb-audio: Properly match with audio interface class") converted the quirk entries that have both vid/pid pair and bInterface fields to match with all those with a new macro USB_AUDIO_CLASS(). However, it turned out that those are false conversions; all those (but the unknown KeithMcMillen device) are actually with vendor-specific interface class, hence the conversions broke the matching. This patch corrects those entries to the right one, USB_DEVICE_VENDOR_SPEC() (and USB_DEVICE() for KeithMcMillen to be sure), and drop the unused USB_AUDIO_CLASS macro again. Fixes: 51ab5d77dcb8 ("ALSA: usb-audio: Properly match with audio interface class") Reported-by: Alexander Tsoy <alexander@tsoy.me> Link: https://lore.kernel.org/r/20200823113251.10175-1-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions