summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Maintain the original code style for sbc.Luiz Augusto von Dentz2009-03-262-16/+8
* add missing initializationLennart Poettering2009-03-251-0/+1
* make sure the discovery module is only loaded onceLennart Poettering2009-03-251-0/+1
* on monitor source be fine with any latency range set by the sinkLennart Poettering2009-03-251-1/+2
* add missing whitespaceLennart Poettering2009-03-251-1/+1
* copy latency flags from sink to monitor sourceLennart Poettering2009-03-251-1/+7
* use u->use_tsched everywhereLennart Poettering2009-03-252-2/+2
* fix value of DYNAMIC_LATENCYLennart Poettering2009-03-251-1/+1
* fix misplace _ref() calls that should have been _assert_ref()Lennart Poettering2009-03-251-3/+4
* optionally skip initial frames in backtraceLennart Poettering2009-03-252-7/+23
* don't show full so path in backtraceLennart Poettering2009-03-251-3/+7
* add simple ref counting debugging frameworkLennart Poettering2009-03-252-6/+81
* trivial simplificationLennart Poettering2009-03-251-2/+1
* beef up esd sink properties a bitLennart Poettering2009-03-251-1/+2
* initialize max_request to SO_SNDBUFLennart Poettering2009-03-251-0/+10
* don't fiddle with latency range in sources with static latencyLennart Poettering2009-03-251-3/+2
* initialize max_requestLennart Poettering2009-03-251-0/+1
* again, don't fiddle with latency range in sinks with static latencyLennart Poettering2009-03-251-4/+2
* Don't initialize userdata twiceLennart Poettering2009-03-251-1/+0
* don't fiddle with latency range because we cannot adjust it dynamicallyLennart Poettering2009-03-251-7/+4
* set latency range only in tsched modeLennart Poettering2009-03-252-19/+19
* link jack modules's max_request to the jack buffer sizeLennart Poettering2009-03-252-8/+22
* simplify things and make sure timing setters can be called in most contextsLennart Poettering2009-03-252-34/+38
* introduce new flag that marks sinks/sources which can adjust the latency dyna...Lennart Poettering2009-03-258-21/+64
* make pa_source_set_max_rewind() work similar to pa_sink_set_max_rewind()Lennart Poettering2009-03-252-2/+20
* get rid of 'default' min/max latencies, simplify things by just having absolu...Lennart Poettering2009-03-253-23/+9
* bluetooth: fix #NOKIA, correctly unlink sink/srcMarc-André Lureau2009-03-241-2/+2
* fix bad memory access when destroying m-b-dLennart Poettering2009-03-241-14/+29
* Allow calling pa_{sink|source}_update_proplist() without an actual proprlistLennart Poettering2009-03-242-5/+4
* minimal reorderingLennart Poettering2009-03-241-1/+1
* set request/rewind sizes only via accessor functionsLennart Poettering2009-03-249-17/+52
* simplify latency range by not allowing stored 'wildcard' ranges anymoreLennart Poettering2009-03-248-27/+42
* only decrease timer slack, never increaseLennart Poettering2009-03-241-6/+10
* don't fail when no session bus is availableLennart Poettering2009-03-231-2/+5
* add pa_assert_cc() for compile time assertionsLennart Poettering2009-03-232-1/+15
* pulse: check context (do not user pstream when NULL)Marc-André Lureau2009-03-231-0/+1
* only store card profile if flagged for thatLennart Poettering2009-03-235-6/+17
* enable bluetooth default by supportLennart Poettering2009-03-231-1/+1
* readd volume control logicLennart Poettering2009-03-211-182/+156
* add functions that modules can call whenever they now the volume changedLennart Poettering2009-03-214-1/+56
* at a couple of #ifdef NOKIAs for nowLennart Poettering2009-03-212-14/+60
* rework device discovery to share a single device list among all modulesLennart Poettering2009-03-214-227/+189
* add pa_hook_is_firingLennart Poettering2009-03-212-0/+8
* make sure we dispatch messages in orderLennart Poettering2009-03-203-16/+20
* fix a misplaced assertLennart Poettering2009-03-201-1/+1
* rework bluetooth IO loopsLennart Poettering2009-03-201-104/+150
* fix prototypes of remaining sbc.[ch] API regarding size_t/constLennart Poettering2009-03-202-7/+13
* don't try to unref reserve stuff if we don't use itLennart Poettering2009-03-201-1/+2
* fix channel mapping for a52 devices. Closes #508Lennart Poettering2009-03-201-3/+3
* simply bluetooth nrec handling a bitLennart Poettering2009-03-201-6/+1