Home
last modified time | relevance | path

Searched refs:audio_route (Results 1 – 11 of 11) sorted by relevance

/hardware/knowles/athletico/sound_trigger_hal/
Dcvq_ioctl.h220 int set_hotword_buffer_route(struct audio_route *route_hdl, bool bargein);
221 int tear_hotword_buffer_route(struct audio_route *route_hdl, bool bargein);
222 int enable_mic_route(struct audio_route *route_hdl, bool enable,
224 int enable_amp_ref_route(struct audio_route *route_hdl, bool enable,
226 int enable_src_route(struct audio_route *route_hdl, bool enable, enum src_type st);
227 int set_sensor_route(struct audio_route *route_hdl, bool enable);
230 int set_ambient_route(struct audio_route *route_hdl, bool bargein);
231 int tear_ambient_route(struct audio_route *route_hdl, bool bargein);
234 int set_hotword_route(struct audio_route *route_hdl, bool bargein);
235 int tear_hotword_route(struct audio_route *route_hdl, bool bargein);
[all …]
Dcvq_util.c163 int set_sensor_route(struct audio_route *route_hdl, bool enable) in set_sensor_route()
270 int set_ambient_route(struct audio_route *route_hdl, bool bargein) in set_ambient_route()
289 int tear_ambient_route(struct audio_route *route_hdl, bool bargein) in tear_ambient_route()
403 int set_hotword_route(struct audio_route *route_hdl, bool bargein) in set_hotword_route()
422 int tear_hotword_route(struct audio_route *route_hdl, bool bargein) in tear_hotword_route()
441 int set_chre_audio_route(struct audio_route *route_hdl, bool bargein) in set_chre_audio_route()
459 int tear_chre_audio_route(struct audio_route *route_hdl, bool bargein) in tear_chre_audio_route()
1513 int set_hotword_buffer_route(struct audio_route *route_hdl, bool bargein) in set_hotword_buffer_route()
1532 int tear_hotword_buffer_route(struct audio_route *route_hdl, bool bargein) in tear_hotword_buffer_route()
1551 int enable_bargein_route(struct audio_route *route_hdl, bool enable) in enable_bargein_route()
[all …]
Dsound_trigger_hw_iaxxx.c189 struct audio_route *route_hdl;
/hardware/qcom/audio/hal/
Daudio_hw.h375 struct audio_route *audio_route; member
Daudio_hw.c703 audio_route_apply_and_update_path(adev->audio_route, mixer_path); in enable_audio_route()
731 audio_route_reset_and_update_path(adev->audio_route, mixer_path); in disable_audio_route()
809 audio_route_apply_and_update_path(adev->audio_route, device_name); in enable_snd_device()
871 audio_route_reset_and_update_path(adev->audio_route, device_name); in disable_snd_device()
6296 audio_route_free(adev->audio_route); in adev_close()
/hardware/qcom/audio/hal/msm8960/
Dplatform.c285 adev->audio_route = audio_route_init(MIXER_CARD, MIXER_XML_PATH); in platform_init()
286 if (!adev->audio_route) { in platform_init()
1162 audio_route_apply_and_update_path(adev->audio_route, mixer_path); in platform_set_swap_mixer()
1165 audio_route_apply_and_update_path(adev->audio_route, mixer_path); in platform_set_swap_mixer()
1342 audio_route_apply_and_update_path(adev->audio_route, str); in platform_set_sidetone()
1344 audio_route_reset_and_update_path(adev->audio_route, str); in platform_set_sidetone()
/hardware/qcom/audio/hal/audio_extn/
Dtfa_98xx.c139 ret = audio_route_apply_and_update_path(adev->audio_route, paths); in adev_i2s_clock_operation()
145 ret = audio_route_reset_and_update_path(adev->audio_route, paths); in adev_i2s_clock_operation()
Dcirrus_playback.c819 audio_route_apply_and_update_path(adev->audio_route, in audio_extn_spkr_prot_start_processing()
912 audio_route_reset_path(adev->audio_route, in audio_extn_spkr_prot_stop_processing()
Dspkr_protection.c823 audio_route_apply_and_update_path(adev->audio_route, in audio_extn_spkr_prot_start_processing()
913 audio_route_reset_and_update_path(adev->audio_route, in audio_extn_spkr_prot_stop_processing()
/hardware/qcom/audio/hal/msm8916/
Dplatform.c702 audio_route_reset_and_update_path(adev->audio_route, in platform_set_echo_reference()
716 audio_route_apply_and_update_path(adev->audio_route, in platform_set_echo_reference()
1088 adev->audio_route = audio_route_init(snd_card_num, in platform_init()
1090 if (!adev->audio_route) { in platform_init()
2698 audio_route_apply_and_update_path(adev->audio_route, mixer_path);
2701 audio_route_apply_and_update_path(adev->audio_route, mixer_path);
2831 audio_route_apply_and_update_path(adev->audio_route, str);
2833 audio_route_reset_and_update_path(adev->audio_route, str);
/hardware/qcom/audio/hal/msm8974/
Dplatform.c1118 audio_route_reset_and_update_path(adev->audio_route, my_data->ec_ref_mixer_path); in platform_set_echo_reference()
1129 audio_route_apply_and_update_path(adev->audio_route, my_data->ec_ref_mixer_path); in platform_set_echo_reference()
1779 adev->audio_route = audio_route_init(snd_card_num, mixer_xml_file); in platform_init()
1781 if (!adev->audio_route) { in platform_init()
2652 audio_route_apply_and_update_path(adev->audio_route, name); in platform_set_speaker_gain_in_combo()
3973 audio_route_apply_and_update_path(adev->audio_route, mixer_path); in platform_set_swap_mixer()
3976 audio_route_apply_and_update_path(adev->audio_route, mixer_path); in platform_set_swap_mixer()
4877 audio_route_apply_and_update_path(adev->audio_route, str); in platform_set_sidetone()
4879 audio_route_reset_and_update_path(adev->audio_route, str); in platform_set_sidetone()