diff options
author | Bard Liao <[email protected]> | 2021-03-16 08:52:54 +0800 |
---|---|---|
committer | Mark Brown <[email protected]> | 2021-03-16 13:24:15 +0000 |
commit | 899b12542b0897f92de9ba30944937c39ebb246d (patch) | |
tree | 43750bf0a7ee55b7be3d501bb4c37c60d2cb498e /scripts/gdb/linux/tasks.py | |
parent | 8d06b9633a66f41fed520f6eebd163189518ba79 (diff) |
ASoC: rt711: add snd_soc_component remove callback
We do some IO operations in the snd_soc_component_set_jack callback
function and snd_soc_component_set_jack() will be called when soc
component is removed. However, we should not access SoundWire registers
when the bus is suspended.
So set regcache_cache_only(regmap, true) to avoid accessing in the
soc component removal process.
Signed-off-by: Bard Liao <[email protected]>
Reviewed-by: Kai Vehmanen <[email protected]>
Reviewed-by: Rander Wang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions