From 952d404e87ca6001e546fe9105bdb6760c468760 Mon Sep 17 00:00:00 2001 From: Yannick Gicquel Date: Wed, 28 Sep 2016 10:24:48 +0200 Subject: switch: explicit route support - stream to device Signed-off-by: Yannick Gicquel --- switch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'switch.h') diff --git a/switch.h b/switch.h index c454f1a..ad27ffe 100644 --- a/switch.h +++ b/switch.h @@ -24,7 +24,7 @@ #include "userdata.h" -bool agl_switch_setup_link (struct userdata *, agl_node *, agl_node *, bool); +bool agl_switch_setup_link (struct userdata *, agl_node *, agl_node *); bool agl_switch_teardown_link (struct userdata *, agl_node *, agl_node *); /*pa_source *setup_device_input(struct userdata *, agl_node *);*/ -- cgit 1.2.3-korg