diff options
author | Sibi Sankar <sibis@codeaurora.org> | 2020-03-12 17:38:42 +0530 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2020-03-14 22:38:50 -0700 |
commit | 83473566260288c560e5443ea4cc40a458aa9e6a (patch) | |
tree | dabbc7d76b3f9be7033f3db223c38ab9ad57f603 /include/linux/soc/qcom/apr.h | |
parent | a03a5b6313c210565605a5dbf5d3e463c1fd5d30 (diff) | |
download | linux-stable-83473566260288c560e5443ea4cc40a458aa9e6a.tar.gz linux-stable-83473566260288c560e5443ea4cc40a458aa9e6a.tar.bz2 linux-stable-83473566260288c560e5443ea4cc40a458aa9e6a.zip |
soc: qcom: apr: Add avs/audio tracking functionality
Use PDR helper functions to track the protection domains that the apr
services are dependent upon on SDM845 SoC, specifically the "avs/audio"
service running on ADSP Q6.
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Sibi Sankar <sibis@codeaurora.org>
Link: https://lore.kernel.org/r/20200312120842.21991-4-sibis@codeaurora.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'include/linux/soc/qcom/apr.h')
-rw-r--r-- | include/linux/soc/qcom/apr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/soc/qcom/apr.h b/include/linux/soc/qcom/apr.h index c5d52e2cb275..7f0bc3cf4d61 100644 --- a/include/linux/soc/qcom/apr.h +++ b/include/linux/soc/qcom/apr.h @@ -85,6 +85,7 @@ struct apr_device { uint16_t domain_id; uint32_t version; char name[APR_NAME_SIZE]; + const char *service_path; spinlock_t lock; struct list_head node; }; |