aboutsummaryrefslogtreecommitdiff
path: root/sound/soc
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/soc-dapm.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c
index f9e95a7d87a..6df9aa5a083 100644
--- a/sound/soc/soc-dapm.c
+++ b/sound/soc/soc-dapm.c
@@ -332,6 +332,14 @@ static int dapm_new_mixer(struct snd_soc_codec *codec,
snprintf(path->long_name, name_len, "%s %s",
w->name, w->kcontrols[i].name);
+
+ /* this is a ugly openmoko revert for name
+ changing in alsa configuration file. This is mergeable
+ with the future linux version. Remember to revert XXX
+ We need it for compatability with previous state files.
+ */
+ name_len = (name_len > 32) ? 32 : name_len;
+
path->long_name[name_len - 1] = '\0';
path->kcontrol = snd_soc_cnew(&w->kcontrols[i], w,