From dc67e14b676265b51d896dd0e7fbd63471eb93c1 Mon Sep 17 00:00:00 2001 From: Goehring Date: Mon, 18 Mar 2013 11:37:39 +0100 Subject: Audiomanagerhandling of signals in excalibur release incorrect Signed-off-by: Goehring --- AudioManagerDaemon/src/CAmRoutingReceiver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AudioManagerDaemon/src/CAmRoutingReceiver.cpp') diff --git a/AudioManagerDaemon/src/CAmRoutingReceiver.cpp b/AudioManagerDaemon/src/CAmRoutingReceiver.cpp index 40ebd8d..f0821a9 100644 --- a/AudioManagerDaemon/src/CAmRoutingReceiver.cpp +++ b/AudioManagerDaemon/src/CAmRoutingReceiver.cpp @@ -356,7 +356,7 @@ void CAmRoutingReceiver::confirmRoutingRundown(const uint16_t handle) { mListRundownHandles.erase(std::remove(mListRundownHandles.begin(), mListRundownHandles.end(), handle), mListRundownHandles.end()); if (mWaitRundown && mListRundownHandles.empty()) - mpControlSender->confirmCommandRundown(); + mpControlSender->confirmRoutingRundown(); } uint16_t am::CAmRoutingReceiver::getStartupHandle() -- cgit v1.2.1