]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/pci/bt87x.c
ALSA CVS update
[linux-2.6-omap-h63xx.git] / sound / pci / bt87x.c
index defdc5a459f0ffea3ff7732160bdfabfa0db9b58..c5557eaf3e2e0ffafcb76a0c442fc88116bc8901 100644 (file)
@@ -798,13 +798,15 @@ static struct {
        {0x270f, 0xfc00}, /* Chaintech Digitop DST-1000 DVB-S */
 };
 
+static struct pci_driver driver;
+
 /* return the rate of the card, or a negative value if it's blacklisted */
 static int __devinit snd_bt87x_detect_card(struct pci_dev *pci)
 {
        int i;
        const struct pci_device_id *supported;
 
-       supported = pci_match_device(snd_bt87x_ids, pci);
+       supported = pci_match_device(&driver, pci);
        if (supported)
                return supported->driver_data;