summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/remap.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix up according to Coding StyleMaarten Bosmans2011-03-111-9/+9
| | | | Only whitespace changes in here
* remap: init the do_remap function to NULLWim Taymans2009-08-201-2/+4
|
* remap: allow specialisations to install NULLWim Taymans2009-08-201-0/+5
| | | | | Fallback to the default C implementation when the remap init function did not set a function.
* remap: move remapping code in separate fileWim Taymans2009-08-201-0/+197
Move the remapping code into a separate file. Have functions to install custom init functions that can install optimized versions, when they want.