Fixed DEBUG build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38443 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -680,7 +680,7 @@ status_t
|
||||
AudioMixer::SetBufferGroup(const media_source &for_source,
|
||||
BBufferGroup *newGroup)
|
||||
{
|
||||
PRINT("AudioMixer::SetBufferGroup\n");
|
||||
TRACE("AudioMixer::SetBufferGroup\n");
|
||||
// the downstream consumer (soundcard) node asks us to use another
|
||||
// BBufferGroup (might be NULL). We only have one output (id 0)
|
||||
if (for_source.port != ControlPort() || for_source.id != 0)
|
||||
|
||||
Reference in New Issue
Block a user