alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] ASoC: rt5665: fix GPIO6 pin function define
@ 2017-07-20  5:07 Bard Liao
  2017-07-20  5:07 ` [PATCH 2/3] ASoC: rt5665: add clcok control for master mode Bard Liao
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Bard Liao @ 2017-07-20  5:07 UTC (permalink / raw)
  To: broonie, lgirdwood
  Cc: oder_chiou, jack.yu, alsa-devel, lars, shumingf, Bard Liao,
	zhongan, flove

The GPIO6 pin function select value was wrong.

Signed-off-by: Bard Liao <bardliao@realtek.com>
---
 sound/soc/codecs/rt5665.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/soc/codecs/rt5665.h b/sound/soc/codecs/rt5665.h
index 1db5c6a..d95249c 100644
--- a/sound/soc/codecs/rt5665.h
+++ b/sound/soc/codecs/rt5665.h
@@ -1692,8 +1692,8 @@
 #define RT5665_GP6_PIN_MASK			(0x3 << 5)
 #define RT5665_GP6_PIN_SFT			5
 #define RT5665_GP6_PIN_GPIO6			(0x0 << 5)
-#define RT5665_GP6_PIN_BCLK3			(0x0 << 5)
-#define RT5665_GP6_PIN_PDM_SCL			(0x1 << 5)
+#define RT5665_GP6_PIN_BCLK3			(0x1 << 5)
+#define RT5665_GP6_PIN_PDM_SCL			(0x2 << 5)
 #define RT5665_GP7_PIN_MASK			(0x3 << 3)
 #define RT5665_GP7_PIN_SFT			3
 #define RT5665_GP7_PIN_GPIO7			(0x0 << 3)
-- 
2.7.4

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

end of thread, other threads:[~2017-07-20 12:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-20  5:07 [PATCH 1/3] ASoC: rt5665: fix GPIO6 pin function define Bard Liao
2017-07-20  5:07 ` [PATCH 2/3] ASoC: rt5665: add clcok control for master mode Bard Liao
2017-07-20 12:23   ` Applied "ASoC: rt5665: add clcok control for master mode" to the asoc tree Mark Brown
2017-07-20  5:07 ` [PATCH 3/3] ASoC: rt5665: add clock sync control for master mode Bard Liao
2017-07-20 12:23   ` Applied "ASoC: rt5665: add clock sync control for master mode" to the asoc tree Mark Brown
2017-07-20 12:23 ` Applied "ASoC: rt5665: fix GPIO6 pin function define" " Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).