mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-23 20:39:30 +00:00
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 | ||
| apq8016_sbc.c | ||
| apq8096.c | ||
| common.c | ||
| common.h | ||
| Kconfig | ||
| lpass-apq8016.c | ||
| lpass-cpu.c | ||
| lpass-ipq806x.c | ||
| lpass-lpaif-reg.h | ||
| lpass-platform.c | ||
| lpass.h | ||
| Makefile | ||
| sdm845.c | ||
| storm.c | ||