Home
last modified time | relevance | path

Searched refs:mixer_path (Results 1 – 1 of 1) sorted by relevance

/system/media/audio_route/
Daudio_route.c64 struct mixer_path { struct
78 struct mixer_path *mixer_path; argument
83 struct mixer_path *path;
128 static void path_print(struct audio_route *ar, struct mixer_path *path)
157 free(ar->mixer_path[i].name); in path_free()
158 if (ar->mixer_path[i].setting) { in path_free()
160 for (j = 0; j < ar->mixer_path[i].length; j++) { in path_free()
161 free(ar->mixer_path[i].setting[j].value.ptr); in path_free()
163 free(ar->mixer_path[i].setting); in path_free()
164 ar->mixer_path[i].size = 0; in path_free()
[all …]