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 <[email protected]> Reviewed-by: Pierre-Louis Bossart <[email protected]> Acked-by: Shuming Fan <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 9065693 commit 7441e7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)