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:
parent
ab26d09879
commit
2b39a667dc
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
#if defined(CONFIG_MSM_QDSP6_APRV2_GLINK) || \
|
#if defined(CONFIG_MSM_QDSP6_APRV2_GLINK) || \
|
||||||
defined(CONFIG_MSM_QDSP6_APRV3_GLINK)
|
defined(CONFIG_MSM_QDSP6_APRV3_GLINK)
|
||||||
#define APR_MAX_BUF 512
|
#define APR_MAX_BUF 512
|
||||||
#define APR_NUM_OF_TX_BUF 20
|
#define APR_NUM_OF_TX_BUF 30
|
||||||
#else
|
#else
|
||||||
#define APR_MAX_BUF 8092
|
#define APR_MAX_BUF 8092
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue