ALSA: Make snd_printd() and snd_printdd() inline
[firefly-linux-kernel-4.4.55.git] / sound / pci / nm256 / nm256.c
index 563a193e36a3d84d65998c45fb0fb0b5279eb532..6febedb05936f3f441f55fdb297a42d57f8b7137 100644 (file)
@@ -1660,7 +1660,8 @@ static int snd_nm256_probe(struct pci_dev *pci,
 
        q = snd_pci_quirk_lookup(pci, nm256_quirks);
        if (q) {
-               snd_printdd(KERN_INFO "nm256: Enabled quirk for %s.\n", q->name);
+               snd_printdd(KERN_INFO "nm256: Enabled quirk for %s.\n",
+                           snd_pci_quirk_name(q));
                switch (q->value) {
                case NM_BLACKLISTED:
                        printk(KERN_INFO "nm256: The device is blacklisted. "