diff options
| author | 2013-06-17 17:20:11 +0100 | |
|---|---|---|
| committer | 2013-06-17 17:20:11 +0100 | |
| commit | d48fb4232de0f8a9db7475200663095ef536efff (patch) | |
| tree | 87f5ccbdd943dd2c9de912114470dfad63f676c7 | |
| parent | Merge remote-tracking branch 'asoc/fix/adav80x' into asoc-linus (diff) | |
| parent | ASoC: wm5110: Correct rate control for DSP4 (diff) | |
Merge remote-tracking branch 'asoc/fix/adsp' into asoc-linus
| -rw-r--r-- | sound/soc/codecs/wm_adsp.c | 2 |
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), |
