aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8955.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2010-12-09 11:29:13 +0000
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-12-09 11:29:13 +0000
commit07a9e2b2fbdda631eeff54e4b8ebcaaea71be538 (patch)
treef5f3751abc5c85effcb5d88101858c51dd19b234 /sound/soc/codecs/wm8955.c
parentASoC: Remove unnecessary structure definitions (diff)
parentASoC: WM8580: Fix R8 initial value (diff)
downloadlinux-dev-07a9e2b2fbdda631eeff54e4b8ebcaaea71be538.tar.xz
linux-dev-07a9e2b2fbdda631eeff54e4b8ebcaaea71be538.zip
Merge branch 'for-2.6.37' into for-2.6.38
Diffstat (limited to 'sound/soc/codecs/wm8955.c')
-rw-r--r--sound/soc/codecs/wm8955.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8955.c b/sound/soc/codecs/wm8955.c
index 6200beb082b2..ca0265f008d2 100644
--- a/sound/soc/codecs/wm8955.c
+++ b/sound/soc/codecs/wm8955.c
@@ -379,7 +379,8 @@ static int wm8955_get_deemph(struct snd_kcontrol *kcontrol,
struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol);
struct wm8955_priv *wm8955 = snd_soc_codec_get_drvdata(codec);
- return wm8955->deemph;
+ ucontrol->value.enumerated.item[0] = wm8955->deemph;
+ return 0;
}
static int wm8955_put_deemph(struct snd_kcontrol *kcontrol,