Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH] ASoC: rt711-sdw: add missing readable registers
@ 2024-07-04  9:23 Bard Liao
  2024-07-04 10:47 ` Shuming [范書銘]
  2024-07-04 17:19 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Bard Liao @ 2024-07-04  9:23 UTC (permalink / raw)
  To: broonie, tiwai; +Cc: linux-sound, pierre-louis.bossart, bard.liao

Those registers will be used when JD source is RT711_JD2_1P8V_1PORT.

Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
---
 sound/soc/codecs/rt711-sdw.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sound/soc/codecs/rt711-sdw.c b/sound/soc/codecs/rt711-sdw.c
index 8ca8bcd177ab..dfda6bb5c6f8 100644
--- a/sound/soc/codecs/rt711-sdw.c
+++ b/sound/soc/codecs/rt711-sdw.c
@@ -38,7 +38,9 @@ static bool rt711_readable_register(struct device *dev, unsigned int reg)
 	case 0x8300 ... 0x83ff:
 	case 0x9c00 ... 0x9cff:
 	case 0xb900 ... 0xb9ff:
+	case 0x752008:
 	case 0x752009:
+	case 0x75200b:
 	case 0x752011:
 	case 0x75201a:
 	case 0x752045:
-- 
2.43.0


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

end of thread, other threads:[~2024-07-04 17:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-04  9:23 [PATCH] ASoC: rt711-sdw: add missing readable registers Bard Liao
2024-07-04 10:47 ` Shuming [范書銘]
2024-07-04 17:19 ` Mark Brown

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