aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/bt87x.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/bt87x.c')
-rw-r--r--sound/pci/bt87x.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/bt87x.c b/sound/pci/bt87x.c
index 909fef8903cb..15202f15a02b 100644
--- a/sound/pci/bt87x.c
+++ b/sound/pci/bt87x.c
@@ -798,6 +798,8 @@ static struct {
798 {0x270f, 0xfc00}, /* Chaintech Digitop DST-1000 DVB-S */ 798 {0x270f, 0xfc00}, /* Chaintech Digitop DST-1000 DVB-S */
799}; 799};
800 800
801static struct pci_driver driver;
802
801/* return the rate of the card, or a negative value if it's blacklisted */ 803/* return the rate of the card, or a negative value if it's blacklisted */
802static int __devinit snd_bt87x_detect_card(struct pci_dev *pci) 804static int __devinit snd_bt87x_detect_card(struct pci_dev *pci)
803{ 805{