mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
core: Misc srbchannel cleanup
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
This commit is contained in:
parent
1afec0e5a3
commit
f79b1bc3d9
3 changed files with 4 additions and 4 deletions
|
|
@ -127,7 +127,7 @@ size_t pa_srbchannel_read(pa_srbchannel *sr, void *data, size_t l) {
|
|||
memcpy(data, ptr, toread);
|
||||
if (pa_ringbuffer_drop(&sr->rb_read, toread)) {
|
||||
#ifdef DEBUG_SRBCHANNEL
|
||||
pa_log("read from full output buffer, signalling fdsem");
|
||||
pa_log("Read from full output buffer, signalling fdsem");
|
||||
#endif
|
||||
pa_fdsem_post(sr->sem_write);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue