diff options
Diffstat (limited to 'drivers/media/video/cx88/cx88-alsa.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-alsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-alsa.c b/drivers/media/video/cx88/cx88-alsa.c index dfac6e34859f..3aa6856ead3b 100644 --- a/drivers/media/video/cx88/cx88-alsa.c +++ b/drivers/media/video/cx88/cx88-alsa.c | |||
@@ -749,7 +749,7 @@ static struct snd_kcontrol_new snd_cx88_alc_switch = { | |||
749 | * Only boards with eeprom and byte 1 at eeprom=1 have it | 749 | * Only boards with eeprom and byte 1 at eeprom=1 have it |
750 | */ | 750 | */ |
751 | 751 | ||
752 | static const struct pci_device_id const cx88_audio_pci_tbl[] __devinitdata = { | 752 | static const struct pci_device_id cx88_audio_pci_tbl[] __devinitdata = { |
753 | {0x14f1,0x8801,PCI_ANY_ID,PCI_ANY_ID,0,0,0}, | 753 | {0x14f1,0x8801,PCI_ANY_ID,PCI_ANY_ID,0,0,0}, |
754 | {0x14f1,0x8811,PCI_ANY_ID,PCI_ANY_ID,0,0,0}, | 754 | {0x14f1,0x8811,PCI_ANY_ID,PCI_ANY_ID,0,0,0}, |
755 | {0, } | 755 | {0, } |