made clearAudioBuffer() static

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@911 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-04-12 15:09:49 +00:00
parent 4f14e27b75
commit 39786d36d5
2 changed files with 3 additions and 3 deletions

View File

@@ -274,11 +274,11 @@ public:
stereoVolumeVector _volume_vector,
audioPort * _port );
void FASTCALL clearAudioBuffer( sampleFrame * _ab,
static void clearAudioBuffer( sampleFrame * _ab,
const f_cnt_t _frames,
const f_cnt_t _offset = 0 );
#ifndef DISABLE_SURROUND
void FASTCALL clearAudioBuffer( surroundSampleFrame * _ab,
static void clearAudioBuffer( surroundSampleFrame * _ab,
const f_cnt_t _frames,
const f_cnt_t _offset = 0 );
#endif

View File

@@ -65,7 +65,7 @@
sample_rate_t SAMPLE_RATES[QUALITY_LEVELS] = { 44100, 88200 } ;
sample_rate_t SAMPLE_RATES[QUALITY_LEVELS] = { 44100, 44100*2 } ;