From 2b39a667dcbe98576e400493dc04a2b8d8b00a7d Mon Sep 17 00:00:00 2001 From: Shiv Maliyappanahalli Date: Thu, 10 Nov 2016 14:54:50 -0800 Subject: drivers: soc: increase glink tx buffer count The number of total glink tx buffers are running out while exercising audio concurrency usecases. Increase the max tx count to accommodate additional buffer needs. Signed-off-by: Shiv Maliyappanahalli Change-Id: Iab64336f8efde2778c16156c6bfcf566c4c892d3 --- include/linux/qdsp6v2/apr_tal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linux') diff --git a/include/linux/qdsp6v2/apr_tal.h b/include/linux/qdsp6v2/apr_tal.h index ee8b2f5a8b5b..c2c49dd748de 100644 --- a/include/linux/qdsp6v2/apr_tal.h +++ b/include/linux/qdsp6v2/apr_tal.h @@ -32,7 +32,7 @@ #if defined(CONFIG_MSM_QDSP6_APRV2_GLINK) || \ defined(CONFIG_MSM_QDSP6_APRV3_GLINK) #define APR_MAX_BUF 512 -#define APR_NUM_OF_TX_BUF 20 +#define APR_NUM_OF_TX_BUF 30 #else #define APR_MAX_BUF 8092 #endif -- cgit v1.2.3