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>
This commit is contained in:

committed by
Mark Brown

parent
5095f55d7c
commit
d8a64d6ade
@@ -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) \
|
||||
|
Reference in New Issue
Block a user