commit | ae061d2a857f84ad47b77b04c3ad37478651ab6c | [log] [tgz] |
---|---|---|
author | Libin Yang <libin.yang@intel.com> | Fri Apr 19 09:53:12 2019 +0800 |
committer | Mark Brown <broonie@kernel.org> | Fri Apr 19 17:00:28 2019 +0100 |
tree | 26a419d9d64cc43803304d8c06f7a0c2288d433e | |
parent | d18360e07fb73c61b5bd850daa9744d986e44d50 [diff] |
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>