]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Intel: bxtn: optimize ROM init retries
authorJeeja KP <jeeja.kp@intel.com>
Fri, 17 Feb 2017 17:18:57 +0000 (22:48 +0530)
committerMark Brown <broonie@kernel.org>
Tue, 7 Mar 2017 12:48:01 +0000 (13:48 +0100)
commit98dd26a66d434b78580d3e9ca15e49018ace35d3
treecea19eca72bb8a01d2cc7ac1f122e45767c366db
parent6188782d668eacc7aeb5c479a2da5bf56c426a11
ASoC: Intel: bxtn: optimize ROM init retries

During S3->S0 transition, sometime ROM init fails because of
authentication engine loads later than the OS. In this case driver
waits for a longer period and then retries the FW download causing
huge delay in resume time of audio device.

To avoid this, ROM INIT wait time is set to a optimal value and
increased the retries for firmware download.

Signed-off-by: Jeeja KP <jeeja.kp@intel.com>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/skylake/bxt-sst.c