summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm_adsp.h
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2013-01-18 09:54:36 +0100
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-01-18 09:54:36 +0100
commitba3b8cd26d1e63b52d7feff3bc028266e9a7e880 (patch)
treeadd1c23ae7ba5cd24fc57370ded59e046f0b9068 /sound/soc/codecs/wm_adsp.h
parentASoC: wm2200: Add controls for firmware enumeration (diff)
parentASoC: wm_adsp: Set ADSP1 clock rate to match sys clock (diff)
downloadlinux-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.h3
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;