diff options
Diffstat (limited to 'sound/pci/es1938.c')
-rw-r--r-- | sound/pci/es1938.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/es1938.c b/sound/pci/es1938.c index 356c493d9319..17fa80c23870 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 | ||
1747 | static struct pci_driver driver = { | 1747 | static 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), |