summaryrefslogtreecommitdiffstats
path: root/src/PatchageEvent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PatchageEvent.cpp')
-rw-r--r--src/PatchageEvent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchageEvent.cpp b/src/PatchageEvent.cpp
index a6b237f..e2849b7 100644
--- a/src/PatchageEvent.cpp
+++ b/src/PatchageEvent.cpp
@@ -32,7 +32,7 @@ PatchageEvent::find_port(const Patchage* patchage, const PortRef& ref)
#ifdef HAVE_ALSA
if (ref.type == PortRef::ALSA_ADDR) {
- return patchage->canvas()->find_port(&ref.id.alsa_addr);
+ return patchage->canvas()->find_port(ref.id.alsa_addr, ref.is_input);
} else
#endif
{