aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/es1938.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/es1938.c')
-rw-r--r--sound/pci/es1938.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/es1938.c b/sound/pci/es1938.c
index 356c493d931..17fa80c2387 100644
--- a/sound/pci/es1938.c
+++ b/sound/pci/es1938.c
@@ -1746,6 +1746,7 @@ static void __devexit snd_es1938_remove(struct pci_dev *pci)
1746 1746
1747static struct pci_driver driver = { 1747static struct pci_driver driver = {
1748 .name = "ESS ES1938 (Solo-1)", 1748 .name = "ESS ES1938 (Solo-1)",
1749 .owner = THIS_MODULE,
1749 .id_table = snd_es1938_ids, 1750 .id_table = snd_es1938_ids,
1750 .probe = snd_es1938_probe, 1751 .probe = snd_es1938_probe,
1751 .remove = __devexit_p(snd_es1938_remove), 1752 .remove = __devexit_p(snd_es1938_remove),