Searched refs:ec_ref_mixer_path (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/audio/hal/msm8916/ |
D | platform.c | 165 char ec_ref_mixer_path[64]; member 718 if (strcmp(my_data->ec_ref_mixer_path, "")) { in platform_set_echo_reference() 719 ALOGV("%s: disabling %s", __func__, my_data->ec_ref_mixer_path); in platform_set_echo_reference() 721 my_data->ec_ref_mixer_path); in platform_set_echo_reference() 727 platform_add_backend_name(adev->platform, my_data->ec_ref_mixer_path, snd_device); in platform_set_echo_reference() 730 strlcpy(my_data->ec_ref_mixer_path, "echo-reference", in platform_set_echo_reference() 731 sizeof(my_data->ec_ref_mixer_path)); in platform_set_echo_reference() 733 ALOGD("%s: enabling %s", __func__, my_data->ec_ref_mixer_path); in platform_set_echo_reference() 735 my_data->ec_ref_mixer_path); in platform_set_echo_reference()
|
/hardware/qcom/audio/hal/msm8974/ |
D | platform.c | 178 char ec_ref_mixer_path[64]; member 1135 if (strcmp(my_data->ec_ref_mixer_path, "")) { in platform_set_echo_reference() 1136 ALOGV("%s: diabling %s", __func__, my_data->ec_ref_mixer_path); in platform_set_echo_reference() 1137 audio_route_reset_and_update_path(adev->audio_route, my_data->ec_ref_mixer_path); in platform_set_echo_reference() 1141 strcpy(my_data->ec_ref_mixer_path, "echo-reference"); in platform_set_echo_reference() 1144 platform_add_backend_name(adev->platform, my_data->ec_ref_mixer_path, snd_device); in platform_set_echo_reference() 1147 ALOGV("%s: enabling %s", __func__, my_data->ec_ref_mixer_path); in platform_set_echo_reference() 1148 audio_route_apply_and_update_path(adev->audio_route, my_data->ec_ref_mixer_path); in platform_set_echo_reference()
|