summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorShiv Maliyappanahalli <smaliyap@codeaurora.org>2016-11-10 14:54:50 -0800
committerShiv Maliyappanahalli <smaliyap@codeaurora.org>2016-11-11 11:43:35 -0800
commit2b39a667dcbe98576e400493dc04a2b8d8b00a7d (patch)
treec4bb0037df571ccdea6913395cc1477cecfdd746 /include
parentab26d098793adbf90b77d414663e34ac0c7315f6 (diff)
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 <smaliyap@codeaurora.org> Change-Id: Iab64336f8efde2778c16156c6bfcf566c4c892d3
Diffstat (limited to 'include')
-rw-r--r--include/linux/qdsp6v2/apr_tal.h2
1 files changed, 1 insertions, 1 deletions
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