]> 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)
commit978ae25a6079a1a2ebdd47aafa1a3bf70301b1fa
tree26a419d9d64cc43803304d8c06f7a0c2288d433e
parente259fc36a125a6d914eca69fc04cb362b63bba20
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