]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: SOF: dont wake dsp up in kcontrol IO
authorBard Liao <yung-chuan.liao@linux.intel.com>
Wed, 12 Jun 2019 17:01:48 +0000 (12:01 -0500)
committerMark Brown <broonie@kernel.org>
Thu, 13 Jun 2019 18:56:07 +0000 (19:56 +0100)
commitd3c8fa90d9451dae14d9647b47b3517ea95bfa27
tree117624f854fac5f099c5eb78444cbbda90b8706c
parent90a760f5fc679a254f5c78e7c2cd89b9a632d7e3
ASoC: SOF: dont wake dsp up in kcontrol IO

Always get kcontrol value from cache, set kcontrol value to DSP
when DSP is active. Kcontrol values will be restored when DSP boot up.
We will set the default value of kcontrol in sof_complete to make sure
the value is align with firmware.

Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/control.c
sound/soc/sof/topology.c