Skip to content

Commit 7441e7f

Browse files
bardliaobroonie
authored andcommitted
ASoC: rt711-sdw: add missing readable registers
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> Acked-by: Shuming Fan <shumingf@realtek.com> Link: https://patch.msgid.link/20240704092327.652609-1-yung-chuan.liao@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 9065693 commit 7441e7f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sound/soc/codecs/rt711-sdw.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ static bool rt711_readable_register(struct device *dev, unsigned int reg)
3838
case 0x8300 ... 0x83ff:
3939
case 0x9c00 ... 0x9cff:
4040
case 0xb900 ... 0xb9ff:
41+
case 0x752008:
4142
case 0x752009:
43+
case 0x75200b:
4244
case 0x752011:
4345
case 0x75201a:
4446
case 0x752045:

0 commit comments

Comments
 (0)