]> err.no Git - linux-2.6/blobdiff - sound/pci/bt87x.c
[ALSA] ice1712 - Fix word clock status control on Delta 1010LT
[linux-2.6] / sound / pci / bt87x.c
index f960b8209d1b036810e5668564bc981d9224dc57..2dba752faf4e6281a2a31bddf4a0998197f4d535 100644 (file)
@@ -848,7 +848,7 @@ static int __devinit snd_bt87x_detect_card(struct pci_dev *pci)
        int i;
        const struct pci_device_id *supported;
 
-       supported = pci_match_device(&driver, pci);
+       supported = pci_match_id(snd_bt87x_ids, pci);
        if (supported && supported->driver_data > 0)
                return supported->driver_data;