summaryrefslogtreecommitdiff
path: root/PluginRoutingInterfaceAsync
diff options
context:
space:
mode:
authorchristian mueller <christian.ei.mueller@bmw.de>2012-02-08 15:42:31 +0100
committerchristian mueller <christian.ei.mueller@bmw.de>2012-02-08 15:42:31 +0100
commite924eb3ec4717647d61e9ec4d5cc74f81ea749b9 (patch)
treef3cc53e5fb98d21bc55cbd44a229d7ca21e6f99a /PluginRoutingInterfaceAsync
parent9f9f6fc7d283c60166431c5175b6bbaa53a23c9c (diff)
downloadaudiomanager-e924eb3ec4717647d61e9ec4d5cc74f81ea749b9.tar.gz
* changed main to register observer (thanks TGO)
* changed command DBUSplugin to register Connection at 2nd DBUSMessageHandler Instance (thanks TGO) * Expanded dummyController functionality
Diffstat (limited to 'PluginRoutingInterfaceAsync')
-rw-r--r--PluginRoutingInterfaceAsync/src/RoutingSenderAsync.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/PluginRoutingInterfaceAsync/src/RoutingSenderAsync.cpp b/PluginRoutingInterfaceAsync/src/RoutingSenderAsync.cpp
index 7527f7d..7594260 100644
--- a/PluginRoutingInterfaceAsync/src/RoutingSenderAsync.cpp
+++ b/PluginRoutingInterfaceAsync/src/RoutingSenderAsync.cpp
@@ -779,6 +779,7 @@ std::vector<am_Sink_s> AsyncRoutingSender::createSinkTable()
item.listSoundProperties.push_back(sp);
item.visible = true;
item.listConnectionFormats.push_back(CF_ANALOG);
+ item.muteState=MS_MUTED;
table.push_back(item);
}
return (table);