diff options
author | Jonas Hahnfeld <[email protected]> | 2022-01-31 19:35:16 +0100 |
---|---|---|
committer | Takashi Iwai <[email protected]> | 2022-02-01 08:11:50 +0100 |
commit | 4ee02e20893d2f9e951c7888f2284fa608ddaa35 (patch) | |
tree | 0f7dbf5c713242c713cf1f6dc90dd2d73b3461f3 /scripts/gdb/linux/rbtree.py | |
parent | ff4865b3c8cd746ef72f59bdd485848b4cebd43d (diff) |
ALSA: usb-audio: Correct quirk for VF0770
This device provides both audio and video. The original quirk added in
commit 48827e1d6af5 ("ALSA: usb-audio: Add quirk for VF0770") used
USB_DEVICE to match the vendor and product ID. Depending on module order,
if snd-usb-audio was asked first, it would match the entire device and
uvcvideo wouldn't get to see it. Change the matching to USB_AUDIO_DEVICE
to restore uvcvideo matching in all cases.
Fixes: 48827e1d6af5 ("ALSA: usb-audio: Add quirk for VF0770")
Reported-by: Jukka Heikintalo <[email protected]>
Tested-by: Jukka Heikintalo <[email protected]>
Reported-by: Paweł Susicki <[email protected]>
Tested-by: Paweł Susicki <[email protected]>
Cc: <[email protected]> # 5.4, 5.10, 5.14, 5.15
Signed-off-by: Jonas Hahnfeld <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/rbtree.py')
0 files changed, 0 insertions, 0 deletions