diff options
author | Takashi Iwai <tiwai@suse.de> | 2014-02-18 08:59:39 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-02-19 17:43:59 +0100 |
commit | 7ec02609739d82f7786e5a169e5a900dbaf0d1a1 (patch) | |
tree | 070d966e731f6e10911b56647db9d0f9c409ecfa /sound/soc/codecs | |
parent | Linus 3.14-rc1 (diff) | |
download | linux-7ec02609739d82f7786e5a169e5a900dbaf0d1a1.tar.xz linux-7ec02609739d82f7786e5a169e5a900dbaf0d1a1.zip |
ASoC: da732x: Remove superfluous DA732X_SOC_ENUM_DOUBLE_R()
It's nowhere used.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Acked-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r-- | sound/soc/codecs/da732x.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/codecs/da732x.h b/sound/soc/codecs/da732x.h index c8ce5475de22..1dceafeec415 100644 --- a/sound/soc/codecs/da732x.h +++ b/sound/soc/codecs/da732x.h @@ -113,9 +113,6 @@ #define DA732X_EQ_OVERALL_VOL_DB_MIN -1800 #define DA732X_EQ_OVERALL_VOL_DB_INC 600 -#define DA732X_SOC_ENUM_DOUBLE_R(xreg, xrreg, xmax, xtext) \ - {.reg = xreg, .reg2 = xrreg, .max = xmax, .texts = xtext} - enum da732x_sysctl { DA732X_SR_8KHZ = 0x1, DA732X_SR_11_025KHZ = 0x2, |