diff options
Diffstat (limited to 'include/sound/soc-dapm.h')
-rw-r--r-- | include/sound/soc-dapm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h index bf4cf0c1d37f..f8223fae5804 100644 --- a/include/sound/soc-dapm.h +++ b/include/sound/soc-dapm.h | |||
@@ -221,7 +221,8 @@ int snd_soc_dapm_add_routes(struct snd_soc_codec *codec, | |||
221 | /* dapm events */ | 221 | /* dapm events */ |
222 | int snd_soc_dapm_stream_event(struct snd_soc_codec *codec, char *stream, | 222 | int snd_soc_dapm_stream_event(struct snd_soc_codec *codec, char *stream, |
223 | int event); | 223 | int event); |
224 | int snd_soc_dapm_device_event(struct snd_soc_device *socdev, int event); | 224 | int snd_soc_dapm_set_bias_level(struct snd_soc_device *socdev, |
225 | enum snd_soc_bias_level level); | ||
225 | 226 | ||
226 | /* dapm sys fs - used by the core */ | 227 | /* dapm sys fs - used by the core */ |
227 | int snd_soc_dapm_sys_add(struct device *dev); | 228 | int snd_soc_dapm_sys_add(struct device *dev); |