Searched refs:enable_src_route (Results 1 – 3 of 3) sorted by relevance
/hardware/knowles/athletico/sound_trigger_hal/ |
D | cvq_ioctl.h | 226 int enable_src_route(struct audio_route *route_hdl, bool enable, enum src_type st);
|
D | sound_trigger_hw_iaxxx.c | 1070 ret = enable_src_route(stdev->route_hdl, true, SRC_AMP_REF); in async_setup_aec() 1199 err = enable_src_route(stdev->route_hdl, true, SRC_MIC); in handle_input_source() 1212 err = enable_src_route(stdev->route_hdl, true, SRC_AMP_REF); in handle_input_source() 1265 err = enable_src_route(stdev->route_hdl, false, SRC_AMP_REF); in handle_input_source() 1284 err = enable_src_route(stdev->route_hdl, false, SRC_MIC); in handle_input_source() 1659 err = enable_src_route(stdev->route_hdl, true, SRC_MIC); in restart_recognition() 1677 err = enable_src_route(stdev->route_hdl, true, SRC_AMP_REF); in restart_recognition() 3659 ret = enable_src_route(stdev->route_hdl, false, SRC_AMP_REF); in sound_trigger_hw_call_back()
|
D | cvq_util.c | 1631 int enable_src_route(struct audio_route *route_hdl, bool enable, enum src_type st) in enable_src_route() function
|