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 700 if (strcmp(my_data->ec_ref_mixer_path, "")) { in platform_set_echo_reference() 701 ALOGV("%s: disabling %s", __func__, my_data->ec_ref_mixer_path); in platform_set_echo_reference() 703 my_data->ec_ref_mixer_path); in platform_set_echo_reference() 709 platform_add_backend_name(adev->platform, my_data->ec_ref_mixer_path, snd_device); in platform_set_echo_reference() 712 strlcpy(my_data->ec_ref_mixer_path, "echo-reference", in platform_set_echo_reference() 713 sizeof(my_data->ec_ref_mixer_path)); in platform_set_echo_reference() 715 ALOGD("%s: enabling %s", __func__, my_data->ec_ref_mixer_path); in platform_set_echo_reference() 717 my_data->ec_ref_mixer_path); in platform_set_echo_reference()
|
/hardware/qcom/audio/hal/msm8974/ |
D | platform.c | 177 char ec_ref_mixer_path[64]; member 1116 if (strcmp(my_data->ec_ref_mixer_path, "")) { in platform_set_echo_reference() 1117 ALOGV("%s: diabling %s", __func__, my_data->ec_ref_mixer_path); in platform_set_echo_reference() 1118 audio_route_reset_and_update_path(adev->audio_route, my_data->ec_ref_mixer_path); in platform_set_echo_reference() 1122 strcpy(my_data->ec_ref_mixer_path, "echo-reference"); in platform_set_echo_reference() 1125 platform_add_backend_name(adev->platform, my_data->ec_ref_mixer_path, snd_device); in platform_set_echo_reference() 1128 ALOGV("%s: enabling %s", __func__, 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()
|