diff options
Diffstat (limited to 'sound/pci/es1938.c')
-rw-r--r-- | sound/pci/es1938.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/es1938.c b/sound/pci/es1938.c index 553b75217259..84141d16e701 100644 --- a/sound/pci/es1938.c +++ b/sound/pci/es1938.c | |||
@@ -1882,7 +1882,7 @@ static void __devexit snd_es1938_remove(struct pci_dev *pci) | |||
1882 | } | 1882 | } |
1883 | 1883 | ||
1884 | static struct pci_driver driver = { | 1884 | static struct pci_driver driver = { |
1885 | .name = "ESS ES1938 (Solo-1)", | 1885 | .name = KBUILD_MODNAME, |
1886 | .id_table = snd_es1938_ids, | 1886 | .id_table = snd_es1938_ids, |
1887 | .probe = snd_es1938_probe, | 1887 | .probe = snd_es1938_probe, |
1888 | .remove = __devexit_p(snd_es1938_remove), | 1888 | .remove = __devexit_p(snd_es1938_remove), |