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

/system/media/audio_route/
H A Daudio_route.c18 #define LOG_TAG "audio_route"
62 struct audio_route { struct
73 struct audio_route *ar;
92 static inline struct mixer_ctl *index_to_ctl(struct audio_route *ar,
98 static void path_print(struct audio_route *ar, struct mixer_path *path)
113 static void path_free(struct audio_route *ar)
129 static struct mixer_path *path_get_by_name(struct audio_route *ar,
141 static struct mixer_path *path_create(struct audio_route *ar, const char *name)
217 static int path_add_setting(struct audio_route *ar, struct mixer_path *path,
244 static int path_add_value(struct audio_route *a
[all...]

Completed in 130 milliseconds