Skip to content

Commit 968c974

Browse files
Jack Yubroonie
authored andcommitted
ASoC: rt722-sdca-sdw: add silence detection register as volatile
Including silence detection register as volatile. Signed-off-by: Jack Yu <jack.yu@realtek.com> Link: https://msgid.link/r/c66a6bd6d220426793096b42baf85437@realtek.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 7478e15 commit 968c974

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sound/soc/codecs/rt722-sdca-sdw.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ static bool rt722_sdca_mbq_readable_register(struct device *dev, unsigned int re
6868
case 0x200007f:
6969
case 0x2000082 ... 0x200008e:
7070
case 0x2000090 ... 0x2000094:
71+
case 0x3110000:
7172
case 0x5300000 ... 0x5300002:
7273
case 0x5400002:
7374
case 0x5600000 ... 0x5600007:
@@ -125,6 +126,7 @@ static bool rt722_sdca_mbq_volatile_register(struct device *dev, unsigned int re
125126
case 0x2000067:
126127
case 0x2000084:
127128
case 0x2000086:
129+
case 0x3110000:
128130
return true;
129131
default:
130132
return false;

0 commit comments

Comments
 (0)