summaryrefslogtreecommitdiff
path: root/src/volume.c
AgeCommit message (Expand)Author
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong
2006-08-11Spelling & GrammarAvuton Olrich
2006-08-09labels should be on the left most column, no tabbingWarren Dukes
2006-07-30software volume can now be saved and read from the state fileEric Wong
2006-07-30commandError() cleanups, fixup gcc checksEric Wong
2006-07-30interface/connection malloc reductions from mpd-keEric Wong
2006-07-20Add mpd-indent.shAvuton Olrich
2006-07-17alsa: fix memory leaks from snd_*_open*()Eric Wong
2006-07-17sparse: ANSI-fy function declarationsEric Wong
2006-07-16OSS: handle device disconnects and reconnects (w/o needing a mpd restart)Eric Wong
2006-07-16volume: gracefully handle disconnected ALSA mixersEric Wong
2006-07-15[CLEANUP] Cleanup whitespace->tabsAvuton Olrich
2006-07-14Change shank's email addressJ. Alexander Treuman
2006-07-13Huge header update, update the copyright and addAvuton Olrich
2005-03-15undo change 3081Warren Dukes
2005-03-14- Add 'mute' command for testingAvuton Olrich
2005-03-08make PCM the default controller for the mixerWarren Dukes
2004-10-31if a home directory is available for 'user', set env variable $HOMEWarren Dukes
2004-10-30finish integrating in np's oss stuffWarren Dukes
2004-10-28merge shank-rewrite-config changesWarren Dukes
2004-06-15fix C99 stuff for commandErrorWarren Dukes
2004-06-12Add WARNING log method. it's the same as ERROR, except that when mpd starts,Warren Dukes
2004-06-04finish ack error codesWarren Dukes
2004-06-04clean up ACK error coding a little bitWarren Dukes
2004-04-14add vim shiznit to end of all source filesWarren Dukes
2004-04-11more software volume tweeksWarren Dukes
2004-04-11adjust scaling of software volumeWarren Dukes
2004-04-02use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes
2004-04-01for alsa mixer default to Master element, not the first elementWarren Dukes
2004-03-24strcasecmp for mixer_controlWarren Dukes
2004-03-23alsa volume fixesWarren Dukes
2004-03-23volume fixesWarren Dukes
2004-02-29fix a bug where getting OS Mixer volume may fail, and we were closingWarren Dukes
2004-02-23import from SF CVSWarren Dukes