Skip to content
Unverified Commit 11a9b987 authored by Niklas Carlsson's avatar Niklas Carlsson Committed by Mark Brown
Browse files

ASoC: sigmadsp: Disable cache mechanism for readbacks



The ALSA control readback functionality only works for non-volatile
controls, i.e. control values that does not change on their own without
driver interaction.

This doesn't work for readbacks since the DSP firmware updates the
control value. Disable the cache mechanism in the driver if the control
name matches the prefix used for readbacks to ensure that the control
value is valid.

Signed-off-by: default avatarNiklas Carlsson <niklasc@axis.com>
Link: https://lore.kernel.org/r/20210419144901.9441-1-Niklas.Carlsson@axis.com
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 87143bfd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment