From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Gustaw Lewandowski Date: Sat, 13 Oct 2018 13:49:20 +0200 Subject: [PATCH] ASoC: Intel: bxtp: BXT_FW_INIT_RETRY set to 10 Change-Id: Ife347075f7708f7213451b7a21b19f6720630a12 Signed-off-by: Gustaw Lewandowski --- sound/soc/intel/skylake/bxt-sst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/intel/skylake/bxt-sst.c b/sound/soc/intel/skylake/bxt-sst.c index cd7fbabef8ee..cde519de05dd 100644 --- a/sound/soc/intel/skylake/bxt-sst.c +++ b/sound/soc/intel/skylake/bxt-sst.c @@ -59,7 +59,7 @@ /* Delay before scheduling D0i3 entry */ #define BXT_D0I3_DELAY 5000 -#define BXT_FW_INIT_RETRY 100 +#define BXT_FW_INIT_RETRY 10 #define GET_SSP_BASE(N) (N > 4 ? 0x2000 : 0x4000) -- https://clearlinux.org