summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/svolume_c.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary #includesMaarten Bosmans2011-06-221-1/+0
|
* Fixup #include directives according to Coding StyleMaarten Bosmans2011-03-111-1/+1
| | | | | Use #include "header.h" if functionality of header.h is implemented and #include <header.h> if functionality of header.h is used.
* Fix up according to Coding StyleMaarten Bosmans2011-03-111-49/+22
| | | | Only whitespace changes in here
* whitespace fixesWim Taymans2009-08-201-165/+165
|
* sample-util: move volume code to separate fileWim Taymans2009-08-201-0/+335
Move the volume code into a separate file with the reference C implementations. Add a function to retrieve the volume function and one to install a new one.