From 83c51c0ab08f55468d8f5444ff2f70a36841a21f Mon Sep 17 00:00:00 2001 From: Rene Herman Date: Tue, 20 Mar 2007 11:33:46 +0100 Subject: [ALSA] isa_bus device/driver naming isa_bus: delete snd_ prefix from the (sysfs visible) device/driver names. Signed-off-by: Rene Herman Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- sound/isa/es18xx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sound/isa/es18xx.c') diff --git a/sound/isa/es18xx.c b/sound/isa/es18xx.c index 12b61af1a4e..d2a9c7df0ce 100644 --- a/sound/isa/es18xx.c +++ b/sound/isa/es18xx.c @@ -2318,7 +2318,7 @@ static int snd_es18xx_isa_resume(struct device *dev, unsigned int n) } #endif -#define ES18XX_DRIVER "snd_es18xx" +#define DEV_NAME "es18xx" static struct isa_driver snd_es18xx_isa_driver = { .match = snd_es18xx_isa_match, @@ -2329,7 +2329,7 @@ static struct isa_driver snd_es18xx_isa_driver = { .resume = snd_es18xx_isa_resume, #endif .driver = { - .name = ES18XX_DRIVER + .name = DEV_NAME }, }; -- cgit v1.2.3