summaryrefslogtreecommitdiff
path: root/src/pulsecore/sink.c
Commit message (Expand)AuthorAgeFilesLines
* sink: Make early drain reporting propagate down to filtersArun Raghavan2015-11-171-7/+31
* sink, source: Do not dereference freed memory when freeing the next eventsFelipe Sateler2015-09-121-1/+2
* sink,source: Add a helper function to check whether this is a filterArun Raghavan2015-06-121-1/+8
* core: Work around -Wlogical-not-parentheses warningsPeter Meerwald2015-05-271-1/+1
* sink, source: Fix a volume change leakTanu Kaskinen2015-03-311-0/+2
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* core: Annotate variables only used within assert()s to be PA_UNUSEDPeter Meerwald2014-11-171-1/+1
* Cleanup !! for boolPeter Meerwald2014-10-281-1/+1
* sink/source: Fix restore of volume on devices without hw volumeDavid Henningsson2014-08-291-1/+3
* sink-input, source-output: Assign to reference_ratio from a single placeTanu Kaskinen2014-08-171-4/+7
* source, sink: Support weird sample ratesAlexander E. Patrakov2014-06-051-18/+14
* sink, source: Add hooks for mute changesTanu Kaskinen2014-05-021-0/+1
* sink, source: Add hooks for volume changesTanu Kaskinen2014-05-021-0/+1
* sink, source: Assign to s->muted from only one placeTanu Kaskinen2014-05-021-16/+10
* sink, source: Call set_mute() from mute_changed()Tanu Kaskinen2014-05-021-7/+12
* sink, source: Allow calling set_mute() during initializationTanu Kaskinen2014-05-021-1/+3
* sink, source: Return early from set_mute()Tanu Kaskinen2014-05-021-4/+9
* sink-input, source-output: Assign to volume from only one placeTanu Kaskinen2014-05-021-39/+14
* sink, source: Assign to reference_volume from only one placeTanu Kaskinen2014-05-021-4/+26
* Use pa_hashmap_remove_and_free() where appropriateTanu Kaskinen2014-04-171-5/+2
* sink/source: Initialize port before fixate hook (fixes volume/mute not saved)David Henningsson2014-03-281-17/+10
* alsa: Use card description in default sink/source prefix when availablePete Beardmore2014-03-141-5/+10
* Fix a few "it's -> its" typosAlexander E. Patrakov2014-03-071-1/+1
* sink, source: Remove useless attach/detach stuffTanu Kaskinen2014-01-151-30/+0
* Add pa_sample_rate_valid()Tanu Kaskinen2013-12-151-2/+1
* sink/source: When picking the initial ports, prefer ones that are not unavail...Colin Guthrie2013-11-221-1/+10
* hashmap: Add the ability to free keysArun Raghavan2013-09-171-5/+6
* sink, source: Fix error reporting style for rate updatesTanu Kaskinen2013-08-271-12/+12
* sink, source: Return early from pa_*_update_rate(), if there's no need to do ...Tanu Kaskinen2013-08-271-0/+3
* sink, source: Small readability improvementTanu Kaskinen2013-08-231-2/+1
* sink, source: Fix default and alternate rate assertionsTanu Kaskinen2013-08-231-2/+2
* sink, source: Don't care about default and alternate rate in passthrough modeTanu Kaskinen2013-08-231-2/+2
* sink, source: Reduce indentation level in *_update_rate()Tanu Kaskinen2013-08-221-60/+60
* sink: Add missing curly bracesTanu Kaskinen2013-07-161-1/+2
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-115/+115
* Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)2013-06-241-1/+0
* Style fix: Remove new lines from opening bracketspoljar (Damir Jelić)2013-06-241-6/+3
* core: Add an "internal" suspend causeArun Raghavan2013-06-041-3/+8
* sink, source: Send notifications when flags changeTanu Kaskinen2013-04-101-0/+3
* sink, source: Really set the fixed latency in set_fixed_latency_within_thread...Tanu Kaskinen2013-04-101-0/+5
* sink, source: Propagate flag changes to filtersTanu Kaskinen2013-04-101-8/+26
* sink: Fix flag name typoTanu Kaskinen2013-03-281-1/+1
* core, alsa: Better drain reportingDavid Henningsson2013-03-201-0/+26
* idxset: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen2013-02-161-3/+3
* device-port: Remove pa_device_port_hashmap_free()Tanu Kaskinen2013-02-161-2/+2
* hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen2013-02-161-6/+1
* core: Move pa_mix() into new file mix.cPeter Meerwald2013-02-151-0/+1
* Log the reason for every suspend/resume.Tanu Kaskinen2012-12-191-2/+7
* sink: Process rewind requests also when suspended.Tanu Kaskinen2012-11-161-6/+0
* sink, source: Prevent unnecessary rate update attemptsArun Raghavan2012-11-161-0/+3