summaryrefslogtreecommitdiff
path: root/src/pulsecore/source.c
Commit message (Expand)AuthorAgeFilesLines
* udev-detect, alsa-card: Adopt avoid resampling option from daemon.confSangchul Lee2018-05-311-2/+4
* alsa-sink/source: always set reconfiguration callbackSangchul Lee2018-05-311-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
* 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