summaryrefslogtreecommitdiff
path: root/src/pulsecore/source.c
Commit message (Expand)AuthorAgeFilesLines
* sink, source: Skip filter streams while changing default sink/sourceArun Raghavan2020-10-261-0/+4
* pulsecore: Replace gendered pronouns with gender neutral onesitsthem2020-08-281-2/+2
* sink, source: Use the global configuration for the avoid_resampling defaultTanu Kaskinen2020-06-221-1/+11
* sink, source: Fix inaccurate log messageTanu Kaskinen2020-02-051-1/+1
* sink, source: Fix stream rescue from sinks or sources without portGeorg Chini2020-02-031-5/+2
* daemon.conf: Add boolean rescue_streams parameterGeorg Chini2020-01-231-1/+1
* source: move the streams to the default_source when the source unlinkHui Wang2019-12-141-3/+17
* source: move streams to new appeared sources if they prefer these sourcesHui Wang2019-12-141-0/+2
* core: move source-outputs conditionally when update default_sourceHui Wang2019-12-141-2/+37
* sink, source: Don't change suspend cause when unlinkingTanu Kaskinen2019-06-101-1/+5
* sink, source: Call sink input suspend callback also on suspend cause changeGeorg Chini2019-03-251-2/+6
* source: Fix a bad condition that made source events not be emittedArun Raghavan2019-02-191-1/+1
* alsa-sink/source, sink, source: Consider sample format for avoid-resampling/p...Sangchul Lee2018-11-161-51/+72
* sink, source: remove the state gettersTanu Kaskinen2018-07-021-1/+1
* sink-input, source-output: remove the state gettersTanu Kaskinen2018-07-021-6/+2
* udev-detect, alsa-card: Adopt avoid resampling option from daemon.confSangchul Lee2018-06-211-2/+4
* alsa-sink/source: always set reconfiguration callbackSangchul Lee2018-05-011-7/+2
* fix a call to pa_sink_suspend() from an incorrect threadTanu Kaskinen2018-03-201-51/+1
* pass pa_suspend_cause_t to set_state_in_io_thread() callbacksTanu Kaskinen2018-03-201-14/+45
* replace sink/source SET_STATE handlers with callbacksTanu Kaskinen2018-03-161-0/+8
* sink, source: rename set_state() to set_state_in_main_thread()Tanu Kaskinen2018-03-161-6/+6
* pass pa_suspend_cause_t to set_state() callbacksTanu Kaskinen2018-02-221-3/+3
* sink, source: redo state changing codeTanu Kaskinen2018-02-221-49/+79
* sink, source: improve suspend cause loggingTanu Kaskinen2018-01-031-2/+11
* sink, source: improve state change loggingTanu Kaskinen2018-01-031-0/+14
* sink, source: Don't finish move if unlink happens after pa_*_move_all_start()Georg Chini2017-12-031-2/+4
* sink, source: Rework reconfiguration logic to apply to more than rateArun Raghavan2017-10-211-27/+31
* sink, source: fix out of date commentsTanu Kaskinen2017-09-181-1/+1
* sink, source: don't try to update volumes of not-yet-linked devicesTanu Kaskinen2017-09-181-7/+14
* core: change configured_default_sink/source type to stringTanu Kaskinen2017-07-171-4/+1
* sink/source: Don't update default sink/source before calling PA_CORE_HOOK_{SI...Georg Chini2017-05-181-2/+4
* sink, source: update the default sink/source on port switchesTanu Kaskinen2017-05-171-0/+3
* improve default sink/source handlingTanu Kaskinen2017-05-021-0/+7
* source/sink: Fix wrong calculation of thread_info.current_hw_volumeGeorg Chini2017-04-291-2/+2
* source/sink: Allow pa_{source, sink}_get_latency_within_thread() to return ne...Georg Chini2017-04-171-13/+11
* source/sink: Don't let pa_{sink, source}_get_latency_within_thread() return -...Georg Chini2017-04-171-2/+1
* loopback: Add hooks to track port latency offsetsGeorg Chini2017-04-101-0/+2
* sink, source: Make rate selection more explicitArun Raghavan2017-01-301-8/+17
* sink, source: Add a mode to avoid resampling if possibleArun Raghavan2017-01-301-2/+7
* refactor stream attaching/detachingTanu Kaskinen2016-12-201-26/+6
* sink, source: remove some assumptions about stream "attached" stateTanu Kaskinen2016-12-201-8/+10
* sink, source: add missing stream "attached" flag handlingTanu Kaskinen2016-12-201-2/+10
* sink, source: unify stream "attached" flag checkingTanu Kaskinen2016-12-201-3/+3
* suspend-on-idle: use earlier (safer) hooks for stream unlink notificationsTanu Kaskinen2016-12-201-1/+4
* sink, source, device-port: renames to distinguish latency offsetsChris Billington2016-06-221-14/+14
* source: Fixed bug: pa_source_set_port() did not update the latency_offset.Chris Billington2016-06-221-0/+2
* pulsecore: Don't allow unreferencing linked object.Juho Hämäläinen2016-06-221-4/+2
* don't move streams to devices that are going awayTanu Kaskinen2016-04-251-0/+5
* source: Deal with filter having more channels than the masterArun Raghavan2015-11-201-4/+14
* sink, source: Do not dereference freed memory when freeing the next eventsFelipe Sateler2015-09-121-1/+2