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
This commit is contained in:
Shiv Maliyappanahalli 2016-11-10 14:54:50 -08:00
parent ab26d09879
commit 2b39a667dc

View 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