From 1f2cb1a4a4d4340bb9fcd2a71415144334d89caf Mon Sep 17 00:00:00 2001 From: Josh Kirsch Date: Fri, 15 Apr 2016 14:05:05 -0700 Subject: 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 Signed-off-by: Josh Kirsch --- include/linux/qdsp6v2/apr_tal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux') 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 { -- cgit v1.2.3