mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
ASoC: tegra-alt: Fix audio capture/playback across suspend
If audio capture/playback is active when the device enters system suspend then the sound core does not correctly suspend capture/playback and so when the system is resumed, audio capture/playback does not continue. The problem is that the various DAI links have the property 'ignore_suspend' set and this causes the sound core to skip suspending any active PCM streams and hence, the DMA controller is not stopped/paused as it should be on entering suspend or started/resumed as it should be on exiting suspend. Fix this by removing the 'ignore_suspend' properties for the various DAI links. Bug 200363507 Change-Id: I80cd74e3bc86532c8920bd25326a31aec7396560 Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1636471 Reviewed-on: https://git-master.nvidia.com/r/1636473 (cherry picked from commits 22a85acf56e34c369abed6f274a566594def78df and 4de9dbcf256cad12387fb5307a855632543d3f66) Reviewed-on: https://git-master.nvidia.com/r/1648638 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in: