diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sound/soc-dapm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h index a105b01e06d5..40cc695b69b6 100644 --- a/include/sound/soc-dapm.h +++ b/include/sound/soc-dapm.h | |||
@@ -223,6 +223,8 @@ int snd_soc_dapm_sys_add(struct device *dev); | |||
223 | /* dapm audio endpoint control */ | 223 | /* dapm audio endpoint control */ |
224 | int snd_soc_dapm_set_endpoint(struct snd_soc_codec *codec, | 224 | int snd_soc_dapm_set_endpoint(struct snd_soc_codec *codec, |
225 | char *pin, int status); | 225 | char *pin, int status); |
226 | int snd_soc_dapm_get_endpoint_status(struct snd_soc_codec *codec, | ||
227 | char *pin); | ||
226 | int snd_soc_dapm_sync_endpoints(struct snd_soc_codec *codec); | 228 | int snd_soc_dapm_sync_endpoints(struct snd_soc_codec *codec); |
227 | 229 | ||
228 | /* dapm widget types */ | 230 | /* dapm widget types */ |