Home | History | Annotate | Download | only in msm8960

Lines Matching full:mixer_path

383 void platform_add_backend_name(void *platform __unused, char *mixer_path,
387 strcat(mixer_path, " bt-sco");
389 strcat(mixer_path, " bt-sco");
391 strcat(mixer_path, " hdmi");
393 strcat(mixer_path, " speaker-and-hdmi");
396 strcat(mixer_path, " bt-sco-wb");
1040 const char *mixer_path;
1042 mixer_path = platform_get_snd_device_name(SND_DEVICE_OUT_SPEAKER_REVERSE);
1043 audio_route_apply_and_update_path(adev->audio_route, mixer_path);
1045 mixer_path = platform_get_snd_device_name(SND_DEVICE_OUT_SPEAKER);
1046 audio_route_apply_and_update_path(adev->audio_route, mixer_path);