summaryrefslogtreecommitdiffstats
path: root/src/modules/module-null-sink.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary #includesMaarten Bosmans2011-06-221-6/+0
* thread: name all threads so that the names appear in /proc/$PID/task/$TID/commLennart Poettering2010-05-071-1/+1
* null: make name of null sink translatableLennart Poettering2009-09-041-2/+3
* Merge most of elmarco/rtclock2Lennart Poettering2009-06-221-5/+6
|\
| * pulse: move pa_rtclock_now in pulsecommonMarc-André Lureau2009-06-201-1/+2
| * perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'`Marc-André Lureau2009-06-191-4/+4
* | core: get rid of rt sig/timer handling since modern Linux' ppooll() is finall...Lennart Poettering2009-06-191-1/+0
|/
* modules: add {sink|source|card}_properties argument to all modulesLennart Poettering2009-05-281-1/+1
* null: introduce sink_properties= argumentLennart Poettering2009-05-271-7/+14
* mark null sink as support dynamic latencyLennart Poettering2009-04-071-1/+1
* adjust max_rewind/max_request whenever the latency changesLennart Poettering2009-04-071-0/+5
* again, don't fiddle with latency range in sinks with static latencyLennart Poettering2009-03-251-4/+2
* set request/rewind sizes only via accessor functionsLennart Poettering2009-03-241-4/+5
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* introduce default channel map in addition to the default sample specLennart Poettering2009-02-211-0/+1
* rework module usage counter stuff to be pull basedLennart Poettering2009-01-151-0/+9
* A few minor cleanups and updatesLennart Poettering2009-01-081-6/+12
* make sure we call pa_sink_process_rewind() if a rewind was requested under al...Lennart Poettering2008-10-021-2/+7
* make sure to call process_rewind() under all circumstances before we do the n...Lennart Poettering2008-06-261-2/+6
* Rework module-combine to work with glitch-free core; add new max_request fiel...Lennart Poettering2008-06-201-14/+14
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* use new pa_sink_set_latency_range() in null sinkLennart Poettering2008-06-161-1/+2
* merge Colin Guthrie's module-always-sink module, and add priorization to the ...Lennart Poettering2008-06-111-2/+2
* merge glitch-free branch back into trunkLennart Poettering2008-05-151-29/+110
* tag modules that may only be loaded once at most especially, and enforce that...Lennart Poettering2007-11-091-4/+5
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-47/+120
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+2
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-12/+12
* remove all occurences of Lennart Poettering2006-08-181-3/+3
* allow setting the null sink description by a module parameterLennart Poettering2006-08-121-3/+5
* don't set the sink/source descriptions manually, use the new functions pa_{si...Lennart Poettering2006-08-111-1/+1
* improve latency calculation of NULL sinkLennart Poettering2006-07-141-7/+27
* big s/polyp/pulse/gLennart Poettering2006-06-191-12/+12
* Move timeval calculation functions into their own file.Pierre Ossman2006-05-181-0/+1
* split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]Lennart Poettering2006-05-171-1/+1
* Move xmalloc to the public side (libpolyp).Pierre Ossman2006-05-171-1/+2
* * modify pa_channel_map_init_auto() to take an extra argument specifying the ...Lennart Poettering2006-05-161-1/+1
* support new channel_map argument in sink/source modulesLennart Poettering2006-04-261-4/+11
* change pa_log() and friends to not require a trailing \n on all logged stringsLennart Poettering2006-02-231-3/+3
* Reorganised the source tree. We now have src/ with a couple of subdirs:Pierre Ossman2006-02-161-0/+150