diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-01-18 09:54:36 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-01-18 09:54:36 +0100 |
commit | ba3b8cd26d1e63b52d7feff3bc028266e9a7e880 (patch) | |
tree | add1c23ae7ba5cd24fc57370ded59e046f0b9068 /sound/soc/codecs/wm_adsp.h | |
parent | ASoC: wm2200: Add controls for firmware enumeration (diff) | |
parent | ASoC: wm_adsp: Set ADSP1 clock rate to match sys clock (diff) | |
download | linux-ba3b8cd26d1e63b52d7feff3bc028266e9a7e880.tar.xz linux-ba3b8cd26d1e63b52d7feff3bc028266e9a7e880.zip |
Merge remote-tracking branch 'asoc/topic/adsp' into asoc-wm2200
Diffstat (limited to 'sound/soc/codecs/wm_adsp.h')
-rw-r--r-- | sound/soc/codecs/wm_adsp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm_adsp.h b/sound/soc/codecs/wm_adsp.h index 41206d79e038..cb8871a3ec00 100644 --- a/sound/soc/codecs/wm_adsp.h +++ b/sound/soc/codecs/wm_adsp.h @@ -40,6 +40,9 @@ struct wm_adsp { struct regmap *regmap; int base; + int sysclk_reg; + int sysclk_mask; + int sysclk_shift; struct list_head alg_regions; |