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

Commit d70d0ed2 authored by Deepa Madiregama's avatar Deepa Madiregama
Browse files

ASoC: msm: qdsp6v2: Increase the DSP response timeout



Due to updates in the Fluence V5 algorithm, the initialization
sequence for Fluence V5 takes longer than 200ms. Voice driver
has a timeout of 200ms for DSP response. Increase the timeout
to 300msec to prevent voice call failures.

CRs-Fixed: 595881
Change-Id: I755dd13b796dbf9e0213a09b2925b1fc896b1e70
Signed-off-by: default avatarDeepa Madiregama <dmadireg@codeaurora.org>
parent af83c6c7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/*  Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
/*  Copyright (c) 2012-2014, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -28,7 +28,7 @@
#include "q6voice.h"


#define TIMEOUT_MS 200
#define TIMEOUT_MS 300


#define CMD_STATUS_SUCCESS 0