Commit 5e7a7a22 authored by Mark Brown's avatar Mark Brown

ASoC: wm_adsp: Add initialisation function for ADSP1

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 1023dbd9
......@@ -780,6 +780,14 @@ static int wm_adsp_load_coeff(struct wm_adsp *dsp)
return 0;
}
int wm_adsp1_init(struct wm_adsp *adsp)
{
INIT_LIST_HEAD(&adsp->alg_regions);
return 0;
}
EXPORT_SYMBOL_GPL(wm_adsp1_init);
int wm_adsp1_event(struct snd_soc_dapm_widget *w,
struct snd_kcontrol *kcontrol,
int event)
......
......@@ -64,6 +64,7 @@ struct wm_adsp {
extern const struct snd_kcontrol_new wm_adsp_fw_controls[];
int wm_adsp1_init(struct wm_adsp *adsp);
int wm_adsp2_init(struct wm_adsp *adsp, bool dvfs);
int wm_adsp1_event(struct snd_soc_dapm_widget *w,
struct snd_kcontrol *kcontrol, int event);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment