diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2011-10-05 03:29:27 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-10-05 12:10:10 -0400 |
commit | 1576a5ff4929a4082307be0c69bb36826aafaad6 (patch) | |
tree | f9e513b290b1d18605a3127a2e6c6016d9b09146 /include/sound/soc.h | |
parent | db382da5ff286b406c4819cc9ebd96bbb680884c (diff) |
ASoC: core: Remove snd_soc_put_volsw_2r definition
We do not have users for snd_soc_put_volsw_2r anymore.
It can be removed.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r-- | include/sound/soc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 1738c2b6b373..88ba85a422fb 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -393,7 +393,6 @@ int snd_soc_get_volsw(struct snd_kcontrol *kcontrol, | |||
393 | struct snd_ctl_elem_value *ucontrol); | 393 | struct snd_ctl_elem_value *ucontrol); |
394 | int snd_soc_put_volsw(struct snd_kcontrol *kcontrol, | 394 | int snd_soc_put_volsw(struct snd_kcontrol *kcontrol, |
395 | struct snd_ctl_elem_value *ucontrol); | 395 | struct snd_ctl_elem_value *ucontrol); |
396 | #define snd_soc_put_volsw_2r snd_soc_put_volsw | ||
397 | int snd_soc_info_volsw_s8(struct snd_kcontrol *kcontrol, | 396 | int snd_soc_info_volsw_s8(struct snd_kcontrol *kcontrol, |
398 | struct snd_ctl_elem_info *uinfo); | 397 | struct snd_ctl_elem_info *uinfo); |
399 | int snd_soc_get_volsw_s8(struct snd_kcontrol *kcontrol, | 398 | int snd_soc_get_volsw_s8(struct snd_kcontrol *kcontrol, |