no, really
This commit is contained in:
@@ -306,10 +306,7 @@ bool Alsa9Buf::Recover( int r )
|
|||||||
int Alsa9Buf::GetPosition() const
|
int Alsa9Buf::GetPosition() const
|
||||||
{
|
{
|
||||||
if( dsnd_pcm_state(pcm) == SND_PCM_STATE_PREPARED )
|
if( dsnd_pcm_state(pcm) == SND_PCM_STATE_PREPARED )
|
||||||
{
|
|
||||||
LOG->Trace("??? %i", last_cursor_pos);
|
|
||||||
return last_cursor_pos;
|
return last_cursor_pos;
|
||||||
}
|
|
||||||
|
|
||||||
dsnd_pcm_hwsync( pcm );
|
dsnd_pcm_hwsync( pcm );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user