summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* define minimal and maximal wakeup/sleep times; check for underrun condition o...Lennart Poettering2008-04-232-10/+68
* fix build for auxiliary modulesLennart Poettering2008-04-238-27/+19
* Big pile of interdependant changes:Lennart Poettering2008-04-235-254/+276
* add missing header definitions for last commitLennart Poettering2008-04-231-0/+4
* add new function pa_alsa_build_pollfd() to alsa-util to unify a bit more comm...Lennart Poettering2008-04-231-0/+24
* * don't increase tsched_watermark on underrun without limits Lennart Poettering2008-04-222-167/+98
* add new function pa_alsa_recover_from_poll() to merge common core from module...Lennart Poettering2008-04-222-2/+51
* - Change meaning of special values of latency request: 0 -> "minimal latency,...Lennart Poettering2008-04-222-9/+18
* initialize properties for ALSA sinks/sources more elaborately, re #277Lennart Poettering2008-04-204-26/+78
* Big pile of dependant changes:Lennart Poettering2008-04-206-124/+183
* redirect alsa errors to normal PA log system; export buffer settings in devic...Lennart Poettering2008-04-112-8/+32
* make use of new alsa SND_PCM_NO_AUTO_xxx flags; redirect alsa errors to norma...Lennart Poettering2008-04-112-4/+44
* add new module module-device-restoreLennart Poettering2008-04-111-0/+348
* init min/max latency properly; fix avail_min updatingLennart Poettering2008-04-094-9/+11
* call snd_pcm_hwsync() expclicitly before we access any of the status fields, ...Lennart Poettering2008-04-072-85/+150
* add utility functions to dump alsa PCM stateLennart Poettering2008-04-072-0/+46
* propery calculate min_avail in frames instead of bytes. don't use device_id= ...Lennart Poettering2008-04-044-24/+49
* - deprecate autoload stuffLennart Poettering2008-04-034-86/+205
* catch up with trunk HEAD (i.e. 2118:2213)Lennart Poettering2008-03-314-28/+22
* commit glitch-free workLennart Poettering2008-03-153-18/+28
* commit glitch-free workLennart Poettering2008-03-1522-504/+1266
* deal with a possibly failing pa_channel_map_init_auto() correctlyLennart Poettering2008-02-135-3/+12
* Implement opcodes in the tunnel modules that were added in version 12 ofSjoerd Simons2008-01-041-0/+40
* Add a missing pa_xfree.Tanu Kaskinen2008-01-031-0/+2
* The previous commit introduced a new bug: giving too many values in the "cont...Tanu Kaskinen2008-01-031-1/+1
* Fix the parsing of trailing default values in the "control" module argument.Tanu Kaskinen2008-01-031-6/+14
* Downgraded the priority of a message, because it's really quite uninteresting.Tanu Kaskinen2008-01-021-1/+1
* Add a configure switch to enable the per-user ESounD socket path, but default...Diego Petteno2007-12-061-3/+9
* - Check process name when dealing with PID filesLennart Poettering2007-11-212-75/+131
* minor typo fixLennart Poettering2007-11-211-1/+1
* add missing pa_boolizationLennart Poettering2007-11-142-2/+2
* Rework ALSA mixer channel detection code. This time we actually care about th...Lennart Poettering2007-11-134-48/+192
* Completely rework ALSA device selection code: choose the device to open depen...Lennart Poettering2007-11-1310-115/+342
* add new fun module that automatically mutes your audio devices when you leave...Lennart Poettering2007-11-112-0/+702
* Port module-gconf to make use of the new API pa_start_child_for_read()Lennart Poettering2007-11-111-128/+9
* tag modules that may only be loaded once at most especially, and enforce that...Lennart Poettering2007-11-0937-156/+188
* replace a few CLAMPs by PA_CLAMP_UNLIKELYLennart Poettering2007-11-091-2/+2
* add support for 32bit integer samplesLennart Poettering2007-11-092-3/+13
* fix two alignment issues found by the debian buildd gcc on sparcLennart Poettering2007-11-041-1/+4
* pa_boolizationLennart Poettering2007-11-041-15/+13
* make rtprio and nice level actually configurableLennart Poettering2007-11-016-16/+16
* drop rt scheduling before we start our helper processLennart Poettering2007-11-011-0/+2
* rename stream names too, when the sink name changesLennart Poettering2007-10-301-9/+28
* ignore updates not relevant to usLennart Poettering2007-10-301-0/+6
* rework the tunnel naming scheme, and make it follow the description changes o...Lennart Poettering2007-10-301-29/+231
* initialize userdata struct with 0Lennart Poettering2007-10-301-5/+5
* deal properly with signals interrupting us when we wait for data from gconf h...Lennart Poettering2007-10-301-2/+4
* keep track of configured tunnels and make sure to unload them when they disap...Lennart Poettering2007-10-291-11/+112
* don't announce monitor sourcesLennart Poettering2007-10-291-5/+5
* don't try to send pause request before our stream is properly set upLennart Poettering2007-10-291-2/+5