aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs
diff options
context:
space:
mode:
authorKalimochoAz <calimochoazucarado@gmail.com>2012-01-13 15:22:30 +0100
committerKalimochoAz <calimochoazucarado@gmail.com>2012-02-11 12:28:09 +0100
commit7e9ea84d44cbe5dd65a9e24db9135cdfe8f4f9b8 (patch)
tree5eb56616a3807333f2a6fa2d35dfae434b976f2f /sound/soc/codecs
parent5cfdd8a3db2dc2abbd17b10f01f5fd82da406343 (diff)
downloadkernel_samsung_crespo-7e9ea84d44cbe5dd65a9e24db9135cdfe8f4f9b8.zip
kernel_samsung_crespo-7e9ea84d44cbe5dd65a9e24db9135cdfe8f4f9b8.tar.gz
kernel_samsung_crespo-7e9ea84d44cbe5dd65a9e24db9135cdfe8f4f9b8.tar.bz2
Rename voodoo sound control to default chip name
Diffstat (limited to 'sound/soc/codecs')
-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 750702f..15f097c 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 = "voodoo_sound",
+ .name = "wm8994_sound",
};
#ifndef MODULE
static struct miscdevice voodoo_sound_control_device = {
.minor = MISC_DYNAMIC_MINOR,
- .name = "voodoo_sound_control",
+ .name = "wm8994_sound_control",
};
#endif