diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2014-04-14 21:31:12 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-04-14 20:40:06 +0100 |
commit | 785b3c4e0951252cdbc0cd902292bf5c9f08897a (patch) | |
tree | e5863dc6706ac03f041503004dcd20de02a6adc9 /include/sound/soc.h | |
parent | e13dd8ce39a89c7a7d8ec025b266337b42eeaafc (diff) | |
download | talos-op-linux-785b3c4e0951252cdbc0cd902292bf5c9f08897a.tar.gz talos-op-linux-785b3c4e0951252cdbc0cd902292bf5c9f08897a.zip |
ASoC: Remove deprecated ENUM/MUX macros
Since there are no users left, we can remove the deprecated ENUM and MUX macros
which are just alias for other macros.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r-- | include/sound/soc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 0b83168d8ff4..98e85a4796b6 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -196,8 +196,6 @@ .info = snd_soc_info_enum_double, \ .get = snd_soc_get_enum_double, .put = snd_soc_put_enum_double, \ .private_value = (unsigned long)&xenum } -#define SOC_VALUE_ENUM(xname, xenum) \ - SOC_ENUM(xname, xenum) #define SOC_SINGLE_EXT(xname, xreg, xshift, xmax, xinvert,\ xhandler_get, xhandler_put) \ { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ |