Searched refs:mixer_path (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/audio/hal/ |
D | platform_api.h | 23 void platform_add_backend_name(char *mixer_path, snd_device_t snd_device);
|
D | audio_hw.c | 163 char mixer_path[50]; in enable_audio_route() local 175 strcpy(mixer_path, use_case_table[usecase->id]); in enable_audio_route() 176 platform_add_backend_name(mixer_path, snd_device); in enable_audio_route() 177 ALOGV("%s: apply mixer path: %s", __func__, mixer_path); in enable_audio_route() 178 audio_route_apply_path(adev->audio_route, mixer_path); in enable_audio_route() 191 char mixer_path[50]; in disable_audio_route() local 201 strcpy(mixer_path, use_case_table[usecase->id]); in disable_audio_route() 202 platform_add_backend_name(mixer_path, snd_device); in disable_audio_route() 203 ALOGV("%s: reset mixer path: %s", __func__, mixer_path); in disable_audio_route() 204 audio_route_reset_path(adev->audio_route, mixer_path); in disable_audio_route()
|
/hardware/qcom/audio/hal/msm8974/ |
D | platform.c | 361 void platform_add_backend_name(char *mixer_path, snd_device_t snd_device) in platform_add_backend_name() argument 364 strcat(mixer_path, " bt-sco"); in platform_add_backend_name() 366 strcat(mixer_path, " bt-sco"); in platform_add_backend_name() 368 strcat(mixer_path, " hdmi"); in platform_add_backend_name() 370 strcat(mixer_path, " speaker-and-hdmi"); in platform_add_backend_name()
|
/hardware/qcom/audio/hal/msm8960/ |
D | platform.c | 378 void platform_add_backend_name(char *mixer_path, snd_device_t snd_device) in platform_add_backend_name() argument 381 strcat(mixer_path, " bt-sco"); in platform_add_backend_name() 383 strcat(mixer_path, " bt-sco"); in platform_add_backend_name() 385 strcat(mixer_path, " hdmi"); in platform_add_backend_name() 387 strcat(mixer_path, " speaker-and-hdmi"); in platform_add_backend_name()
|