From 598880fc300517d70466d3d1693d630bfd8d5744 Mon Sep 17 00:00:00 2001 From: Dario Casalinuovo Date: Tue, 12 Apr 2016 02:54:09 +0200 Subject: [PATCH] MixerCore: Remove wrong flag --- src/add-ons/media/media-add-ons/mixer/MixerCore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/add-ons/media/media-add-ons/mixer/MixerCore.cpp b/src/add-ons/media/media-add-ons/mixer/MixerCore.cpp index a6dd37ddb6..aa501e5fa0 100644 --- a/src/add-ons/media/media-add-ons/mixer/MixerCore.cpp +++ b/src/add-ons/media/media-add-ons/mixer/MixerCore.cpp @@ -534,7 +534,7 @@ MixerCore::_MixThread() goto schedule_next_event; ret = acquire_sem_etc(fMixThreadWaitSem, 1, - B_RELATIVE_TIMEOUT | B_DO_NOT_RESCHEDULE, 100000); + B_RELATIVE_TIMEOUT, 100000); if (ret == B_TIMED_OUT) continue; else if (ret != B_OK)