| Commit message (Expand) | Author | Age | Files | Lines |
* | actually add source code of module-default-device-restore | Lennart Poettering | 2007-09-03 | 1 | -0/+103 |
* | header file cleanup | Lennart Poettering | 2007-09-03 | 1 | -2/+1 |
* | fix dbus version check for dbus_watch_get_unix_fd() | Lennart Poettering | 2007-09-02 | 1 | -1/+1 |
* | fix build for dbus < 1.1.1, re #126, patch from Marc-Andre Lureau | Lennart Poettering | 2007-09-02 | 1 | -1/+11 |
* | make use of new PA_PAGE_SIZE macro | Lennart Poettering | 2007-09-02 | 1 | -1/+1 |
* | - fix suspend handling | Lennart Poettering | 2007-08-31 | 1 | -23/+38 |
* | port module-combine to new core | Lennart Poettering | 2007-08-30 | 1 | -177/+933 |
* | Lots of assorted minor cleanups and fixes: | Lennart Poettering | 2007-08-30 | 9 | -233/+219 |
* | lower suspend timeout to 1s | Lennart Poettering | 2007-08-25 | 1 | -1/+1 |
* | port remaining sinks to pa_rtpoll | Lennart Poettering | 2007-08-22 | 4 | -340/+306 |
* | minor cleanups | Lennart Poettering | 2007-08-22 | 1 | -29/+14 |
* | port alsa driver to make use of new pa_rtpoll object | Lennart Poettering | 2007-08-22 | 1 | -140/+142 |
* | check pa_core::high_priority before becoming rt thread | Lennart Poettering | 2007-08-22 | 3 | -3/+6 |
* | use realtime scheduling for ALSA and OSS driver threads | Lennart Poettering | 2007-08-16 | 3 | -0/+6 |
* | truncate service names if necessary, include user name in service string | Lennart Poettering | 2007-08-16 | 1 | -23/+48 |
* | a couple of build fixes | Lennart Poettering | 2007-08-13 | 1 | -1/+1 |
* | fix latency reporting for oss and alsa modules | Lennart Poettering | 2007-08-11 | 3 | -13/+15 |
* | minor modernizations | Lennart Poettering | 2007-08-11 | 1 | -14/+13 |
* | hook into move operations for resuming/suspending devices appropriately | Lennart Poettering | 2007-08-11 | 1 | -19/+109 |
* | Add 'via DMA' to sink/source description if device is accessed with mmap() | Lennart Poettering | 2007-08-11 | 2 | -4/+6 |
* | use single array for storing pa_core hook lists, add sink state changed hook,... | Lennart Poettering | 2007-08-11 | 3 | -16/+56 |
* | port oss driver to make use of the default fragment sizes as defined in pa_co... | Lennart Poettering | 2007-08-11 | 1 | -28/+20 |
* | make sure that the device access event sound is only generated once | Lennart Poettering | 2007-08-11 | 1 | -21/+54 |
* | fix module-hal when no api= argument is specified | Lennart Poettering | 2007-08-11 | 1 | -0/+1 |
* | modify alsa drivers to make use of new global fragment setting variables | Lennart Poettering | 2007-08-11 | 2 | -10/+4 |
* | fix default device naming and fix api selection code | Lennart Poettering | 2007-08-11 | 1 | -12/+15 |
* | make use of pa_thread_mq everywhere | Lennart Poettering | 2007-08-10 | 6 | -90/+102 |
* | fix closing of fds in gconf module | Lennart Poettering | 2007-08-10 | 1 | -3/+6 |
* | * drop redundant pa_core argument from module initialization functions | Lennart Poettering | 2007-08-10 | 26 | -340/+371 |
* | fix minor memory leakage | Lennart Poettering | 2007-08-10 | 1 | -0/+2 |
* | avoid duplicate loading of modules | Lennart Poettering | 2007-08-10 | 1 | -15/+22 |
* | handle ACLAdded messages for previously unknown devices identically to a real... | Lennart Poettering | 2007-08-10 | 1 | -3/+2 |
* | Avoid a race condition when one PA instance gets HAL's ACLAdded message befor... | Lennart Poettering | 2007-08-10 | 1 | -4/+58 |
* | Add X11 XSMP module for hooking into the X11 session manager, for being notif... | Lennart Poettering | 2007-08-09 | 1 | -0/+201 |
* | modernize | Lennart Poettering | 2007-08-09 | 1 | -24/+24 |
* | don't assume that sink/source is already unregistered from namereg when disco... | Lennart Poettering | 2007-08-09 | 1 | -17/+31 |
* | play ACL event sound only when gained access, not when losing it | Lennart Poettering | 2007-08-09 | 1 | -1/+2 |
* | forgot to actually add the new suspend-on-idle module source code | Lennart Poettering | 2007-08-09 | 1 | -0/+303 |
* | if we get access to a device we don't know yet, add it to our tree instead of... | Lennart Poettering | 2007-08-09 | 1 | -2/+4 |
* | don't hit an assert when we cannot resume a device | Lennart Poettering | 2007-08-09 | 2 | -4/+8 |
* | by default, store esd socket in /tmp/.esd-`id -u`/socket, instead of /tmp/.es... | Lennart Poettering | 2007-08-09 | 1 | -4/+12 |
* | listen for HAL ACL events; play an event sound on hw coldplug, hotplug and AC... | Lennart Poettering | 2007-08-09 | 1 | -29/+157 |
* | modernize module-hal-detect.c and check for ALSA pcm_class != modem | Lennart Poettering | 2007-08-08 | 1 | -284/+282 |
* | modernize dbus-util.c | Lennart Poettering | 2007-08-08 | 1 | -151/+121 |
* | be more verbose when device does not support sampling parameters | Lennart Poettering | 2007-08-08 | 1 | -3/+3 |
* | properly reinitialize pollfd array after resume | Lennart Poettering | 2007-08-08 | 2 | -27/+54 |
* | properly reinitialize pollfd array after resume | Lennart Poettering | 2007-08-08 | 2 | -34/+73 |
* | reinitialize sw params after resume | Lennart Poettering | 2007-08-07 | 1 | -3/+6 |
* | Don't stop hardware on buffer underruns. Instead continue playing to guarante... | Lennart Poettering | 2007-08-03 | 4 | -49/+91 |
* | Remove unnecessary snd_pcm_hwsync() | Lennart Poettering | 2007-08-03 | 2 | -2/+0 |