HomeSort by relevance Sort by last modified time
    Searched refs:mixer_path (Results 1 - 5 of 5) sorted by null

  /system/media/audio_route/
audio_route.c 55 struct mixer_path { struct
69 struct mixer_path *mixer_path; member in struct:audio_route
74 struct mixer_path *path;
86 static void path_print(struct audio_route *ar, struct mixer_path *path)
106 if (ar->mixer_path[i].name)
107 free(ar->mixer_path[i].name);
108 if (ar->mixer_path[i].setting) {
109 if (ar->mixer_path[i].setting->value)
110 free(ar->mixer_path[i].setting->value)
    [all...]
  /hardware/qcom/audio/hal/
platform_api.h 23 void platform_add_backend_name(char *mixer_path, snd_device_t snd_device);
audio_hw.c 163 char mixer_path[50]; local
175 strcpy(mixer_path, use_case_table[usecase->id]);
176 platform_add_backend_name(mixer_path, snd_device);
177 ALOGV("%s: apply mixer path: %s", __func__, mixer_path);
178 audio_route_apply_path(adev->audio_route, mixer_path);
191 char mixer_path[50]; local
201 strcpy(mixer_path, use_case_table[usecase->id]);
202 platform_add_backend_name(mixer_path, snd_device);
203 ALOGV("%s: reset mixer path: %s", __func__, mixer_path);
204 audio_route_reset_path(adev->audio_route, mixer_path);
    [all...]
  /hardware/qcom/audio/hal/msm8960/
platform.c 378 void platform_add_backend_name(char *mixer_path, snd_device_t snd_device)
381 strcat(mixer_path, " bt-sco");
383 strcat(mixer_path, " bt-sco");
385 strcat(mixer_path, " hdmi");
387 strcat(mixer_path, " speaker-and-hdmi");
    [all...]
  /hardware/qcom/audio/hal/msm8974/
platform.c 361 void platform_add_backend_name(char *mixer_path, snd_device_t snd_device)
364 strcat(mixer_path, " bt-sco");
366 strcat(mixer_path, " bt-sco");
368 strcat(mixer_path, " hdmi");
370 strcat(mixer_path, " speaker-and-hdmi");

Completed in 2026 milliseconds