]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: pcm: save fixed-up hw_params of BE
authorLibin Yang <libin.yang@intel.com>
Fri, 19 Apr 2019 01:53:12 +0000 (09:53 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 19 Apr 2019 16:00:28 +0000 (17:00 +0100)
commitde85d105c9ba18b23ad1cec481d11c913eefa052
tree26a419d9d64cc43803304d8c06f7a0c2288d433e
parentf28c6c629dc0fd115463219278cae4d7957b5162
ASoC: pcm: save fixed-up hw_params of BE

Some drivers mandate setting up hw params after resuming from system sleep.
Since, the hw_params ioctl is not invoked upon resuming, the fixed-up BE
dai hw params should be saved so the driver can use it in its resume
sequence.

Signed-off-by: Libin Yang <libin.yang@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-pcm.c