summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mixer/mixer.c
Commit message (Collapse)AuthorAgeFilesLines
* remove #ifdef FreeBSD -> <machine/soundcard.h> special case as we have itpeter1999-09-041-4/+0
| | | | in the standard location now.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* fix a core dump problem when you don't give -f a parameter... also comparejmg1998-05-071-2/+2
| | | | | | results of strcmp against 0 instead of !'ing results... Closes PR: 6538
* According to Bruce, err(-1,..) is bogus. Change it to err(1,..). More commitscharnier1997-10-011-6/+6
| | | | to come in this area.
* Use err(3).charnier1997-09-291-29/+23
|
* Compact usage string, devices list can be too longache1997-09-231-2/+2
|
* major modifications to the mixer. currently it doesn't report errorsjmg1997-09-191-78/+143
| | | | | | | | that it encounters (such as invalid device), but does print usage upon this error... but otherwise allows complex commands such as: mixer -f /dev/mixer4 synth line 50 -rec mic +rec line =rec cd ^rec mix
* Make mixer print out all of the current mixer settings by defualtmpp1996-01-311-0/+16
| | | | | instead of making the user run a separate command for each setting they are interested in. Closes PR#432.
* Fixed to not core dump if not enough arguments are givenmpp1996-01-151-0/+4
| | | | with the +rec and -rec options.
* Remove trailing whitespace.rgrimes1995-05-301-6/+6
|
* non-X mixer, useful into rc.localache1995-02-151-0/+154
OpenPOWER on IntegriCloud