summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-11-14 21:53:57 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-11-14 21:53:56 -0800
commitcda3134eb149e1562b9ca828357335a748792230 (patch)
tree3bb54d34bd9d9e9a94dcfcb0822aabec42d61401 /include/linux
parent0452dc8a410dbee56e19c65fdd88964c9598a339 (diff)
parent2b39a667dcbe98576e400493dc04a2b8d8b00a7d (diff)
Merge "drivers: soc: increase glink tx buffer count"
Diffstat (limited to 'include/linux')
-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