diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-03-29 19:00:24 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-03-29 19:00:24 +0100 |
commit | b6ed61cfa24786e36164869b593d44d411a700ad (patch) | |
tree | 944322edebe04ddd891e2f2ccc0c9c87a684ed81 /sound/soc/codecs/wm2200.c | |
parent | ASoC: wm5102: Correctly use SOC_VALUE_ENUM for ISRC FSL controls (diff) | |
download | linux-b6ed61cfa24786e36164869b593d44d411a700ad.tar.xz linux-b6ed61cfa24786e36164869b593d44d411a700ad.zip |
ASoC: wm_adsp: Split ADSP1 and ADSP2 firmware controls
Now that we have regular register mapped controls we should be splitting
the control sets for ADSP1 and ADSP2 as the register maps are not
identical. Do that.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm2200.c')
-rw-r--r-- | sound/soc/codecs/wm2200.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm2200.c b/sound/soc/codecs/wm2200.c index ddc98f02ecbd..57ba315d0c84 100644 --- a/sound/soc/codecs/wm2200.c +++ b/sound/soc/codecs/wm2200.c @@ -1565,7 +1565,7 @@ static int wm2200_probe(struct snd_soc_codec *codec) return ret; } - ret = snd_soc_add_codec_controls(codec, wm_adsp_fw_controls, 2); + ret = snd_soc_add_codec_controls(codec, wm_adsp1_fw_controls, 2); if (ret != 0) return ret; |