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

/system/media/audio_route/
H A Daudio_route.c55 struct mixer_path { struct
69 struct mixer_path *mixer_path; member in struct:audio_route
74 struct mixer_path *path;
98 static void path_print(struct audio_route *ar, struct mixer_path *path)
118 if (ar->mixer_path[i].name)
119 free(ar->mixer_path[i].name);
120 if (ar->mixer_path[i].setting) {
121 if (ar->mixer_path[i].setting->value)
122 free(ar->mixer_path[
[all...]

Completed in 4 milliseconds