aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Iwai <[email protected]>2014-02-18 08:59:39 +0100
committerMark Brown <[email protected]>2014-02-20 10:43:02 +0900
commitc28b14f49978af2fc864dd2faeb89f517746f9f9 (patch)
treed6e7b12d916fa28145ede86ad04b8c0d4a090816
parent6b207c0f166e7f19c9d9dc48feb25e276e36c43f (diff)
ALSA: da732x: Remove superfluous DA732X_SOC_ENUM_DOUBLE_R()
It's nowhere used. Signed-off-by: Takashi Iwai <[email protected]> Acked-by: Liam Girdwood <[email protected]> Acked-by: Lars-Peter Clausen <[email protected]> Signed-off-by: Mark Brown <[email protected]>
-rw-r--r--sound/soc/codecs/da732x.h3
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,