Searched defs:mixer_path (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/audio/hal/
H A Dvoice.c57 char *mixer_path)
63 strlcpy(mixer_path, "sidetone-hac-handset", MIXER_PATH_MAX_LENGTH);
66 strlcpy(mixer_path, "sidetone-handset", MIXER_PATH_MAX_LENGTH);
69 strlcpy(mixer_path, "sidetone-headphones", MIXER_PATH_MAX_LENGTH);
82 char mixer_path[MIXER_PATH_MAX_LENGTH]; local
89 is_sidetone_dev = voice_is_sidetone_device(out_snd_device, mixer_path);
98 __func__, mixer_path);
101 audio_route_apply_and_update_path(adev->audio_route, mixer_path);
103 audio_route_reset_and_update_path(adev->audio_route, mixer_path);
56 voice_is_sidetone_device(snd_device_t out_device, char *mixer_path) argument
H A Daudio_hw.c551 char mixer_path[50]; local
564 strcpy(mixer_path, use_case_table[usecase->id]);
565 platform_add_backend_name(adev->platform, mixer_path, snd_device);
566 ALOGD("%s: usecase(%d) apply and update mixer path: %s", __func__, usecase->id, mixer_path);
567 audio_route_apply_and_update_path(adev->audio_route, mixer_path);
577 char mixer_path[50]; local
587 strcpy(mixer_path, use_case_table[usecase->id]);
588 platform_add_backend_name(adev->platform, mixer_path, snd_device);
589 ALOGD("%s: usecase(%d) reset and update mixer path: %s", __func__, usecase->id, mixer_path);
590 audio_route_reset_and_update_path(adev->audio_route, mixer_path);
[all...]
/hardware/qcom/audio/hal/msm8960/
H A Dplatform.c387 void platform_add_backend_name(void *platform __unused, char *mixer_path, argument
391 strcat(mixer_path, " bt-sco");
393 strcat(mixer_path, " bt-sco");
395 strcat(mixer_path, " hdmi");
397 strcat(mixer_path, " speaker-and-hdmi");
400 strcat(mixer_path, " bt-sco-wb");
439 const char *mixer_path __unused,
1064 const char *mixer_path; local
1066 mixer_path = platform_get_snd_device_name(SND_DEVICE_OUT_SPEAKER_REVERSE);
1067 audio_route_apply_and_update_path(adev->audio_route, mixer_path);
[all...]
/hardware/qcom/audio/hal/msm8916/
H A Dplatform.c113 char *mixer_path; member in struct:operator_specific_device
607 ret = device->mixer_path;
1041 free(device_item->mixer_path);
1114 void platform_add_backend_name(void *platform, char *mixer_path, argument
1128 strlcat(mixer_path, " ", MIXER_PATH_MAX_LENGTH);
1129 strlcat(mixer_path, suffix, MIXER_PATH_MAX_LENGTH);
1221 const char *mixer_path,
1235 device->mixer_path = strdup(mixer_path);
1240 ALOGD("%s: device[%s] -> operator[%s] mixer_path[
1219 platform_add_operator_specific_device(snd_device_t snd_device, const char *operator, const char *mixer_path, unsigned int acdb_id) argument
2268 const char *mixer_path; local
[all...]
/hardware/qcom/audio/hal/msm8974/
H A Dplatform.c92 char *mixer_path; member in struct:operator_specific_device
620 ret = device->mixer_path;
1331 free(device_item->mixer_path);
1387 void platform_add_backend_name(void *platform, char *mixer_path, argument
1400 strcat(mixer_path, " ");
1401 strcat(mixer_path, suffix);
1488 const char *mixer_path,
1502 device->mixer_path = strdup(mixer_path);
1507 ALOGD("%s: device[%s] -> operator[%s] mixer_path[
1486 platform_add_operator_specific_device(snd_device_t snd_device, const char *operator, const char *mixer_path, unsigned int acdb_id) argument
2793 const char *mixer_path; local
[all...]

Completed in 25 milliseconds