aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/oss.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/oss.c')
-rw-r--r--Alc/oss.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/oss.c b/Alc/oss.c
index 63c92333..c3cd9528 100644
--- a/Alc/oss.c
+++ b/Alc/oss.c
@@ -292,6 +292,7 @@ static void oss_stop_playback(ALCdevice *device)
StopThread(data->thread);
data->thread = NULL;
+ data->killNow = 0;
if(ioctl(data->fd, SNDCTL_DSP_RESET) != 0)
AL_PRINT("Error resetting device: %s\n", strerror(errno));