cosmetic change
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3758 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -73,7 +73,7 @@ inline uint32 MixerOutput::GetOutputChannelSourceCount(int channel)
|
|||||||
|
|
||||||
inline void MixerOutput::GetMixerChannelInfo(int channel, int index, int *type, float *gain)
|
inline void MixerOutput::GetMixerChannelInfo(int channel, int index, int *type, float *gain)
|
||||||
{
|
{
|
||||||
ASSERT (channel >= 0 && channel < fOutputChannelCount);
|
ASSERT(channel >= 0 && channel < fOutputChannelCount);
|
||||||
ASSERT(index >= 0 && index < fOutputChannelInfo[channel].source_count);
|
ASSERT(index >= 0 && index < fOutputChannelInfo[channel].source_count);
|
||||||
*type = fOutputChannelInfo[channel].source_type[index];
|
*type = fOutputChannelInfo[channel].source_type[index];
|
||||||
*gain = fOutputChannelInfo[channel].source_gain[index];
|
*gain = fOutputChannelInfo[channel].source_gain[index];
|
||||||
|
|||||||
Reference in New Issue
Block a user