summaryrefslogtreecommitdiff
path: root/src/pulsecore/source.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-2/+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
* 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
* source: Increase max outputs per sourceTanu Kaskinen2014-02-051-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, 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-42/+42
* source: Fix an indentation mistakeTanu Kaskinen2013-06-261-1/+1
* 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/+9
* 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/+3
* Turn device ports into reference counted objectsDavid Henningsson2011-11-261-0/+1
* source: Bring rate update code in sync with sink codeArun Raghavan2011-10-171-1/+1
* sink,source: support for rate updatePierre-Louis Bossart2011-10-171-0/+10
* 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-3/+3
* More spelling fixesMaarten Bosmans2011-08-251-1/+1
* source-output: Ensure no volumes are applied for passthrough streamsArun Raghavan2011-08-181-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-11/+35
* Remove unnecessary #includesMaarten Bosmans2011-06-221-2/+2
* capture: Implement per-stream volume control for capture streams.Colin Guthrie2011-06-221-3/+47
* capture: Add the passthrough format negotiation to capture streams.Colin Guthrie2011-06-221-6/+18
* Fix up according to Coding StyleMaarten Bosmans2011-03-111-1/+1
* core: Link virtual sinks and sources to their streams.Tanu Kaskinen2011-02-221-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
* source: rework volume handlingLennart Poettering2009-08-191-1/+1
* core: introduce pa_{sink|source}_update_flags()Lennart Poettering2009-08-151-0/+2
* core: make fixed latency dynamically changeableLennart Poettering2009-08-151-4/+10
* 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/+4
* core: save volume/mute changes coming from the hardware automaticallyLennart Poettering2009-08-071-2/+2
* alsa: rework mixer logicLennart Poettering2009-06-171-5/+27
* core: add a suspend cause flags fieldLennart Poettering2009-06-051-2/+3
* core: introduce pa_{sink,source}_set_fixed_latency()Lennart Poettering2009-05-081-0/+1
* core: add a seperate fixed_latency field for sinks/sources with fixed latencyLennart Poettering2009-04-101-0/+2
* introduce pa_{sink|source}_get_latency_within_thread()Lennart Poettering2009-04-051-0/+1
* make pa_source_set_max_rewind() work similar to pa_sink_set_max_rewind()Lennart Poettering2009-03-251-1/+3
* simplify latency range by not allowing stored 'wildcard' ranges anymoreLennart Poettering2009-03-241-1/+1
* add functions that modules can call whenever they now the volume changedLennart Poettering2009-03-211-0/+2