X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=router.c;fp=router.c;h=ead298f7c90d7cdbc6b5f79b9e72e312dac5fdc3;hb=952d404e87ca6001e546fe9105bdb6760c468760;hp=16abd7cfd287aa21879d95cd99b3645e2cf54fd6;hpb=db43862074de2ac2177949f943997f16b2b2a1fd;p=staging%2Fagl-audio-plugin.git diff --git a/router.c b/router.c index 16abd7c..ead298f 100644 --- a/router.c +++ b/router.c @@ -500,9 +500,9 @@ void implement_default_route (struct userdata *u, uint32_t stamp) { if (start->direction == agl_input) - agl_switch_setup_link (u, start, end, false); + agl_switch_setup_link (u, start, end); else - agl_switch_setup_link (u, end, start, false); + agl_switch_setup_link (u, end, start); } agl_node *find_default_route (struct userdata *u, agl_node *start, uint32_t stamp)