]> 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)
commita783308d1ecaab6d7855caea9a9e5c1a0252d7ab
tree117624f854fac5f099c5eb78444cbbda90b8706c
parent0c0ad508d8318e7dc530d02edc7bb8dfc5a032fc
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