summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm_adsp.c
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>2013-06-14 14:19:36 +0100
committerMark Brown <broonie@linaro.org>2013-06-14 15:59:55 +0100
commit5be9c5b477bd3eda6bbe0f6e3431da45c3fd28f4 (patch)
tree98d4970f0f8a9217792dee6d74074d4554242735 /sound/soc/codecs/wm_adsp.c
parent317ddd256b9c24b0d78fa8018f80f1e495481a10 (diff)
downloadlinux-stable-5be9c5b477bd3eda6bbe0f6e3431da45c3fd28f4.tar.gz
linux-stable-5be9c5b477bd3eda6bbe0f6e3431da45c3fd28f4.tar.bz2
linux-stable-5be9c5b477bd3eda6bbe0f6e3431da45c3fd28f4.zip
ASoC: wm5110: Correct rate control for DSP4
Reported-by: Dennis May <dennis.may@wolfsonmicro.com> Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/codecs/wm_adsp.c')
-rw-r--r--sound/soc/codecs/wm_adsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c
index 3470b649c0b2..0a3c7f704016 100644
--- a/sound/soc/codecs/wm_adsp.c
+++ b/sound/soc/codecs/wm_adsp.c
@@ -279,7 +279,7 @@ static const struct soc_enum wm_adsp2_rate_enum[] = {
ARIZONA_DSP1_RATE_SHIFT, 0xf,
ARIZONA_RATE_ENUM_SIZE,
arizona_rate_text, arizona_rate_val),
- SOC_VALUE_ENUM_SINGLE(ARIZONA_DSP3_CONTROL_1,
+ SOC_VALUE_ENUM_SINGLE(ARIZONA_DSP4_CONTROL_1,
ARIZONA_DSP1_RATE_SHIFT, 0xf,
ARIZONA_RATE_ENUM_SIZE,
arizona_rate_text, arizona_rate_val),