diff options
Diffstat (limited to 'sound/pci/als4000.c')
-rw-r--r-- | sound/pci/als4000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/als4000.c b/sound/pci/als4000.c index 0e247cb90ec..a9c1af33f27 100644 --- a/sound/pci/als4000.c +++ b/sound/pci/als4000.c | |||
@@ -1036,7 +1036,7 @@ static int snd_als4000_resume(struct pci_dev *pci) | |||
1036 | 1036 | ||
1037 | 1037 | ||
1038 | static struct pci_driver driver = { | 1038 | static struct pci_driver driver = { |
1039 | .name = "ALS4000", | 1039 | .name = KBUILD_MODNAME, |
1040 | .id_table = snd_als4000_ids, | 1040 | .id_table = snd_als4000_ids, |
1041 | .probe = snd_card_als4000_probe, | 1041 | .probe = snd_card_als4000_probe, |
1042 | .remove = __devexit_p(snd_card_als4000_remove), | 1042 | .remove = __devexit_p(snd_card_als4000_remove), |