mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
don't spam us with wakeup msgs in non-tsched mode
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2419 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
9c48ed116c
commit
2eca8c9496
1 changed files with 1 additions and 1 deletions
|
|
@ -1058,7 +1058,7 @@ static void thread_func(void *userdata) {
|
||||||
u->since_start = 0;
|
u->since_start = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (revents)
|
if (revents && u->use_tsched)
|
||||||
pa_log_debug("Wakeup from ALSA! (%i)", revents);
|
pa_log_debug("Wakeup from ALSA! (%i)", revents);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue