diff options
author | Srinivas Kandagatla <[email protected]> | 2020-08-11 13:02:04 +0100 |
---|---|---|
committer | Mark Brown <[email protected]> | 2020-08-11 14:05:47 +0100 |
commit | 56235e4bc5ae58cb8fcd9314dba4e9ab077ddda8 (patch) | |
tree | b26c6406ed8afa37482e5a2b699d8678649e492e /tools/perf | |
parent | efc913c8fb88728626759735e1b09370a6813180 (diff) |
ASoC: q6afe-dai: mark all widgets registers as SND_SOC_NOPM
Looks like the q6afe-dai dapm widget registers are set as "0",
which is a not correct.
As this registers will be read by ASoC core during startup
which will throw up errors, Fix this by making the registers
as SND_SOC_NOPM as these should be never used.
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.
Fixes: 24c4cbcfac09 ("ASoC: qdsp6: q6afe: Add q6afe dai driver")
Reported-by: John Stultz <[email protected]>
Signed-off-by: Srinivas Kandagatla <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf')
0 files changed, 0 insertions, 0 deletions