diff options
Diffstat (limited to 'sound/pci/aw2/aw2-alsa.c')
-rw-r--r-- | sound/pci/aw2/aw2-alsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/aw2/aw2-alsa.c b/sound/pci/aw2/aw2-alsa.c index c15002242d98..8410edb5fbaf 100644 --- a/sound/pci/aw2/aw2-alsa.c +++ b/sound/pci/aw2/aw2-alsa.c | |||
@@ -171,7 +171,7 @@ MODULE_DEVICE_TABLE(pci, snd_aw2_ids); | |||
171 | 171 | ||
172 | /* pci_driver definition */ | 172 | /* pci_driver definition */ |
173 | static struct pci_driver driver = { | 173 | static struct pci_driver driver = { |
174 | .name = "Emagic Audiowerk 2", | 174 | .name = KBUILD_MODNAME, |
175 | .id_table = snd_aw2_ids, | 175 | .id_table = snd_aw2_ids, |
176 | .probe = snd_aw2_probe, | 176 | .probe = snd_aw2_probe, |
177 | .remove = __devexit_p(snd_aw2_remove), | 177 | .remove = __devexit_p(snd_aw2_remove), |