enlightenment/src/modules/mixer/lib
Derek Foreman 73aecd73ab Replace all timer_add with timer_loop_add
So yeah, I've literally used sed to replace every occurrence of
ecore_time_add() with ecore_timer_loop_add() because I'm reasonably
confident that no part of E has a legitimate need for timer based on the
exact current time.

It would be really nice if I'm not wrong. :)

The reason for this is the incredible spew of clock_gettime() calls I'm
seeing on an ARM system (that should have a vdso for gettime, but...)
This can amount to thousands of system calls per second.

 #YOLO
2017-02-03 15:52:28 -06:00
..
backends Replace all timer_add with timer_loop_add 2017-02-03 15:52:28 -06:00
emix.c mixer: introduce emix_max_volume_get 2016-09-07 11:05:11 +02:00
emix.h mixer: use the new e_client api to export volume control by app. 2016-10-27 21:54:40 +02:00