projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9aa0cf7
)
ASoC: wcd9335: remove multiple defines.
author
Srinivas Kandagatla
<srinivas.kandagatla@linaro.org>
Thu, 4 Jul 2019 16:54:10 +0000
(17:54 +0100)
committer
Mark Brown
<broonie@kernel.org>
Fri, 5 Jul 2019 16:57:48 +0000
(17:57 +0100)
Found during review that there are multiple defines of same constants.
This patch removes them!
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link:
https://lore.kernel.org/r/20190704165410.7173-1-srinivas.kandagatla@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wcd9335.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wcd9335.c
b/sound/soc/codecs/wcd9335.c
index 85737fe544746903e9df54fcb7a3169de6ae6690..1bbbe421b99983cef4ed5a51b25aef19f852220d 100644
(file)
--- a/
sound/soc/codecs/wcd9335.c
+++ b/
sound/soc/codecs/wcd9335.c
@@
-86,11
+86,6
@@
#define WCD9335_DEC_PWR_LVL_HP 0x04
#define WCD9335_DEC_PWR_LVL_DF 0x00
-#define TX_HPF_CUT_OFF_FREQ_MASK 0x60
-#define CF_MIN_3DB_4HZ 0x0
-#define CF_MIN_3DB_75HZ 0x1
-#define CF_MIN_3DB_150HZ 0x2
-
#define WCD9335_SLIM_RX_CH(p) \
{.port = p + WCD9335_RX_START, .shift = p,}