summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorYan He <yanhe@codeaurora.org>2015-12-11 18:47:59 -0800
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 21:15:10 -0700
commitfedf20a0701eb2a56db85fd1786380a85637a593 (patch)
treea423c03985c224af0255a4479ba9884a4f80f712 /include/linux
parentb12c7d2cd1fde2aa9da2a8eb6bdb4f333503fd30 (diff)
msm: sps: support using cached write pointer for BAM-to-Sys mode
Support using the cached write pointer for a BAM-to-Sys mode BAM pipe when check if the desc FIFO of that pipe is full. Change-Id: Ie480ecca9eff76388c504665b496e01bbf3e009f Signed-off-by: Yan He <yanhe@codeaurora.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/msm-sps.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/msm-sps.h b/include/linux/msm-sps.h
index 7d50736bb2cf..4533289bcd4c 100644
--- a/include/linux/msm-sps.h
+++ b/include/linux/msm-sps.h
@@ -115,6 +115,8 @@
#define SPS_BAM_RES_CONFIRM (1UL << 7)
/* Hold memory for BAM DMUX */
#define SPS_BAM_HOLD_MEM (1UL << 8)
+/* Use cached write pointer */
+#define SPS_BAM_CACHED_WP (1UL << 10)
/* BAM device management flags */