ALSA: Use KBUILD_MODNAME for pci_driver.name entries
[pandora-kernel.git] / sound / pci / via82xx.c
index 8c5f8b5..d0e19c0 100644 (file)
@@ -2611,7 +2611,7 @@ static void __devexit snd_via82xx_remove(struct pci_dev *pci)
 }
 
 static struct pci_driver driver = {
-       .name = "VIA 82xx Audio",
+       .name = KBUILD_MODNAME,
        .id_table = snd_via82xx_ids,
        .probe = snd_via82xx_probe,
        .remove = __devexit_p(snd_via82xx_remove),