aboutsummaryrefslogtreecommitdiffstats
path: root/pulsemix.c
Commit message (Expand)AuthorAgeFilesLines
* consistently return EXIT_{SUCCESS,FAILURE} in mainDave Reisner2012-08-131-4/+4
* add missing -d optionDave Reisner2012-08-131-3/+3
* use a static array and loop to validate actionsDave Reisner2012-08-131-34/+26
* cut back on number of fputs callsDave Reisner2012-08-131-30/+30
* remove unneeded casts from void*Dave Reisner2012-08-131-2/+2
* add adj-balance verb for incremental balance changesDave Reisner2012-08-131-1/+8
* cleanup usage, make it clear what command args areDave Reisner2012-08-131-20/+20
* Merge remote-tracking branch 'vodik/cleanup'Dave Reisner2012-08-131-39/+49
|\
| * deduplicate some error handlingSimon Gomizelj2012-08-131-7/+4
| * make move take all its arguments explictlySimon Gomizelj2012-08-131-6/+8
| * refactor main with a switchSimon Gomizelj2012-08-131-25/+31
| * make kill take an explicit IDSimon Gomizelj2012-08-131-8/+13
* | add missing static qualifier for do_verbDave Reisner2012-08-131-1/+1
|/
* move verb-based action into separate function, do_verbDave Reisner2012-08-131-46/+40
* return ints from getters for better exit statusDave Reisner2012-08-131-14/+23
* remove unneeded declarationDave Reisner2012-08-131-2/+1
* fold connection into pulse_initDave Reisner2012-08-131-20/+19
* die less. make a better effort to return.Dave Reisner2012-08-121-19/+37
* remove pa_mainloop_api from pulseaudio_tDave Reisner2012-08-121-6/+3
* s/get_(sinks|sources)/populate_\1/Dave Reisner2012-08-111-4/+4
* use switch/case for determining modeDave Reisner2012-08-111-12/+30
* separate control modes in usageDave Reisner2012-08-111-2/+4
* dedupe sink creation codeDave Reisner2012-08-111-38/+22
* s/populate/&_levels/Dave Reisner2012-08-111-5/+5
* clamp max volume more tightlyDave Reisner2012-08-111-3/+3
* move operations into nested struct of sinkDave Reisner2012-08-111-28/+30
* fix the optstringSimon Gomizelj2012-08-111-1/+1
* add move actionSimon Gomizelj2012-08-111-2/+43
* change the default action based on modeSimon Gomizelj2012-08-111-2/+2
* organize usage messageSimon Gomizelj2012-08-111-2/+6
* add kill operationSimon Gomizelj2012-08-111-2/+30
* add a per-application modeSimon Gomizelj2012-08-111-26/+148
* remove dead codeDave Reisner2012-08-111-8/+0
* print effective volume after mute operationDave Reisner2012-08-111-2/+8
* tighten scoping on pulse server connectDave Reisner2012-08-111-4/+2
* add static qualifiers where neededDave Reisner2012-08-111-3/+3
* correct usage messageSimon Gomizelj2012-08-111-10/+10
* remove getters, unmute and muteSimon Gomizelj2012-08-111-24/+4
* add actions to set and get balanceSimon Gomizelj2012-08-111-0/+51
* replace set-sink with a generalized set-defaultSimon Gomizelj2012-08-111-30/+23
* add defaults action and make it defaultSimon Gomizelj2012-08-111-4/+12
* add is-muted actionSimon Gomizelj2012-08-111-0/+7
* add [Muted] to muted devices when printingSimon Gomizelj2012-08-111-2/+3
* make the list action output sources tooSimon Gomizelj2012-08-111-0/+9
* add support to enumerate and operate on sourcesSimon Gomizelj2012-08-111-27/+103
* generalize printing devicesSimon Gomizelj2012-08-111-9/+12
* name and desc should be copied to avoid corruptionSimon Gomizelj2012-08-111-12/+10
* use function pointers to generatize operationsSimon Gomizelj2012-08-111-20/+26
* generalize sink_t to represent sinks and streamsSimon Gomizelj2012-08-111-35/+42
* group similar functions togetherSimon Gomizelj2012-08-111-77/+76