Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 1/3] ASoC: rt5645: make RT5650_TDM_CTRL_4 readable
@ 2015-06-05  5:24 Bard Liao
  2015-06-05  5:24 ` [PATCH v3 2/3] ASoC: rt5645: change gpio to gpiod APIs Bard Liao
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Bard Liao @ 2015-06-05  5:24 UTC (permalink / raw)
  To: broonie, lgirdwood
  Cc: oder_chiou, alsa-devel, lars, zhengxing, yang.a.fang, koro.chen,
	john.lin, drinkcat, Bard Liao, 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>
---
 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 aaede45..d12da40 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] 5+ messages in thread

end of thread, other threads:[~2015-06-08 18:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-05  5:24 [PATCH v3 1/3] ASoC: rt5645: make RT5650_TDM_CTRL_4 readable Bard Liao
2015-06-05  5:24 ` [PATCH v3 2/3] ASoC: rt5645: change gpio to gpiod APIs Bard Liao
2015-06-05  5:24 ` [PATCH v3 3/3] ASoC: rt5645: add device tree support Bard Liao
2015-06-08 18:09 ` [PATCH v3 1/3] ASoC: rt5645: make RT5650_TDM_CTRL_4 readable Mark Brown
2015-06-08 18:27   ` Mark Brown

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