Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
*** empty log message ***
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
src/audio/alsa/SDL_alsa_audio.c
|
@@ -168,6 +168,7 @@ static void ALSA_PlayAudio(_THIS) |
|
|
this->enabled = 0; |
|
|
return; |
|
|
} |
|
|
continue; |
|
|
} |
|
|
sample_buf += status * this->spec.channels; |
|
|
sample_len -= status; |
|
|