gcc4 fix
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22995 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -584,7 +584,7 @@ OpenSoundDevice::MixerAt(int32 i)
|
|||||||
}
|
}
|
||||||
|
|
||||||
OpenSoundDeviceEngine *
|
OpenSoundDeviceEngine *
|
||||||
OpenSoundDevice::NextFreeEngineAt(int32 i, bool rec=false)
|
OpenSoundDevice::NextFreeEngineAt(int32 i, bool rec)
|
||||||
{
|
{
|
||||||
// find the first free engine in the rec or play chain
|
// find the first free engine in the rec or play chain
|
||||||
OpenSoundDeviceEngine *engine = EngineAt(i);
|
OpenSoundDeviceEngine *engine = EngineAt(i);
|
||||||
|
|||||||
@@ -269,7 +269,7 @@ status_t OpenSoundDeviceEngine::SetSpeed(int speed)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
size_t OpenSoundDeviceEngine::GetISpace(audio_buf_info *info=NULL)
|
size_t OpenSoundDeviceEngine::GetISpace(audio_buf_info *info)
|
||||||
{
|
{
|
||||||
audio_buf_info abinfo;
|
audio_buf_info abinfo;
|
||||||
CALLED();
|
CALLED();
|
||||||
@@ -288,7 +288,7 @@ size_t OpenSoundDeviceEngine::GetISpace(audio_buf_info *info=NULL)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
size_t OpenSoundDeviceEngine::GetOSpace(audio_buf_info *info=NULL)
|
size_t OpenSoundDeviceEngine::GetOSpace(audio_buf_info *info)
|
||||||
{
|
{
|
||||||
audio_buf_info abinfo;
|
audio_buf_info abinfo;
|
||||||
//CALLED();
|
//CALLED();
|
||||||
|
|||||||
Reference in New Issue
Block a user