Searched refs:enable_mic_route (Results 1 – 3 of 3) sorted by relevance
/hardware/knowles/athletico/sound_trigger_hal/ |
D | cvq_ioctl.h | 239 int enable_mic_route(struct audio_route *route_hdl, bool enable,
|
D | sound_trigger_hw_iaxxx.c | 1043 ret = enable_mic_route(stdev->route_hdl, false, in async_setup_aec() 1072 ret = enable_mic_route(stdev->route_hdl, true, in async_setup_aec() 1202 err = enable_mic_route(stdev->route_hdl, true, ct); in handle_input_source() 1246 err = enable_mic_route(stdev->route_hdl, false, ct); in handle_input_source() 1481 ret = enable_mic_route(stdev->route_hdl, false, in do_handle_functions() 1492 ret = enable_mic_route(stdev->route_hdl, false, in do_handle_functions() 1550 ret = enable_mic_route(stdev->route_hdl, true, in do_handle_functions() 1561 ret = enable_mic_route(stdev->route_hdl, true, in do_handle_functions() 1695 err = enable_mic_route(stdev->route_hdl, true, ct); in restart_recognition() 3798 ret = enable_mic_route(stdev->route_hdl, false, in sound_trigger_hw_call_back() [all …]
|
D | cvq_util.c | 1782 int enable_mic_route(struct audio_route *route_hdl, bool enable, in enable_mic_route() function
|