projects
/
linux-2.6-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7478e15
)
ASoC: rt722-sdca-sdw: add silence detection register as volatile
author
Jack Yu
<jack.yu@realtek.com>
Mon, 3 Jun 2024 10:47:16 +0000
(10:47 +0000)
committer
Mark Brown
<broonie@kernel.org>
Mon, 3 Jun 2024 14:59:21 +0000
(15:59 +0100)
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>
sound/soc/codecs/rt722-sdca-sdw.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/rt722-sdca-sdw.c
b/sound/soc/codecs/rt722-sdca-sdw.c
index b33da2215adea732edb27928fb0017a743815a36..f73ee3bf90f5e6b0a98aef236fda1eaf7dd28193 100644
(file)
--- a/
sound/soc/codecs/rt722-sdca-sdw.c
+++ b/
sound/soc/codecs/rt722-sdca-sdw.c
@@
-68,6
+68,7
@@
static bool rt722_sdca_mbq_readable_register(struct device *dev, unsigned int re
case 0x200007f:
case 0x2000082 ... 0x200008e:
case 0x2000090 ... 0x2000094:
+ case 0x3110000:
case 0x5300000 ... 0x5300002:
case 0x5400002:
case 0x5600000 ... 0x5600007:
@@
-125,6
+126,7
@@
static bool rt722_sdca_mbq_volatile_register(struct device *dev, unsigned int re
case 0x2000067:
case 0x2000084:
case 0x2000086:
+ case 0x3110000:
return true;
default:
return false;