On Mon, 31 Jan 2022 19:35:16 +0100, Jonas Hahnfeld wrote: > > 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 <heikintalo.jukka@xxxxxxxxx> > Tested-by: Jukka Heikintalo <heikintalo.jukka@xxxxxxxxx> > Reported-by: Paweł Susicki <pawel.susicki@xxxxxxxxx> > Tested-by: Paweł Susicki <pawel.susicki@xxxxxxxxx> > Cc: <stable@xxxxxxxxxxxxxxx> # 5.4, 5.10, 5.14, 5.15 > Signed-off-by: Jonas Hahnfeld <hahnjo@xxxxxxxxx> Thanks, applied now. Takashi