summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorJosh Kirsch <jkirsch@codeaurora.org>2016-04-15 14:05:05 -0700
committerJeevan Shriram <jshriram@codeaurora.org>2016-04-22 14:58:45 -0700
commit1f2cb1a4a4d4340bb9fcd2a71415144334d89caf (patch)
tree0752c28e621222e06ac0ea65599ddad456209de4 /include/linux
parent82496f5cb3cd8ebd7ca4115ad5122a1ba68881e6 (diff)
drivers: soc: Add intent notification callback for APR Glink
APR is required not to send any packet until the far end queues at least one intent. Add the wait during client registration time. Change-Id: Ie29ddda4527ae7a70afff2c595d6e3c76500a8af Signed-off-by: Deven Patel <cdevenp@codeaurora.org> Signed-off-by: Josh Kirsch <jkirsch@codeaurora.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/qdsp6v2/apr_tal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/qdsp6v2/apr_tal.h b/include/linux/qdsp6v2/apr_tal.h
index eeb6ede976ad..ee8b2f5a8b5b 100644
--- a/include/linux/qdsp6v2/apr_tal.h
+++ b/include/linux/qdsp6v2/apr_tal.h
@@ -87,6 +87,7 @@ struct apr_svc_ch_dev {
wait_queue_head_t wait;
void *priv;
unsigned channel_state;
+ bool if_remote_intent_ready;
};
#else
struct apr_svc_ch_dev {