| Commit message (Expand) | Author | Age | Files | Lines |
* | sink-input: Limit rewinding to max_rewind for virtual sinks | Georg Chini | 2021-11-03 | 1 | -0/+4 |
* | sink-input: Change move logic | Georg Chini | 2021-11-03 | 1 | -0/+5 |
* | alsa-sink/source: set volume to hw immediately if ucm_port changing | Hui Wang | 2021-06-16 | 1 | -0/+1 |
* | sink, source: Use the global configuration for the avoid_resampling default | Tanu Kaskinen | 2020-06-22 | 1 | -0/+2 |
* | sink: move the streams to the default_sink when the sink is unlinked | Hui Wang | 2019-11-27 | 1 | -1/+1 |
* | core: move sink-inputs conditionally when update default_sink | Hui Wang | 2019-11-27 | 1 | -0/+6 |
* | alsa-sink/source, sink, source: Consider sample format for avoid-resampling/p... | Sangchul Lee | 2018-11-16 | 1 | -2/+5 |
* | sink, source: remove the state getters | Tanu Kaskinen | 2018-07-02 | 1 | -2/+0 |
* | udev-detect, alsa-card: Adopt avoid resampling option from daemon.conf | Sangchul Lee | 2018-06-21 | 1 | -0/+2 |
* | fix a call to pa_sink_suspend() from an incorrect thread | Tanu Kaskinen | 2018-03-20 | 1 | -5/+2 |
* | pass pa_suspend_cause_t to set_state_in_io_thread() callbacks | Tanu Kaskinen | 2018-03-20 | 1 | -1/+1 |
* | replace sink/source SET_STATE handlers with callbacks | Tanu Kaskinen | 2018-03-16 | 1 | -9/+21 |
* | sink, source: rename set_state() to set_state_in_main_thread() | Tanu Kaskinen | 2018-03-16 | 1 | -4/+5 |
* | pass pa_suspend_cause_t to set_state() callbacks | Tanu Kaskinen | 2018-02-22 | 1 | -2/+10 |
* | sink, source: improve state change logging | Tanu Kaskinen | 2018-01-03 | 1 | -0/+2 |
* | sink, source: Rework reconfiguration logic to apply to more than rate | Arun Raghavan | 2017-10-21 | 1 | -4/+3 |
* | sink: force suspend/resume on passthrough transitions | Pierre-Louis Bossart | 2017-09-05 | 1 | -0/+1 |
* | source/sink: Allow pa_{source, sink}_get_latency_within_thread() to return ne... | Georg Chini | 2017-04-17 | 1 | -1/+1 |
* | suspend-on-idle: use earlier (safer) hooks for stream unlink notifications | Tanu Kaskinen | 2016-12-20 | 1 | -1/+8 |
* | sink, source, device-port: renames to distinguish latency offsets | Chris Billington | 2016-06-22 | 1 | -5/+5 |
* | don't move streams to devices that are going away | Tanu Kaskinen | 2016-04-25 | 1 | -0/+6 |
* | typedefs.h: Move some typedefs to a separate file | David Henningsson | 2015-12-14 | 1 | -3/+1 |
* | sink,source: Add a helper function to check whether this is a filter | Arun Raghavan | 2015-06-12 | 1 | -0/+2 |
* | update FSF addresses to FSF web page | Ondrej Holecek | 2015-01-14 | 1 | -3/+1 |
* | Fix URLs still pointing to the old wiki | Alexander E. Patrakov | 2014-12-22 | 1 | -1/+1 |
* | Cleanup !! for bool | Peter Meerwald | 2014-10-28 | 1 | -1/+1 |
* | sink, source: Assign to s->muted from only one place | Tanu Kaskinen | 2014-05-02 | 1 | -6/+18 |
* | sink, source: Call set_mute() from mute_changed() | Tanu Kaskinen | 2014-05-02 | 1 | -0/+2 |
* | sink, source: Assign to reference_volume from only one place | Tanu Kaskinen | 2014-05-02 | 1 | -0/+7 |
* | alsa: Use card description in default sink/source prefix when available | Pete Beardmore | 2014-03-14 | 1 | -1/+1 |
* | sink, source: Remove useless attach/detach stuff | Tanu Kaskinen | 2014-01-15 | 1 | -5/+0 |
* | sink, source: Add a TODO comment about removing get_formats() | Tanu Kaskinen | 2013-11-29 | 1 | -0/+6 |
* | sink: Increase max sink inputs per sink | Arun Raghavan | 2013-09-20 | 1 | -1/+1 |
* | sink, source: Fix error reporting style for rate updates | Tanu Kaskinen | 2013-08-27 | 1 | -2/+2 |
* | Remove pa_bool_t and replace it with bool. | poljar (Damir Jelić) | 2013-07-04 | 1 | -49/+49 |
* | core, alsa: Better drain reporting | David Henningsson | 2013-03-20 | 1 | -0/+2 |
* | sink, source: Support creating suspended sinks and sources | Mikel Astiz | 2012-09-26 | 1 | -0/+2 |
* | device-port: Change the latency offset type to a signed int. | poljar (Damir Jelić) | 2012-06-28 | 1 | -3/+3 |
* | sink, source: Add a latency offset which is inherited from the port | poljar | 2012-06-25 | 1 | -0/+8 |
* | sink/source.h: Clarify set_port comment | David Henningsson | 2012-04-18 | 1 | -2/+2 |
* | alsa-sink/source: Make sure volumes are synchronised after fast user switching | David Henningsson | 2012-04-12 | 1 | -0/+2 |
* | Turn device ports into reference counted objects | David Henningsson | 2011-11-26 | 1 | -16/+1 |
* | Introduce "available" concept for ports, and communicate that to clients. Bum... | David Henningsson | 2011-11-26 | 1 | -0/+1 |
* | sink,source: support for rate update | Pierre-Louis Bossart | 2011-10-17 | 1 | -0/+11 |
* | sink,source: Handle missing in the shared volume case | Arun Raghavan | 2011-09-21 | 1 | -0/+3 |
* | volume: Rename 'sync volume' to 'deferred volume'. | Colin Guthrie | 2011-09-13 | 1 | -9/+9 |
* | sink-input: Ensure no volumes are applied for passthrough streams | Arun Raghavan | 2011-08-18 | 1 | -0/+7 |
* | sink: Fix lazy commenting | Arun Raghavan | 2011-08-15 | 1 | -3/+3 |
* | sink: Add a set_formats() API | Arun Raghavan | 2011-08-15 | 1 | -0/+7 |
* | Add some missing format.h includes | Maarten Bosmans | 2011-08-11 | 1 | -0/+1 |