796a58fe2b
Most of the DAPM widgets for DSP ASoC components reuse reg field
of the widgets for its internal calculations, however these are not
real registers. So read/writes to these numbers are not really
valid. However ASoC core will read these registers to get default
state during startup.
With recent changes to ASoC core, every register read/write
failures are reported very verbosely. Prior to this fails to reads
are totally ignored, so we never saw any error messages.
To fix this add dummy read/write function to return default value.
Fixes:
|
||
---|---|---|
.. | ||
qdsp6 | ||
Kconfig | ||
Makefile | ||
apq8016_sbc.c | ||
apq8096.c | ||
common.c | ||
common.h | ||
lpass-apq8016.c | ||
lpass-cpu.c | ||
lpass-ipq806x.c | ||
lpass-lpaif-reg.h | ||
lpass-platform.c | ||
lpass.h | ||
sdm845.c | ||
storm.c |