[ALSA] isa_bus device/driver naming
isa_bus: delete snd_ prefix from the (sysfs visible) device/driver names. Signed-off-by: Rene Herman <rene.herman@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
This commit is contained in:
committed by
Jaroslav Kysela
parent
e4b6088c8c
commit
83c51c0ab0
@@ -334,7 +334,7 @@ static int snd_sgalaxy_resume(struct device *pdev, unsigned int n)
|
||||
}
|
||||
#endif
|
||||
|
||||
#define SND_SGALAXY_DRIVER "snd_sgalaxy"
|
||||
#define DEV_NAME "sgalaxy"
|
||||
|
||||
static struct isa_driver snd_sgalaxy_driver = {
|
||||
.match = snd_sgalaxy_match,
|
||||
@@ -345,7 +345,7 @@ static struct isa_driver snd_sgalaxy_driver = {
|
||||
.resume = snd_sgalaxy_resume,
|
||||
#endif
|
||||
.driver = {
|
||||
.name = SND_SGALAXY_DRIVER
|
||||
.name = DEV_NAME
|
||||
},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user