diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2014-01-08 17:42:18 +0000 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-01-08 18:17:37 +0000 |
commit | d8a64d6ade6a27dec2b8b37e4d9630c40a373bba (patch) | |
tree | 4679404a7501745b9bde4d6b1a39a13408f6be6e /sound/soc/codecs/wm_adsp.h | |
parent | 5095f55d7cc327026daaa3fa583aa4c1388ca556 (diff) | |
download | talos-obmc-linux-d8a64d6ade6a27dec2b8b37e4d9630c40a373bba.tar.gz talos-obmc-linux-d8a64d6ade6a27dec2b8b37e4d9630c40a373bba.zip |
ASoC: wm_adsp: Factor out ADSP2 boot proceedure
Move the ADSP2 boot proceedure into a work structure in preparation for
running it asynchronously with the reset of the audio path bring up.
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/codecs/wm_adsp.h')
-rw-r--r-- | sound/soc/codecs/wm_adsp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm_adsp.h b/sound/soc/codecs/wm_adsp.h index d018dea6254d..b172c1df9159 100644 --- a/sound/soc/codecs/wm_adsp.h +++ b/sound/soc/codecs/wm_adsp.h @@ -59,6 +59,8 @@ struct wm_adsp { struct regulator *dvfs; struct list_head ctl_list; + + struct work_struct boot_work; }; #define WM_ADSP1(wname, num) \ |