diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2019-03-27 15:28:17 -0700 |
|---|---|---|
| committer | Linux Build Service Account <lnxbuild@localhost> | 2019-03-27 15:28:17 -0700 |
| commit | 8b7ebc655e9aba812a022342dd32371bdf1978e0 (patch) | |
| tree | a233eb369d678f712044d4b04b75e7836d880ece /include/linux | |
| parent | 8d4a9db1aa0122f8b6d98feab7afa39985c0e909 (diff) | |
| parent | e764712fd7f6db7921dc4b3dbbf772d613177633 (diff) | |
Merge e764712fd7f6db7921dc4b3dbbf772d613177633 on remote branch
Change-Id: I03b1216b62a2aa102ac28b3bd04d51663a2e928b
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/qdsp6v2/apr.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/linux/qdsp6v2/apr.h b/include/linux/qdsp6v2/apr.h index 31c552b8da07..e7e2a53a70d7 100644 --- a/include/linux/qdsp6v2/apr.h +++ b/include/linux/qdsp6v2/apr.h @@ -196,6 +196,18 @@ int apr_set_q6_state(enum apr_subsys_state state); void apr_set_subsys_state(void); const char *apr_get_lpass_subsys_name(void); uint16_t apr_get_reset_domain(uint16_t proc); +#ifdef CONFIG_MSM_QDSP6_APRV2_VM +static inline int apr_start_rx_rt(void *handle) +{ + return 0; +} + +static inline int apr_end_rx_rt(void *handle) +{ + return 0; +} +#else int apr_start_rx_rt(void *handle); int apr_end_rx_rt(void *handle); #endif +#endif |
