diff options
Diffstat (limited to 'include/sound/soc-dapm.h')
-rw-r--r-- | include/sound/soc-dapm.h | 15 |
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 */ |
235 | int snd_soc_dapm_sys_add(struct device *dev); | 235 | int 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 */ |
238 | int dapm_reg_event(struct snd_soc_dapm_widget *w, | 238 | int snd_soc_dapm_enable_pin(struct snd_soc_codec *codec, char *pin); |
239 | struct snd_kcontrol *kcontrol, int event); | 239 | int snd_soc_dapm_disable_pin(struct snd_soc_codec *codec, char *pin); |
240 | 240 | int snd_soc_dapm_get_pin_status(struct snd_soc_codec *codec, char *pin); | |
241 | /* dapm audio endpoint control */ | 241 | int snd_soc_dapm_sync(struct snd_soc_codec *codec); |
242 | int snd_soc_dapm_set_endpoint(struct snd_soc_codec *codec, | ||
243 | char *pin, int status); | ||
244 | int snd_soc_dapm_get_endpoint_status(struct snd_soc_codec *codec, | ||
245 | char *pin); | ||
246 | int snd_soc_dapm_sync_endpoints(struct snd_soc_codec *codec); | ||
247 | 242 | ||
248 | /* dapm widget types */ | 243 | /* dapm widget types */ |
249 | enum snd_soc_dapm_type { | 244 | enum snd_soc_dapm_type { |