aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorKalimochoAz <calimochoazucarado@gmail.com>2012-05-02 20:24:37 +0200
committerKalimochoAz <calimochoazucarado@gmail.com>2012-05-02 20:24:37 +0200
commit3e4c7a42c8f3e1c1eabc85544ddaa1cf3da79271 (patch)
treefb3839375f19f088f6c9fa0036f5372523209199 /sound
parent7f075f6e53a5e2059f7c70c25db599806021b91f (diff)
downloadkernel_samsung_crespo-3e4c7a42c8f3e1c1eabc85544ddaa1cf3da79271.zip
kernel_samsung_crespo-3e4c7a42c8f3e1c1eabc85544ddaa1cf3da79271.tar.gz
kernel_samsung_crespo-3e4c7a42c8f3e1c1eabc85544ddaa1cf3da79271.tar.bz2
Restore voodoo sysfs filename
Since pawitp cleaned DSPManager and is allowing living supercurio app that can be merged as soon as we merge: http://review.cyanogenmod.com/#/c/15245/1
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/wm8994_voodoo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/wm8994_voodoo.c b/sound/soc/codecs/wm8994_voodoo.c
index 15f097c..750702f 100644
--- a/sound/soc/codecs/wm8994_voodoo.c
+++ b/sound/soc/codecs/wm8994_voodoo.c
@@ -1593,13 +1593,13 @@ static struct attribute_group voodoo_sound_control_group = {
static struct miscdevice voodoo_sound_device = {
.minor = MISC_DYNAMIC_MINOR,
- .name = "wm8994_sound",
+ .name = "voodoo_sound",
};
#ifndef MODULE
static struct miscdevice voodoo_sound_control_device = {
.minor = MISC_DYNAMIC_MINOR,
- .name = "wm8994_sound_control",
+ .name = "voodoo_sound_control",
};
#endif