diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-03-16 23:55:37 +0300 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-03-22 21:41:27 +0300 |
commit | f20d77ce2663b31c2994462d9ab9143726b67f3e (patch) | |
tree | cd6f2f5d68b3398eff77e61826cabcaa70d0c18e /sound/soc/codecs/wm8994.h | |
parent | fbbf592002ee46ed14d5bd88f1150c604b34e705 (diff) | |
download | linux-f20d77ce2663b31c2994462d9ab9143726b67f3e.tar.xz |
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.h | 1 |
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; }; |