git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3823 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper 2003-07-03 23:47:53 +00:00
parent 643e1b2e76
commit 0f221b9065

View File

@ -120,7 +120,7 @@ MixerOutput::AssignDefaultSources()
// we have only one phycial output channel, and use it as a mix of
// left, right, rear-left, rear-right, center and sub
TRACE("AssignDefaultSources: 1 channel setup\n");
fOutputChannelInfo[0].source_count = 1;
fOutputChannelInfo[0].source_count = 7;
fOutputChannelInfo[0].source_gain[0] = 1.0;
fOutputChannelInfo[0].source_type[0] = ChannelMaskToChannelType(B_CHANNEL_LEFT);
fOutputChannelInfo[0].source_gain[1] = 1.0;