summaryrefslogtreecommitdiffstats
path: root/src/AlsaDriver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/AlsaDriver.cpp')
-rw-r--r--src/AlsaDriver.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/AlsaDriver.cpp b/src/AlsaDriver.cpp
index 9aeb040..6374f0f 100644
--- a/src/AlsaDriver.cpp
+++ b/src/AlsaDriver.cpp
@@ -163,9 +163,9 @@ AlsaDriver::refresh()
PatchagePort* port2 = _app->canvas()->find_port(PortID(*addr2, true));
if (port2 && !port->is_connected_to(port2)) {
- _app->canvas()->add_connection(port,
- port2,
- port->color() + 0x22222200);
+ _app->canvas()->make_connection(port,
+ port2,
+ port->color() + 0x22222200);
snd_seq_query_subscribe_set_index(
subsinfo, snd_seq_query_subscribe_get_index(subsinfo) + 1);