tizenaudio-sink: Reset pollfd's revents after use 20/272120/1 accepted/tizen/unified/20220314.125239 submit/tizen/20220310.012845
authorjungsup lee <jungsup4.lee@samsung.com>
Mon, 21 Feb 2022 04:17:50 +0000 (13:17 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Wed, 9 Mar 2022 18:14:35 +0000 (03:14 +0900)
commit6353d6c26a851101dbe98234748fb6bcecd07535
treed3a58fda7672a2fd6f0ac79cfa6575a4dc9c554d
parentd972a340200f90a0b9afffb50d10cf139ebd1640
tizenaudio-sink: Reset pollfd's revents after use

revents should be cleared after handling POLLERR. mainloop send a lot of
async message to I/O thread that is stucking on writing pcm. After that,
I/O thread couldn't call poll api because of handling asyncq message.

[Version] 15.0.3
[Issue Type] Bug fix

Change-Id: Ib806cdd77a86fae648b08a5b5e1edc1ed60fbec5
Signed-off-by: jungsup lee <jungsup4.lee@samsung.com>
packaging/pulseaudio-modules-tizen.spec
src/module-tizenaudio-sink.c