Searched refs:audio_route (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/audio/hal/
H A Daudio_hw.h27 #include <audio_route/audio_route.h>
208 struct audio_route *audio_route; member in struct:audio_device
H A Daudio_hw.c231 audio_route_apply_and_update_path(adev->audio_route, mixer_path);
254 audio_route_reset_and_update_path(adev->audio_route, mixer_path);
283 audio_route_apply_and_update_path(adev->audio_route, dev_path);
304 audio_route_reset_and_update_path(adev->audio_route, dev_path);
2591 audio_route_free(adev->audio_route);
/hardware/qcom/audio/hal/msm8974/
H A Dplatform.c418 audio_route_reset_and_update_path(adev->audio_route, my_data->ec_ref_mixer_path);
429 audio_route_apply_and_update_path(adev->audio_route, my_data->ec_ref_mixer_path);
681 adev->audio_route = audio_route_init(snd_card_num, MIXER_XML_PATH);
682 if (!adev->audio_route) {
/hardware/qcom/audio/hal/msm8960/
H A Dplatform.c266 adev->audio_route = audio_route_init(MIXER_CARD, MIXER_XML_PATH);
267 if (!adev->audio_route) {

Completed in 64 milliseconds