whitespace changes only: sm uses a hard tab width of 4, not 8
This commit is contained in:
@@ -124,8 +124,8 @@ bool RageSound_ALSA9::GetData()
|
|||||||
start += r*samples_per_frame;
|
start += r*samples_per_frame;
|
||||||
remaining -= r;
|
remaining -= r;
|
||||||
new_cursor += r;
|
new_cursor += r;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
last_cursor_pos = new_cursor;
|
last_cursor_pos = new_cursor;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
@@ -216,6 +216,7 @@ int RageSound_ALSA9::GetPosition(const RageSound *snd) const
|
|||||||
|
|
||||||
snd_pcm_status_alloca(&status);
|
snd_pcm_status_alloca(&status);
|
||||||
err = snd_pcm_status(pcm, status);
|
err = snd_pcm_status(pcm, status);
|
||||||
|
|
||||||
ALSA_ASSERT("snd_pcm_status");
|
ALSA_ASSERT("snd_pcm_status");
|
||||||
|
|
||||||
snd_pcm_state_t state = snd_pcm_status_get_state(status);
|
snd_pcm_state_t state = snd_pcm_status_get_state(status);
|
||||||
|
|||||||
Reference in New Issue
Block a user