diff options
author | Richard Fitzgerald <rf@opensource.wolfsonmicro.com> | 2017-04-05 12:07:59 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-04-05 17:14:15 +0200 |
commit | e1ea1879f2889a26370bd0bc29c1e95caf9d36f2 (patch) | |
tree | 358a17d5d3222eca3ece89543a35513532aff479 /sound/soc/codecs/wm_adsp.h | |
parent | ASoC: wm_adsp: Acknowledge controls should also check the DSP is running (diff) | |
download | linux-e1ea1879f2889a26370bd0bc29c1e95caf9d36f2.tar.xz linux-e1ea1879f2889a26370bd0bc29c1e95caf9d36f2.zip |
ASoC: wm_adsp: Add support for ADSP2V2
Adds support for ADSP2V2 cores. Primary differences are that
they use a 32-bit register map compared to the 16-bit register
map of ADSP2V1, and there are some changes to clocking control.
Signed-off-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/wm_adsp.h')
-rw-r--r-- | sound/soc/codecs/wm_adsp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm_adsp.h b/sound/soc/codecs/wm_adsp.h index 3706b11053a3..997227f4d404 100644 --- a/sound/soc/codecs/wm_adsp.h +++ b/sound/soc/codecs/wm_adsp.h @@ -40,6 +40,7 @@ struct wm_adsp_compr_buf; struct wm_adsp { const char *part; + int rev; int num; int type; struct device *dev; |