Loading include/linux/qdsp6v2/apr.h +12 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
include/linux/qdsp6v2/apr.h +12 −0 Original line number Diff line number Diff line Loading @@ -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