OSDN Git Service

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)
commitae061d2a857f84ad47b77b04c3ad37478651ab6c
tree26a419d9d64cc43803304d8c06f7a0c2288d433e
parentd18360e07fb73c61b5bd850daa9744d986e44d50
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