diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sound/soc-dapm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h index 3030fdc6981d..c1b26fcc0b5c 100644 --- a/include/sound/soc-dapm.h +++ b/include/sound/soc-dapm.h | |||
@@ -202,6 +202,9 @@ struct snd_soc_dapm_path; | |||
202 | struct snd_soc_dapm_pin; | 202 | struct snd_soc_dapm_pin; |
203 | struct snd_soc_dapm_route; | 203 | struct snd_soc_dapm_route; |
204 | 204 | ||
205 | int dapm_reg_event(struct snd_soc_dapm_widget *w, | ||
206 | struct snd_kcontrol *kcontrol, int event); | ||
207 | |||
205 | /* dapm controls */ | 208 | /* dapm controls */ |
206 | int snd_soc_dapm_put_volsw(struct snd_kcontrol *kcontrol, | 209 | int snd_soc_dapm_put_volsw(struct snd_kcontrol *kcontrol, |
207 | struct snd_ctl_elem_value *ucontrol); | 210 | struct snd_ctl_elem_value *ucontrol); |