summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wm_adsp.h
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2013-01-16 05:03:56 +0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-01-16 05:21:57 +0400
commit5e7a7a221fbae313a8635411b557e736ba044c98 (patch)
tree42b50f9ac62e6320ac4fa8494cabe433a9895c9c /sound/soc/codecs/wm_adsp.h
parent1023dbd90c1e3e87921198939917c1f50b4b6af7 (diff)
downloadlinux-5e7a7a221fbae313a8635411b557e736ba044c98.tar.xz
ASoC: wm_adsp: Add initialisation function for ADSP1
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm_adsp.h')
-rw-r--r--sound/soc/codecs/wm_adsp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm_adsp.h b/sound/soc/codecs/wm_adsp.h
index 5e71410f8b05..41206d79e038 100644
--- a/sound/soc/codecs/wm_adsp.h
+++ b/sound/soc/codecs/wm_adsp.h
@@ -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);