aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/soc-dapm.h
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2012-02-16 14:02:11 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-02-17 11:09:52 -0500
commitce0e9f0ede349097c849db9c3aa7e947fc443552 (patch)
tree2e7668de5d1dfe91b4fa6c7988e9450d06bea6fd /include/sound/soc-dapm.h
parent5ac2ba9452b0a59df6cec10e8d27c52cf0b41a43 (diff)
ASoC: dapm: Unexport snd_soc_dapm_new_control()
Everything now uses snd_soc_dapm_new_controls() instead so we don't need to make it part of the external API. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@ti.com>
Diffstat (limited to 'include/sound/soc-dapm.h')
-rw-r--r--include/sound/soc-dapm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h
index db8435a79a82..c28d20b45669 100644
--- a/include/sound/soc-dapm.h
+++ b/include/sound/soc-dapm.h
@@ -352,8 +352,6 @@ int snd_soc_dapm_get_pin_switch(struct snd_kcontrol *kcontrol,
352 struct snd_ctl_elem_value *uncontrol); 352 struct snd_ctl_elem_value *uncontrol);
353int snd_soc_dapm_put_pin_switch(struct snd_kcontrol *kcontrol, 353int snd_soc_dapm_put_pin_switch(struct snd_kcontrol *kcontrol,
354 struct snd_ctl_elem_value *uncontrol); 354 struct snd_ctl_elem_value *uncontrol);
355int snd_soc_dapm_new_control(struct snd_soc_dapm_context *dapm,
356 const struct snd_soc_dapm_widget *widget);
357int snd_soc_dapm_new_controls(struct snd_soc_dapm_context *dapm, 355int snd_soc_dapm_new_controls(struct snd_soc_dapm_context *dapm,
358 const struct snd_soc_dapm_widget *widget, 356 const struct snd_soc_dapm_widget *widget,
359 int num); 357 int num);