tizenaudio-sink: Reset pollfd's revents after use 18/271418/3 accepted/tizen_6.5_unified tizen_6.5 accepted/tizen/6.5/unified/20220311.132414 submit/tizen_6.5/20220309.181244
authorjungsup lee <jungsup4.lee@samsung.com>
Mon, 21 Feb 2022 04:17:50 +0000 (13:17 +0900)
committerJaechul Lee <jcsing.lee@samsung.com>
Fri, 4 Mar 2022 04:49:11 +0000 (13:49 +0900)
commit037f061a20f2182e90f81912e06d92fd8f681a0b
treee082e9925079076f7abb41c4fe9ac1858f71ff42
parentb9a20f32652f324d07b01fc3de3d8e10ba233e29
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] 13.0.83
[Issue Type] Bug fix

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