commit | 473a4d516cfe6d0668cf7223aa3002ae8367349b | [log] [tgz] |
---|---|---|
author | Jeeja KP <jeeja.kp@intel.com> | Fri Mar 24 23:10:33 2017 +0530 |
committer | Mark Brown <broonie@kernel.org> | Wed Mar 29 12:53:43 2017 +0100 |
tree | 9ac233231371be3f58664b79c9de02a501e8a361 | |
parent | fdd85a054b850db43c6abe39c1da28b581be5e93 [diff] |
ASoC: Intel: Skylake: Fix module state after unbind and delete When DSP module is unbound, the module state needs to be in INIT_DONE state instead of UNINT. Also the state needs to be set to UNINIT after module is deleted from DSP pipeline. So, set the module state to INIT_DONE after unbind and then UNINIT after module is deleted. Signed-off-by: Jeeja KP <jeeja.kp@intel.com> Acked-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>