Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 1/3] SoC: rt5645: make RT5650_TDM_CTRL_4 readable
@ 2015-06-10  6:27 Oder Chiou
  2015-06-10  6:27 ` [PATCH v4 2/3] ASoC: rt5645: change gpio to gpiod APIs Oder Chiou
  2015-06-10  6:27 ` [PATCH v4 3/3] ASoC: rt5645: add device tree support Oder Chiou
  0 siblings, 2 replies; 6+ messages in thread
From: Oder Chiou @ 2015-06-10  6:27 UTC (permalink / raw)
  To: broonie, lgirdwood; +Cc: Oder Chiou, Bard Liao, alsa-devel, john.lin, flove

Register RT5650_TDM_CTRL_4(0x7A) is readable and used for mixer
setting. It should be added in rt5645_readable_register function.

Signed-off-by: Bard Liao <bardliao@realtek.com>
Signed-off-by: Oder Chiou <oder_chiou@realtek.com>
---
 sound/soc/codecs/rt5645.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c
index d5f0f56..b86474a 100644
--- a/sound/soc/codecs/rt5645.c
+++ b/sound/soc/codecs/rt5645.c
@@ -349,6 +349,7 @@ static bool rt5645_readable_register(struct device *dev, unsigned int reg)
 	case RT5645_TDM_CTRL_1:
 	case RT5645_TDM_CTRL_2:
 	case RT5645_TDM_CTRL_3:
+	case RT5650_TDM_CTRL_4:
 	case RT5645_GLB_CLK:
 	case RT5645_PLL_CTRL1:
 	case RT5645_PLL_CTRL2:
-- 
1.8.1.1.439.g50a6b54

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

end of thread, other threads:[~2015-06-11  1:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-10  6:27 [PATCH v4 1/3] SoC: rt5645: make RT5650_TDM_CTRL_4 readable Oder Chiou
2015-06-10  6:27 ` [PATCH v4 2/3] ASoC: rt5645: change gpio to gpiod APIs Oder Chiou
2015-06-10 17:32   ` Mark Brown
2015-06-10  6:27 ` [PATCH v4 3/3] ASoC: rt5645: add device tree support Oder Chiou
2015-06-10 17:32   ` Mark Brown
2015-06-11  1:24   ` Nicolas Boichat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox