* Don't lock the audio mixer connection. At least to me it seems handy to play
with it as well. * Automatic whitespace cleanup. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34618 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
b56f3c65ff
commit
d363440a49
@ -2070,14 +2070,6 @@ inline status_t NodeManager::_handleNodesCreated(
|
||||
|
||||
// instantiate & add connection
|
||||
|
||||
uint32 flags = 0;
|
||||
|
||||
// 22sep99: lock audio-mixer connection
|
||||
if(
|
||||
sourceRef == m_audioMixerNode &&
|
||||
destRef == m_audioOutputNode)
|
||||
flags |= Connection::LOCKED;
|
||||
|
||||
Connection* con = new Connection(
|
||||
m_nextConID++,
|
||||
output.node,
|
||||
@ -2087,7 +2079,7 @@ inline status_t NodeManager::_handleNodesCreated(
|
||||
input.destination,
|
||||
input.name,
|
||||
input.format,
|
||||
flags);
|
||||
0);
|
||||
|
||||
_addConnection(con);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user