All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: wcd9335: remove multiple defines.
@ 2019-07-03 12:32 Srinivas Kandagatla
  2019-07-04 16:39 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Srinivas Kandagatla @ 2019-07-03 12:32 UTC (permalink / raw)
  To: broonie; +Cc: alsa-devel, Srinivas Kandagatla, lgirdwood

Found during review that there are multiple defines of same constants.
This patch removes them!

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
---
 sound/soc/codecs/wcd9335.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/sound/soc/codecs/wcd9335.c b/sound/soc/codecs/wcd9335.c
index 6f205638a8b8..da6c50ccecd9 100644
--- a/sound/soc/codecs/wcd9335.c
+++ b/sound/soc/codecs/wcd9335.c
@@ -87,11 +87,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_MBHC_MAX_BUTTONS	(8)
 
 #define WCD9335_SLIM_RX_CH(p) \
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ASoC: wcd9335: remove multiple defines.
  2019-07-03 12:32 [PATCH] ASoC: wcd9335: remove multiple defines Srinivas Kandagatla
@ 2019-07-04 16:39 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2019-07-04 16:39 UTC (permalink / raw)
  To: Srinivas Kandagatla; +Cc: alsa-devel, lgirdwood


[-- Attachment #1.1: Type: text/plain, Size: 236 bytes --]

On Wed, Jul 03, 2019 at 01:32:57PM +0100, Srinivas Kandagatla wrote:
> Found during review that there are multiple defines of same constants.
> This patch removes them!

This doesn't apply against current code, please check and resend.

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-04 16:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-03 12:32 [PATCH] ASoC: wcd9335: remove multiple defines Srinivas Kandagatla
2019-07-04 16:39 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.