aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/soc-dapm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound/soc-dapm.h')
-rw-r--r--include/sound/soc-dapm.h15
1 files changed, 5 insertions, 10 deletions
diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h
index b2849538cbfe..3030fdc6981d 100644
--- a/include/sound/soc-dapm.h
+++ b/include/sound/soc-dapm.h
@@ -234,16 +234,11 @@ int snd_soc_dapm_set_bias_level(struct snd_soc_device *socdev,
234/* dapm sys fs - used by the core */ 234/* dapm sys fs - used by the core */
235int snd_soc_dapm_sys_add(struct device *dev); 235int snd_soc_dapm_sys_add(struct device *dev);
236 236
237/* event handler for register modifier widget - used by the soc-dapm */ 237/* dapm audio pin control and status */
238int dapm_reg_event(struct snd_soc_dapm_widget *w, 238int snd_soc_dapm_enable_pin(struct snd_soc_codec *codec, char *pin);
239 struct snd_kcontrol *kcontrol, int event); 239int snd_soc_dapm_disable_pin(struct snd_soc_codec *codec, char *pin);
240 240int snd_soc_dapm_get_pin_status(struct snd_soc_codec *codec, char *pin);
241/* dapm audio endpoint control */ 241int snd_soc_dapm_sync(struct snd_soc_codec *codec);
242int snd_soc_dapm_set_endpoint(struct snd_soc_codec *codec,
243 char *pin, int status);
244int snd_soc_dapm_get_endpoint_status(struct snd_soc_codec *codec,
245 char *pin);
246int snd_soc_dapm_sync_endpoints(struct snd_soc_codec *codec);
247 242
248/* dapm widget types */ 243/* dapm widget types */
249enum snd_soc_dapm_type { 244enum snd_soc_dapm_type {