Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/acme-volume-alsa.c
Commit message (Collapse)AuthorAgeFilesLines
* Use g_timeout_add_seconds() for power efficiencyDaniel Drake2008-12-181-1/+1
| | | | | | | | | This attempts to align second-granularity wakeups across the system, reducing CPU wakeups a little. I considered all timeouts of duration 1 second or greater, and moved the non-timing-critical ones to g_timeout_add_seconds(). (Actually, I didn't find any that I felt were timing-critical)
* No need to test alsa open at object creationg, sinceMarco Pesenti Gritti2008-09-141-10/+0
| | | | we don't have a fallback.
* Fix weird handling of error condition when opening alsa.Marco Pesenti Gritti2008-09-131-3/+1
|
* Alsa based volume control API, stealed from gnome-settings-daemon. #8375Marco Pesenti Gritti2008-09-131-0/+329