]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - sound/usb/card.c
Merge tag 'iommu-updates-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/joro...
[linux.git] / sound / usb / card.c
index 9f743ebae615d7c03a3e4afc62df3255149dfe7b..827fb0bc8b56199125fc048f0510774d42a82ac6 100644 (file)
@@ -600,6 +600,10 @@ static int usb_audio_probe(struct usb_interface *intf,
                }
        }
        if (! chip) {
+               err = snd_usb_apply_boot_quirk_once(dev, intf, quirk, id);
+               if (err < 0)
+                       goto __error;
+
                /* it's a fresh one.
                 * now look for an empty slot and create a new card instance
                 */