summaryrefslogtreecommitdiffstats
path: root/src/modules/module-remap-sink.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix race condition between IO thread creation and pa_sink_put(). Move ↵Lennart Poettering2007-10-011-1/+1
| | | | | | activation of rtpoll fds when we change the state INIT->IDLE. git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1922 fefdeb5f-60dc-0310-8127-8f9354f1896f
* drop the PA_SOURCE_CAN_SUSPEND and PA_SINK_CAN_SUSPEND flags, since they ↵Lennart Poettering2007-09-241-1/+1
| | | | | | were a bad idea in the first place. All sinks/sources are now *required* to handle suspending in one way or another. Luckily all current sink/source implementations handle it fine anyway. git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1894 fefdeb5f-60dc-0310-8127-8f9354f1896f
* include the name of the master sink in the name for piggy-backed virtual sinksLennart Poettering2007-09-221-19/+23
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1885 fefdeb5f-60dc-0310-8127-8f9354f1896f
* add a new module module-remap-sink which can be used to remap the channel ↵Lennart Poettering2007-09-161-0/+330
maps of an already existant sink. one use case is to create a virtual sink that redirects stereo data to the rear speakers of a surround card. git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1834 fefdeb5f-60dc-0310-8127-8f9354f1896f