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

  /system/media/audio_route/
audio_route.c 61 struct mixer_path { struct
75 struct mixer_path *mixer_path; member in struct:audio_route
80 struct mixer_path *path;
86 static void path_print(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/
audio_hw.c 220 static void add_backend_name(char *mixer_path,
224 strcat(mixer_path, " bt-sco");
226 strcat(mixer_path, " bt-sco");
228 strcat(mixer_path, " hdmi");
230 strcat(mixer_path, " speaker-and-hdmi");
238 char mixer_path[50]; local
250 strcpy(mixer_path, use_case_table[usecase->id]);
251 add_backend_name(mixer_path, snd_device);
252 ALOGD("%s: apply mixer path: %s", __func__, mixer_path);
253 audio_route_apply_path(adev->audio_route, mixer_path);
266 char mixer_path[50]; local
    [all...]

Completed in 275 milliseconds