Skip to content

Commit cebfbc8

Browse files
Jack Yubroonie
authored andcommitted
ASoC: rt715: add vendor clear control register
Add vendor clear control register in readable register's callback function. This prevents an access failure reported in Intel CI tests. Signed-off-by: Jack Yu <[email protected]> Closes: thesofproject#4860 Tested-by: Pierre-Louis Bossart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent eefb831 commit cebfbc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/codecs/rt715-sdw.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ static bool rt715_readable_register(struct device *dev, unsigned int reg)
111111
case 0x839d:
112112
case 0x83a7:
113113
case 0x83a9:
114+
case 0x752001:
114115
case 0x752039:
115116
return true;
116117
default:

0 commit comments

Comments
 (0)