summaryrefslogtreecommitdiff
path: root/src/modules/module-virtual-source.c
Commit message (Expand)AuthorAgeFilesLines
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-11/+11
* Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)2013-06-241-3/+0
* Style fix: Add a space betwen the if statement and the opening bracketpoljar (Damir Jelić)2013-06-241-1/+1
* modules: Remove obsolete may_move_to callbacksStefan Huber2013-03-061-15/+0
* modules: remove obsolete comment on PA_SOURCE_OUTPUT_DONT_INHIBIT_AUTO_SUSPENDStefan Huber2013-03-061-2/+0
* virtual-source: remove redundant checks and callbacksStefan Huber2013-03-061-13/+0
* core: Move pa_mix() into new file mix.cPeter Meerwald2013-02-151-0/+1
* Log the reason for every suspend/resume.Tanu Kaskinen2012-12-191-0/+1
* memblock: Add pa_memblock_acquire_chunk().Tanu Kaskinen2012-08-221-2/+1
* memblockq: Improve debuggability by storing a name and a sample spec.Tanu Kaskinen2011-10-011-2/+2
* virtual: Make volume sharing on by defaultArun Raghavan2011-09-141-1/+1
* Plug some memory leaksMaarten Bosmans2011-08-151-0/+2
* Move i18n.[ch] to src/pulsecoreMaarten Bosmans2011-08-111-1/+1
* virtual: Fix volume callback setting.Tanu Kaskinen2011-07-211-1/+1
* alsa: Reinitialise the mixer on port change.Colin Guthrie2011-07-201-3/+8
* devices: Use wrapper functions to set the *_volume and *_mute callbacks.Colin Guthrie2011-07-191-2/+2
* Remove unnecessary #includesMaarten Bosmans2011-06-221-6/+0
* capture: Implement per-stream volume control for capture streams.Colin Guthrie2011-06-221-47/+27
* capture: Add the passthrough format negotiation to capture streams.Colin Guthrie2011-06-221-1/+1
* filter-apply: Mark modules as being autoloadedArun Raghavan2011-05-031-0/+3
* Fix up according to Coding StyleMaarten Bosmans2011-03-111-2/+2
* virtual-sink/source: Remove an unused variable.Tanu Kaskinen2011-02-261-5/+0
* virtual-sink/source: Use a more descriptive stream name.Tanu Kaskinen2011-02-261-1/+1
* core: Link virtual sinks and sources to their streams.Tanu Kaskinen2011-02-221-0/+3
* virtual-source: boilerplate virtual source for PCM processing on inputsPierre-Louis Bossart2010-02-171-0/+771