diff options
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r-- | include/sound/soc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 01e9c66ddc6d..9f306f0710df 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -326,6 +326,8 @@ int snd_soc_get_volsw_s8(struct snd_kcontrol *kcontrol, | |||
326 | struct snd_ctl_elem_value *ucontrol); | 326 | struct snd_ctl_elem_value *ucontrol); |
327 | int snd_soc_put_volsw_s8(struct snd_kcontrol *kcontrol, | 327 | int snd_soc_put_volsw_s8(struct snd_kcontrol *kcontrol, |
328 | struct snd_ctl_elem_value *ucontrol); | 328 | struct snd_ctl_elem_value *ucontrol); |
329 | int snd_soc_limit_volume(struct snd_soc_codec *codec, | ||
330 | const char *name, int max); | ||
329 | 331 | ||
330 | /** | 332 | /** |
331 | * struct snd_soc_jack_pin - Describes a pin to update based on jack detection | 333 | * struct snd_soc_jack_pin - Describes a pin to update based on jack detection |