Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1695981

[PATCH v1 1/3] ASoC: codecs: msm8916-analog: fix DIG_CLK_CTL_RXD3_CLK_EN define

From Damien Riegel <damien.riegel@savoirfairelinux.com>
Newsgroups linux.kernel
Subject [PATCH v1 1/3] ASoC: codecs: msm8916-analog: fix DIG_CLK_CTL_RXD3_CLK_EN define
Date 2017-07-25 20:00 +0200
Message-ID <u7chI-5RB-19@gated-at.bofh.it> (permalink)
References <u7chH-5RB-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


The wrong bit is assigned to DIG_CLK_CTL_RXD3_CLK_EN, change it for the
correct one.

Signed-off-by: Damien Riegel <damien.riegel@savoirfairelinux.com>
---
 sound/soc/codecs/msm8916-wcd-analog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/msm8916-wcd-analog.c b/sound/soc/codecs/msm8916-wcd-analog.c
index aec1e1626993..0c351700044a 100644
--- a/sound/soc/codecs/msm8916-wcd-analog.c
+++ b/sound/soc/codecs/msm8916-wcd-analog.c
@@ -36,7 +36,7 @@
 #define CDC_D_CDC_DIG_CLK_CTL		(0xf04A)
 #define DIG_CLK_CTL_RXD1_CLK_EN		BIT(0)
 #define DIG_CLK_CTL_RXD2_CLK_EN		BIT(1)
-#define DIG_CLK_CTL_RXD3_CLK_EN		BIT(3)
+#define DIG_CLK_CTL_RXD3_CLK_EN		BIT(2)
 #define DIG_CLK_CTL_TXD_CLK_EN		BIT(4)
 #define DIG_CLK_CTL_NCP_CLK_EN_MASK	BIT(6)
 #define DIG_CLK_CTL_NCP_CLK_EN		BIT(6)
-- 
2.13.3

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v1 0/3] add jack detection to MSM8916 analog Damien Riegel <damien.riegel@savoirfairelinux.com> - 2017-07-25 20:00 +0200
  [PATCH v1 1/3] ASoC: codecs: msm8916-analog: fix DIG_CLK_CTL_RXD3_CLK_EN define Damien Riegel <damien.riegel@savoirfairelinux.com> - 2017-07-25 20:00 +0200
    Re: [PATCH v1 1/3] ASoC: codecs: msm8916-analog: fix  DIG_CLK_CTL_RXD3_CLK_EN define Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2017-07-25 21:30 +0200
    Applied "ASoC: codecs: msm8916-analog: fix DIG_CLK_CTL_RXD3_CLK_EN define" to the asoc tree Mark Brown <broonie@kernel.org> - 2017-07-27 21:10 +0200
  [PATCH v1 2/3] ASoC: codecs: msm8916-analog: support jack detection Damien Riegel <damien.riegel@savoirfairelinux.com> - 2017-07-25 20:00 +0200
    Re: [PATCH v1 2/3] ASoC: codecs: msm8916-analog: support jack  detection Mark Brown <broonie@kernel.org> - 2017-07-26 18:30 +0200
    Re: [PATCH v1 2/3] ASoC: codecs: msm8916-analog: support jack  detection Mark Brown <broonie@kernel.org> - 2017-07-26 18:30 +0200
    Re: [PATCH v1 2/3] ASoC: codecs: msm8916-analog: support jack  detection Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2017-07-26 18:50 +0200
      Re: [PATCH v1 2/3] ASoC: codecs: msm8916-analog: support jack  detection Damien Riegel <damien.riegel@savoirfairelinux.com> - 2017-07-26 21:50 +0200

csiph-web