aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/echoaudio/echoaudio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/echoaudio/echoaudio.c')
-rw-r--r--sound/pci/echoaudio/echoaudio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/echoaudio/echoaudio.c b/sound/pci/echoaudio/echoaudio.c
index 20763dd03fa0..d302e0f39596 100644
--- a/sound/pci/echoaudio/echoaudio.c
+++ b/sound/pci/echoaudio/echoaudio.c
@@ -2327,7 +2327,7 @@ static void __devexit snd_echo_remove(struct pci_dev *pci)
2327 2327
2328/* pci_driver definition */ 2328/* pci_driver definition */
2329static struct pci_driver driver = { 2329static struct pci_driver driver = {
2330 .name = "Echoaudio " ECHOCARD_NAME, 2330 .name = KBUILD_MODNAME,
2331 .id_table = snd_echo_ids, 2331 .id_table = snd_echo_ids,
2332 .probe = snd_echo_probe, 2332 .probe = snd_echo_probe,
2333 .remove = __devexit_p(snd_echo_remove), 2333 .remove = __devexit_p(snd_echo_remove),