alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ASoC: rt5665: fix define of RT5665_HP_DRIVER_5X
@ 2017-03-16  5:58 Bard Liao
  2017-03-16  5:58 ` [PATCH 2/2] ASoC: rt5665: set i2s pin share configuration Bard Liao
  2017-03-16 14:11 ` Applied "ASoC: rt5665: fix define of RT5665_HP_DRIVER_5X" " Mark Brown
  0 siblings, 2 replies; 4+ messages in thread
From: Bard Liao @ 2017-03-16  5:58 UTC (permalink / raw)
  To: broonie, lgirdwood
  Cc: oder_chiou, jack.yu, alsa-devel, lars, shumingf, Bard Liao,
	xiaoxiang, zhongan, flove

It is (0x3 << 2), not (0x2 << 2).

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

diff --git a/sound/soc/codecs/rt5665.h b/sound/soc/codecs/rt5665.h
index 12f7080..a30f5e6 100644
--- a/sound/soc/codecs/rt5665.h
+++ b/sound/soc/codecs/rt5665.h
@@ -1106,7 +1106,7 @@
 #define RT5665_HP_DRIVER_MASK			(0x3 << 2)
 #define RT5665_HP_DRIVER_1X			(0x0 << 2)
 #define RT5665_HP_DRIVER_3X			(0x1 << 2)
-#define RT5665_HP_DRIVER_5X			(0x2 << 2)
+#define RT5665_HP_DRIVER_5X			(0x3 << 2)
 #define RT5665_LDO1_DVO_MASK			(0x3)
 #define RT5665_LDO1_DVO_09			(0x0)
 #define RT5665_LDO1_DVO_10			(0x1)
-- 
2.7.4

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

end of thread, other threads:[~2017-03-16 14:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-16  5:58 [PATCH 1/2] ASoC: rt5665: fix define of RT5665_HP_DRIVER_5X Bard Liao
2017-03-16  5:58 ` [PATCH 2/2] ASoC: rt5665: set i2s pin share configuration Bard Liao
2017-03-16 14:11   ` Applied "ASoC: rt5665: set i2s pin share configuration" to the asoc tree Mark Brown
2017-03-16 14:11 ` Applied "ASoC: rt5665: fix define of RT5665_HP_DRIVER_5X" " 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).