]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - sound/isa/sb/sb8.c
[ALSA] isa_bus device/driver naming
[karo-tx-linux.git] / sound / isa / sb / sb8.c
index b7de1bc0e8a418b8cb5983bc25984540c7030283..a1b3786b391ea7fc56e309c263b27bcf2575622f 100644 (file)
@@ -239,7 +239,7 @@ static int snd_sb8_resume(struct device *dev, unsigned int n)
 }
 #endif
 
-#define SND_SB8_DRIVER "snd_sb8"
+#define DEV_NAME "sb8"
 
 static struct isa_driver snd_sb8_driver = {
        .match          = snd_sb8_match,
@@ -250,7 +250,7 @@ static struct isa_driver snd_sb8_driver = {
        .resume         = snd_sb8_resume,
 #endif
        .driver         = {
-               .name   = SND_SB8_DRIVER
+               .name   = DEV_NAME 
        },
 };