summaryrefslogtreecommitdiffstats
path: root/audio_route/include/audio_route/audio_route.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio_route/include/audio_route/audio_route.h')
-rw-r--r--audio_route/include/audio_route/audio_route.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/audio_route/include/audio_route/audio_route.h b/audio_route/include/audio_route/audio_route.h
index 452b6e27..9e46015c 100644
--- a/audio_route/include/audio_route/audio_route.h
+++ b/audio_route/include/audio_route/audio_route.h
@@ -28,9 +28,15 @@ void audio_route_free(struct audio_route *ar);
/* Apply an audio route path by name */
int audio_route_apply_path(struct audio_route *ar, const char *name);
+/* Apply and update mixer with audio route path by name */
+int audio_route_apply_and_update_path(struct audio_route *ar, const char *name);
+
/* Reset an audio route path by name */
int audio_route_reset_path(struct audio_route *ar, const char *name);
+/* Reset and update mixer with audio route path by name */
+int audio_route_reset_and_update_path(struct audio_route *ar, const char *name);
+
/* Reset the audio routes back to the initial state */
void audio_route_reset(struct audio_route *ar);