diff options
Diffstat (limited to 'src/PatchageEvent.cpp')
-rw-r--r-- | src/PatchageEvent.cpp | 2 |
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 { |