summaryrefslogtreecommitdiff
path: root/src/modules/module-virtual-source.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-13pulsecore: Move pa_core structure into its own headerArun Raghavan1-0/+1
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-11/+11
2013-06-24Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)1-3/+0
2013-06-24Style fix: Add a space betwen the if statement and the opening bracketpoljar (Damir Jelić)1-1/+1
2013-03-06modules: Remove obsolete may_move_to callbacksStefan Huber1-15/+0
2013-03-06modules: remove obsolete comment on PA_SOURCE_OUTPUT_DONT_INHIBIT_AUTO_SUSPENDStefan Huber1-2/+0
2013-03-06virtual-source: remove redundant checks and callbacksStefan Huber1-13/+0
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-0/+1
2012-08-22memblock: Add pa_memblock_acquire_chunk().Tanu Kaskinen1-2/+1
2011-10-01memblockq: Improve debuggability by storing a name and a sample spec.Tanu Kaskinen1-2/+2
2011-09-14virtual: Make volume sharing on by defaultArun Raghavan1-1/+1
2011-08-15Plug some memory leaksMaarten Bosmans1-0/+2
2011-08-11Move i18n.[ch] to src/pulsecoreMaarten Bosmans1-1/+1
2011-07-21virtual: Fix volume callback setting.Tanu Kaskinen1-1/+1
2011-07-20alsa: Reinitialise the mixer on port change.Colin Guthrie1-3/+8
2011-07-19devices: Use wrapper functions to set the *_volume and *_mute callbacks.Colin Guthrie1-2/+2
2011-06-22Remove unnecessary #includesMaarten Bosmans1-6/+0
2011-06-22capture: Implement per-stream volume control for capture streams.Colin Guthrie1-47/+27
2011-06-22capture: Add the passthrough format negotiation to capture streams.Colin Guthrie1-1/+1
2011-05-03filter-apply: Mark modules as being autoloadedArun Raghavan1-0/+3
2011-03-11Fix up according to Coding StyleMaarten Bosmans1-2/+2
2011-02-26virtual-sink/source: Remove an unused variable.Tanu Kaskinen1-5/+0
2011-02-26virtual-sink/source: Use a more descriptive stream name.Tanu Kaskinen1-1/+1
2011-02-22core: Link virtual sinks and sources to their streams.Tanu Kaskinen1-0/+3
2010-02-17virtual-source: boilerplate virtual source for PCM processing on inputsPierre-Louis Bossart1-0/+771