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

Commit 5147ab5a authored by Soumya Managoli's avatar Soumya Managoli
Browse files

dsp: Update adsp packet timeout in voice drv



Change TIMEOUT_MS from 300 to 1000 msec
in q6voice drv.

Change-Id: I383380dfbb5334a32c5c939a67606612344170ee
Signed-off-by: default avatarSoumya Managoli <quic_c_smanag@quicinc.com>
parent 80875035
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2012-2021, The Linux Foundation. All rights reserved.
 * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
 */
#include <linux/slab.h>
#include <linux/kthread.h>
@@ -25,7 +26,7 @@
#include <dsp/voice_mhi.h>
#include <soc/qcom/secure_buffer.h>

#define TIMEOUT_MS 300
#define TIMEOUT_MS 1000


#define CMD_STATUS_SUCCESS 0