summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wm8994.h
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-03-16 20:55:37 +0000
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-03-22 18:41:27 +0000
commitf20d77ce2663b31c2994462d9ab9143726b67f3e (patch)
treecd6f2f5d68b3398eff77e61826cabcaa70d0c18e /sound/soc/codecs/wm8994.h
parentfbbf592002ee46ed14d5bd88f1150c604b34e705 (diff)
ASoC: Refactor WM8958 DSP to support additional algorithms
In preparation for the addition of additional WM8958 algorithms reorganise the code to make it easier to add such support later. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@ti.com>
Diffstat (limited to 'sound/soc/codecs/wm8994.h')
-rw-r--r--sound/soc/codecs/wm8994.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8994.h b/sound/soc/codecs/wm8994.h
index 1aa365b31b08..a4bfde83065f 100644
--- a/sound/soc/codecs/wm8994.h
+++ b/sound/soc/codecs/wm8994.h
@@ -116,6 +116,7 @@ struct wm8994_priv {
unsigned int aif1clk_disable:1;
unsigned int aif2clk_disable:1;
+ int dsp_active;
const struct firmware *cur_fw;
const struct firmware *mbc;
};