From: Charles Keepax Date: Fri, 14 Jun 2013 13:19:36 +0000 (+0100) Subject: ASoC: wm5110: Correct rate control for DSP4 X-Git-Tag: Ubuntu-snapdragon-4.4.0-1050.54~12189^2~4^2~2^2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=5be9c5b477bd3eda6bbe0f6e3431da45c3fd28f4;p=mirror_ubuntu-artful-kernel.git ASoC: wm5110: Correct rate control for DSP4 Reported-by: Dennis May Signed-off-by: Charles Keepax Signed-off-by: Mark Brown --- 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),