diff options
Diffstat (limited to 'sound/pci/azt3328.c')
-rw-r--r-- | sound/pci/azt3328.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/azt3328.c b/sound/pci/azt3328.c index 9b7a6346037a..71d3525719fc 100644 --- a/sound/pci/azt3328.c +++ b/sound/pci/azt3328.c | |||
@@ -2860,7 +2860,7 @@ snd_azf3328_resume(struct pci_dev *pci) | |||
2860 | 2860 | ||
2861 | 2861 | ||
2862 | static struct pci_driver driver = { | 2862 | static struct pci_driver driver = { |
2863 | .name = "AZF3328", | 2863 | .name = KBUILD_MODNAME, |
2864 | .id_table = snd_azf3328_ids, | 2864 | .id_table = snd_azf3328_ids, |
2865 | .probe = snd_azf3328_probe, | 2865 | .probe = snd_azf3328_probe, |
2866 | .remove = __devexit_p(snd_azf3328_remove), | 2866 | .remove = __devexit_p(snd_azf3328_remove), |