summaryrefslogtreecommitdiff
path: root/PluginControlInterface/src/CAmControlSenderBase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'PluginControlInterface/src/CAmControlSenderBase.cpp')
-rw-r--r--PluginControlInterface/src/CAmControlSenderBase.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/PluginControlInterface/src/CAmControlSenderBase.cpp b/PluginControlInterface/src/CAmControlSenderBase.cpp
index 2878306..3e0c65b 100644
--- a/PluginControlInterface/src/CAmControlSenderBase.cpp
+++ b/PluginControlInterface/src/CAmControlSenderBase.cpp
@@ -558,6 +558,8 @@ void CAmControlSenderBase::cbAckSetSinkSoundProperties(const am_Handle_s handle,
void CAmControlSenderBase::setControllerRundown()
{
+ logInfo("CAmControlSenderBase::setControllerRundown() was called");
+ mControlReceiveInterface->confirmControllerRundown();
}
am_Error_e CAmControlSenderBase::getConnectionFormatChoice(const am_sourceID_t sourceID, const am_sinkID_t sinkID, const am_Route_s listRoute, const std::vector<am_ConnectionFormat_e> listPossibleConnectionFormats, std::vector<am_ConnectionFormat_e> & listPrioConnectionFormats)