diff options
Diffstat (limited to 'sound/pci/oxygen/virtuoso.c')
-rw-r--r-- | sound/pci/oxygen/virtuoso.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/oxygen/virtuoso.c b/sound/pci/oxygen/virtuoso.c index dbbbacfd535e..7b317a28a19c 100644 --- a/sound/pci/oxygen/virtuoso.c +++ b/sound/pci/oxygen/virtuoso.c | |||
@@ -41,7 +41,7 @@ MODULE_PARM_DESC(id, "ID string"); | |||
41 | module_param_array(enable, bool, NULL, 0444); | 41 | module_param_array(enable, bool, NULL, 0444); |
42 | MODULE_PARM_DESC(enable, "enable card"); | 42 | MODULE_PARM_DESC(enable, "enable card"); |
43 | 43 | ||
44 | static DEFINE_PCI_DEVICE_TABLE(xonar_ids) = { | 44 | static const struct pci_device_id xonar_ids[] = { |
45 | { OXYGEN_PCI_SUBID(0x1043, 0x8269) }, | 45 | { OXYGEN_PCI_SUBID(0x1043, 0x8269) }, |
46 | { OXYGEN_PCI_SUBID(0x1043, 0x8275) }, | 46 | { OXYGEN_PCI_SUBID(0x1043, 0x8275) }, |
47 | { OXYGEN_PCI_SUBID(0x1043, 0x82b7) }, | 47 | { OXYGEN_PCI_SUBID(0x1043, 0x82b7) }, |