diff --git a/spa/plugins/alsa/alsa-pcm.c b/spa/plugins/alsa/alsa-pcm.c index 9b7f8f624..a32253ec9 100644 --- a/spa/plugins/alsa/alsa-pcm.c +++ b/spa/plugins/alsa/alsa-pcm.c @@ -3187,7 +3187,7 @@ static void alsa_wakeup_event(struct spa_source *source) uint64_t expire, current_time; int res, suppressed; - if (SPA_UNLIKELY(state->disable_tsched)) { + if (state->disable_tsched) { /* ALSA poll fds need to be "demangled" to know whether it's a real wakeup */ int err; unsigned short revents;