]> code.delx.au - pulseaudio/commitdiff
modules: Micro-optimisation for rewind_requested paths
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Fri, 16 Nov 2012 17:39:15 +0000 (23:09 +0530)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Fri, 16 Nov 2012 17:46:05 +0000 (23:16 +0530)
Since some devices can be chatty with regards to how often they return
from poll(), this adds a PA_UNLIKELY() to all the the rewind_requested
checks in our sink modules to make the general case (no rewind was
requested) the fast path.


No differences found