summaryrefslogtreecommitdiff
path: root/src/pulsecore/sink.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-22pulsecore: Don't allow unreferencing linked object.Juho Hämäläinen1-4/+2
2016-04-25don't move streams to devices that are going awayTanu Kaskinen1-3/+4
2015-11-17sink: Make early drain reporting propagate down to filtersArun Raghavan1-7/+31
2015-09-12sink, source: Do not dereference freed memory when freeing the next eventsFelipe Sateler1-1/+2
2015-06-12sink,source: Add a helper function to check whether this is a filterArun Raghavan1-1/+8
2015-05-27core: Work around -Wlogical-not-parentheses warningsPeter Meerwald1-1/+1
2015-03-31sink, source: Fix a volume change leakTanu Kaskinen1-0/+2
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2014-11-17core: Annotate variables only used within assert()s to be PA_UNUSEDPeter Meerwald1-1/+1
2014-10-28Cleanup !! for boolPeter Meerwald1-1/+1
2014-08-29sink/source: Fix restore of volume on devices without hw volumeDavid Henningsson1-1/+3
2014-08-17sink-input, source-output: Assign to reference_ratio from a single placeTanu Kaskinen1-4/+7
2014-06-05source, sink: Support weird sample ratesAlexander E. Patrakov1-18/+14
2014-05-02sink, source: Add hooks for mute changesTanu Kaskinen1-0/+1
2014-05-02sink, source: Add hooks for volume changesTanu Kaskinen1-0/+1
2014-05-02sink, source: Assign to s->muted from only one placeTanu Kaskinen1-16/+10
2014-05-02sink, source: Call set_mute() from mute_changed()Tanu Kaskinen1-7/+12
2014-05-02sink, source: Allow calling set_mute() during initializationTanu Kaskinen1-1/+3
2014-05-02sink, source: Return early from set_mute()Tanu Kaskinen1-4/+9
2014-05-02sink-input, source-output: Assign to volume from only one placeTanu Kaskinen1-39/+14
2014-05-02sink, source: Assign to reference_volume from only one placeTanu Kaskinen1-4/+26
2014-04-17Use pa_hashmap_remove_and_free() where appropriateTanu Kaskinen1-5/+2
2014-03-28sink/source: Initialize port before fixate hook (fixes volume/mute not saved)David Henningsson1-17/+10
2014-03-14alsa: Use card description in default sink/source prefix when availablePete Beardmore1-5/+10
2014-03-07Fix a few "it's -> its" typosAlexander E. Patrakov1-1/+1
2014-01-15sink, source: Remove useless attach/detach stuffTanu Kaskinen1-30/+0
2013-12-15Add pa_sample_rate_valid()Tanu Kaskinen1-2/+1
2013-11-22sink/source: When picking the initial ports, prefer ones that are not unavail...Colin Guthrie1-1/+10
2013-09-17hashmap: Add the ability to free keysArun Raghavan1-5/+6
2013-08-27sink, source: Fix error reporting style for rate updatesTanu Kaskinen1-12/+12
2013-08-27sink, source: Return early from pa_*_update_rate(), if there's no need to do ...Tanu Kaskinen1-0/+3
2013-08-23sink, source: Small readability improvementTanu Kaskinen1-2/+1
2013-08-23sink, source: Fix default and alternate rate assertionsTanu Kaskinen1-2/+2
2013-08-23sink, source: Don't care about default and alternate rate in passthrough modeTanu Kaskinen1-2/+2
2013-08-22sink, source: Reduce indentation level in *_update_rate()Tanu Kaskinen1-60/+60
2013-07-16sink: Add missing curly bracesTanu Kaskinen1-1/+2
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-115/+115
2013-06-24Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)1-1/+0
2013-06-24Style fix: Remove new lines from opening bracketspoljar (Damir Jelić)1-6/+3
2013-06-04core: Add an "internal" suspend causeArun Raghavan1-3/+8
2013-04-10sink, source: Send notifications when flags changeTanu Kaskinen1-0/+3
2013-04-10sink, source: Really set the fixed latency in set_fixed_latency_within_thread...Tanu Kaskinen1-0/+5
2013-04-10sink, source: Propagate flag changes to filtersTanu Kaskinen1-8/+26
2013-03-28sink: Fix flag name typoTanu Kaskinen1-1/+1
2013-03-20core, alsa: Better drain reportingDavid Henningsson1-0/+26
2013-02-16idxset: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen1-3/+3
2013-02-16device-port: Remove pa_device_port_hashmap_free()Tanu Kaskinen1-2/+2
2013-02-16hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen1-6/+1
2013-02-15core: Move pa_mix() into new file mix.cPeter Meerwald1-0/+1
2012-12-19Log the reason for every suspend/resume.Tanu Kaskinen1-2/+7