[PATCH] ASoC: sigmadsp: Disable cache mechanism for readbacks

2021-04-19 Thread Niklas Carlsson
From: Niklas Carlsson 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 mechani

[PATCH] ASoC: adau1761: Ensure DSP_RUN and DSP_ENABLE are disabled

2018-11-29 Thread Niklas Carlsson
DSP_RUN and DSP_ENABLE needs to be disabled during FW load. This is not a problem after power-cycling but for soft reboots. Signed-off-by: Niklas Carlsson --- sound/soc/codecs/adau1761.c | 29 - 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/sound/soc