summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2019-09-03 14:02:15 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2019-09-03 14:02:15 -0700
commit616e6389399e0c8fb6213265ab090000cbc318a1 (patch)
treedf97083533510e80a7fe26c915be047fa5dcfa58 /include/linux
parentb81152ef290bf1a145290e6662462a186cbd516c (diff)
parent7e58376e99700a02467237d598b656f462484d0a (diff)
Merge "Asoc: apr: Fix sound card failure at stability runs"
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/qdsp6v2/apr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/qdsp6v2/apr.h b/include/linux/qdsp6v2/apr.h
index e7e2a53a70d7..d80320e74661 100644
--- a/include/linux/qdsp6v2/apr.h
+++ b/include/linux/qdsp6v2/apr.h
@@ -210,4 +210,6 @@ static inline int apr_end_rx_rt(void *handle)
int apr_start_rx_rt(void *handle);
int apr_end_rx_rt(void *handle);
#endif
+int apr_dummy_init(void);
+void apr_dummy_exit(void);
#endif