summaryrefslogtreecommitdiffstats
path: root/src/modules/module-card-restore.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix up some double spacesMaarten Bosmans2011-03-181-1/+1
|
* Fix typosZhang Wanming2010-12-201-1/+1
|
* Merge most of elmarco/rtclock2Lennart Poettering2009-06-221-8/+4
|\ | | | | | | Merge commit 'e4d914c945c13d23b131d7ba75fbdd03cb6d0043'
| * Base mainloop on pa_rtclock_now()Marc-André Lureau2009-06-201-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move the mainloop to monotonic based time events. Introduces 4 helper functions: pa_{context,core}_rttime_{new,restart}(), that fill correctly a timeval with the rtclock flag set if the mainloop supports it. Both mainloop-test and mainloop-test-glib works with rt and timeval based time events. PulseAudio and clients should be fully functional. This patch has received several iterations, and this one as been largely untested. Signed-off-by: Marc-André Lureau <marca-andre.lureau@nokia.com>
* | restore: change 'save' flag behaviour to reflect whether an entry shall ↵Lennart Poettering2009-06-221-1/+1
|/ | | | and/or is in the on-disk databases
* card,stream-restore: minor cleanupsLennart Poettering2009-06-181-3/+1
|
* card-restore: we don't need to save card data that came from the databaseLennart Poettering2009-06-181-1/+2
|
* database: port restore modules to new database APILennart Poettering2009-05-141-39/+26
|
* only store card profile if flagged for thatLennart Poettering2009-03-231-0/+3
|
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
|
* card-restore: it's not useful to check an array, let's check the lengthMarc-André Lureau2009-02-191-1/+1
|
* make PA_GCC_PACKED and PA_GCC_MALLOC actually workLennart Poettering2009-02-131-2/+2
|
* version all entries in the databaseLennart Poettering2009-02-041-2/+11
|
* add a card profile restore moduleLennart Poettering2009-01-211-0/+284