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 469010a8b849..773db794b43f 100644 --- a/sound/pci/oxygen/virtuoso.c +++ b/sound/pci/oxygen/virtuoso.c | |||
@@ -88,7 +88,7 @@ static int __devinit xonar_probe(struct pci_dev *pci, | |||
88 | } | 88 | } |
89 | 89 | ||
90 | static struct pci_driver xonar_driver = { | 90 | static struct pci_driver xonar_driver = { |
91 | .name = "AV200", | 91 | .name = KBUILD_MODNAME, |
92 | .id_table = xonar_ids, | 92 | .id_table = xonar_ids, |
93 | .probe = xonar_probe, | 93 | .probe = xonar_probe, |
94 | .remove = __devexit_p(oxygen_pci_remove), | 94 | .remove = __devexit_p(oxygen_pci_remove), |