* 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:
@@ -2070,14 +2070,6 @@ inline status_t NodeManager::_handleNodesCreated(
|
|||||||
|
|
||||||
// instantiate & add connection
|
// 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(
|
Connection* con = new Connection(
|
||||||
m_nextConID++,
|
m_nextConID++,
|
||||||
output.node,
|
output.node,
|
||||||
@@ -2087,7 +2079,7 @@ inline status_t NodeManager::_handleNodesCreated(
|
|||||||
input.destination,
|
input.destination,
|
||||||
input.name,
|
input.name,
|
||||||
input.format,
|
input.format,
|
||||||
flags);
|
0);
|
||||||
|
|
||||||
_addConnection(con);
|
_addConnection(con);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user