Home
last modified time | relevance | path

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

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