no, really

This commit is contained in:
Glenn Maynard
2004-01-12 11:02:16 +00:00
parent 6d3f224a15
commit 3294c04fa9
@@ -306,10 +306,7 @@ bool Alsa9Buf::Recover( int r )
int Alsa9Buf::GetPosition() const
{
if( dsnd_pcm_state(pcm) == SND_PCM_STATE_PREPARED )
{
LOG->Trace("??? %i", last_cursor_pos);
return last_cursor_pos;
}
dsnd_pcm_hwsync( pcm );