]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: SOF: Intel: hda: enable async suspend
authorRanjani Sridharan <ranjani.sridharan@linux.intel.com>
Mon, 1 Mar 2021 17:01:57 +0000 (09:01 -0800)
committerMark Brown <broonie@kernel.org>
Wed, 10 Mar 2021 13:08:49 +0000 (13:08 +0000)
commitf3579ae278e0f5ee08caa659f98fd2d51f093a13
treeae549b1489e447dbf6e8d7bb232b3a8a91595be8
parent78781a2e99d8c3f004bf7753c239a0ff90d4269e
ASoC: SOF: Intel: hda: enable async suspend

The skylake driver disabled async suspend to prevent disabling
the DSP before the card was suspended during system suspend.
This code was carried over to the SOF driver. But, there is no
risk of the DSP getting disabled before the card is suspended
with the SOF driver. Therefore, it is safe to enable async suspend
and thereby optimize the system resume time.

Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Link: https://lore.kernel.org/r/20210301170157.36584-1-ranjani.sridharan@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/intel/hda.c