mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
ASoC: tegra-alt: stop adsp os during shutdown
The ADSP OS needs to be stopped during the flow of shutdown callback of the system. Keeping the ADSP OS booted and in suspend mode during the shutdown callback resulting in mc_err. Bug 200499707 Change-Id: I80d0c7096b71e953143f70667cec936e6b787db8 Signed-off-by: Mohan Kumar <mkumard@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2076325 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Sameer Pujar <spujar@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Sharad Gupta <sharadg@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Sameer Pujar
parent
cacbb942a8
commit
006ee15c23
@@ -4766,6 +4766,7 @@ static void tegra210_adsp_audio_platform_shutdown(
|
||||
{
|
||||
struct tegra210_adsp *adsp = dev_get_drvdata(&pdev->dev);
|
||||
|
||||
tegra210_adsp_deinit(adsp);
|
||||
adsp->is_shutdown = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user