Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f83634ee authored by Ramprasad Katkam's avatar Ramprasad Katkam
Browse files

asoc: bolero: Increase timeout for session down during ssr



Sometimes observed that session is taken more time to teardown
after ssr. Increase timeout to allow more time for session
to be tear down.

Change-Id: I3f1b4d8f583ad5b9c8f5e1b90af9c576ae6bd2b2
Signed-off-by: default avatarRamprasad Katkam <katkam@codeaurora.org>
parent 5ce5240a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@
#define VA_MACRO_TX_DMIC_CLK_DIV_SHFT 0x01

#define BOLERO_CDC_VA_TX_UNMUTE_DELAY_MS	40
#define MAX_RETRY_ATTEMPTS 50
#define MAX_RETRY_ATTEMPTS 250

static const DECLARE_TLV_DB_SCALE(digital_gain, 0, 1, 0);
static int va_tx_unmute_delay = BOLERO_CDC_VA_TX_UNMUTE_DELAY_MS;