]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
ASoC: wcd9335: remove multiple defines.
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Thu, 4 Jul 2019 16:54:10 +0000 (17:54 +0100)
committerMark 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

index 85737fe544746903e9df54fcb7a3169de6ae6690..1bbbe421b99983cef4ed5a51b25aef19f852220d 100644 (file)
 #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,}