OSDN Git Service

drivers: soc: increase glink tx buffer count
authorShiv Maliyappanahalli <smaliyap@codeaurora.org>
Thu, 10 Nov 2016 22:54:50 +0000 (14:54 -0800)
committerShiv Maliyappanahalli <smaliyap@codeaurora.org>
Fri, 11 Nov 2016 19:43:35 +0000 (11:43 -0800)
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

include/linux/qdsp6v2/apr_tal.h

index ee8b2f5..c2c49dd 100644 (file)
@@ -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