summaryrefslogtreecommitdiff
path: root/src/pulsecore/sink.h
Commit message (Expand)AuthorAgeFilesLines
* don't move streams to devices that are going awayTanu Kaskinen2016-04-251-0/+6
* typedefs.h: Move some typedefs to a separate fileDavid Henningsson2015-12-141-3/+1
* sink,source: Add a helper function to check whether this is a filterArun Raghavan2015-06-121-0/+2
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* Fix URLs still pointing to the old wikiAlexander E. Patrakov2014-12-221-1/+1
* Cleanup !! for boolPeter Meerwald2014-10-281-1/+1
* sink, source: Assign to s->muted from only one placeTanu Kaskinen2014-05-021-6/+18
* sink, source: Call set_mute() from mute_changed()Tanu Kaskinen2014-05-021-0/+2
* sink, source: Assign to reference_volume from only one placeTanu Kaskinen2014-05-021-0/+7
* alsa: Use card description in default sink/source prefix when availablePete Beardmore2014-03-141-1/+1
* sink, source: Remove useless attach/detach stuffTanu Kaskinen2014-01-151-5/+0
* sink, source: Add a TODO comment about removing get_formats()Tanu Kaskinen2013-11-291-0/+6
* sink: Increase max sink inputs per sinkArun Raghavan2013-09-201-1/+1
* sink, source: Fix error reporting style for rate updatesTanu Kaskinen2013-08-271-2/+2
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-49/+49
* core, alsa: Better drain reportingDavid Henningsson2013-03-201-0/+2
* sink, source: Support creating suspended sinks and sourcesMikel Astiz2012-09-261-0/+2
* device-port: Change the latency offset type to a signed int.poljar (Damir Jelić)2012-06-281-3/+3
* sink, source: Add a latency offset which is inherited from the portpoljar2012-06-251-0/+8
* sink/source.h: Clarify set_port commentDavid Henningsson2012-04-181-2/+2
* alsa-sink/source: Make sure volumes are synchronised after fast user switchingDavid Henningsson2012-04-121-0/+2
* Turn device ports into reference counted objectsDavid Henningsson2011-11-261-16/+1
* Introduce "available" concept for ports, and communicate that to clients. Bum...David Henningsson2011-11-261-0/+1
* sink,source: support for rate updatePierre-Louis Bossart2011-10-171-0/+11
* sink,source: Handle missing in the shared volume caseArun Raghavan2011-09-211-0/+3
* volume: Rename 'sync volume' to 'deferred volume'.Colin Guthrie2011-09-131-9/+9
* sink-input: Ensure no volumes are applied for passthrough streamsArun Raghavan2011-08-181-0/+7
* sink: Fix lazy commentingArun Raghavan2011-08-151-3/+3
* sink: Add a set_formats() APIArun Raghavan2011-08-151-0/+7
* Add some missing format.h includesMaarten Bosmans2011-08-111-0/+1
* alsa: Reinitialise the mixer on port change.Colin Guthrie2011-07-201-0/+1
* devices: Use wrapper functions to set the *_volume and *_mute callbacks.Colin Guthrie2011-07-191-12/+36
* Remove unnecessary #includesMaarten Bosmans2011-06-221-1/+2
* sink-input: Kill passthrough streams if moving to an unsupported sinkArun Raghavan2011-05-021-0/+1
* sink: Remove PASSTHROUGH flagArun Raghavan2011-05-021-0/+4
* sink: Extend API for compressed formats supportArun Raghavan2011-05-021-0/+7
* sink: Trivial typo fixArun Raghavan2011-05-021-7/+7
* Implement the "volume sharing" feature.Tanu Kaskinen2011-02-261-0/+4
* core: Link virtual sinks and sources to their streams.Tanu Kaskinen2011-02-221-0/+2
* core: Add infrastructure for synchronizing HW and SW volume changesJyri Sarha2010-10-161-14/+83
* core: initialize sink/source priorities automatically based on their proplistsLennart Poettering2009-08-291-0/+1
* core: add priority field to pa_sink/pa_sourceLennart Poettering2009-08-281-0/+2
* object: speed up type verification by not relying on strcmp()Lennart Poettering2009-08-211-1/+1
* sink: volume handling rework, new flat volume logicLennart Poettering2009-08-191-7/+5
* core: introduce pa_{sink|source}_update_flags()Lennart Poettering2009-08-151-0/+2
* core: make fixed latency dynamically changeableLennart Poettering2009-08-151-3/+15
* core: move rtpoll to thread_info sub structureLennart Poettering2009-08-151-1/+2
* core: add assert macros for verifying calling contextLennart Poettering2009-08-131-0/+7
* core: save volume/mute changes coming from the hardware automaticallyLennart Poettering2009-08-071-2/+2
* alsa: rework mixer logicLennart Poettering2009-06-171-5/+41