aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/codecs/tlv320aic32x4.h
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2017-12-12 16:43:04 -0600
committerMark Brown <broonie@kernel.org>2017-12-13 12:27:26 +0000
commit7e2a4dc5c1f0875646816c527cad5943cb6d5cc7 (patch)
tree053b9bd9c2a1f905c7a1418fc37137745fc9f2d0 /sound/soc/codecs/tlv320aic32x4.h
parentASoC: tlv320aic32x4: Use AIC32X4_REG macro for all register definitions (diff)
downloadwireguard-linux-7e2a4dc5c1f0875646816c527cad5943cb6d5cc7.tar.xz
wireguard-linux-7e2a4dc5c1f0875646816c527cad5943cb6d5cc7.zip
ASoC: tlv320aic32x4: Drop define mapping from number to number
Drop definition of frequencies that only map from one number to the same number. This is not needed and if misused can hide bugs. Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/tlv320aic32x4.h')
-rw-r--r--sound/soc/codecs/tlv320aic32x4.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/codecs/tlv320aic32x4.h b/sound/soc/codecs/tlv320aic32x4.h
index 936bb7a1b5c8..b017211f83eb 100644
--- a/sound/soc/codecs/tlv320aic32x4.h
+++ b/sound/soc/codecs/tlv320aic32x4.h
@@ -97,10 +97,6 @@ int aic32x4_remove(struct device *dev);
#define AIC32X4_LMICPGAVOL AIC32X4_REG(1, 59)
#define AIC32X4_RMICPGAVOL AIC32X4_REG(1, 60)
-#define AIC32X4_FREQ_12000000 12000000
-#define AIC32X4_FREQ_24000000 24000000
-#define AIC32X4_FREQ_25000000 25000000
-
#define AIC32X4_WORD_LEN_16BITS 0x00
#define AIC32X4_WORD_LEN_20BITS 0x01
#define AIC32X4_WORD_LEN_24BITS 0x02