aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mixer/mixer.c
Commit message (Expand)AuthorAgeFilesLines
* mixer: Fix default_unit switching with mixers that have no devicesMark Johnston2023-01-161-14/+5
* mixer: remove volume backwards compat, add % interpretationKyle Evans2022-06-181-8/+15
* mixer(8): Improve shorthand volume parsing.Hans Petter Selasky2022-03-201-14/+30
* mixer(8): Add shorthand syntax for setting the volume.Hans Petter Selasky2022-03-201-10/+18
* mixer(8): Remove [.volume] string from default printout.Hans Petter Selasky2022-03-201-6/+2
* mixer(8): Add -h option to show usage.Hans Petter Selasky2021-10-161-2/+4
* mixer(8): Print usage to standard error.Hans Petter Selasky2021-10-151-3/+2
* mixer(8): Fix mixer status line for /dev/dspX.vpY mixer devices.Hans Petter Selasky2021-10-151-3/+11
* mixer(8): Compile fix for when the "char" type is unsigned.Hans Petter Selasky2021-09-221-1/+1
* Implement and use new mixer(3) library for FreeBSD.Hans Petter Selasky2021-09-221-290/+433
* mixer(8): Report an error if the passed value is an empty stringMateusz Piotrowski2019-08-251-0/+5
* mixer(8): Prevent possible sscanf() overflow.Pedro F. Giffuni2017-04-291-1/+1
* mixer(8): Style: Tag no-return usage() as __dead2Conrad Meyer2016-05-111-2/+2
* Return proper error message if recording device is not specified.Alexander Motin2012-01-271-1/+6
* Mark global functions and/or variables in mixer(8) static where possible.Ed Schouten2011-11-061-1/+1
* Fix a typo.Jung-uk Kim2008-03-151-1/+1
* Clean up code and fix style(9) nits.Jung-uk Kim2008-03-151-100/+102
* - Check device masks and bypass printing headers if capable device doesJung-uk Kim2008-03-151-48/+73
* - Fix possible memory leak due to repetetive strdup(3) without matchingAriff Abdullah2006-01-011-14/+21
* Add the -S flag which produces the -s output withoutMatthew N. Dodd2005-04-131-9/+19
* Userland signed char fixes for PPC build. Problems were using a charPeter Grehan2004-01-221-1/+1
* Print out the current recording devices in the default printout.Greg Lehey2003-06-151-3/+9
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-4/+2
* Implement relative mixer adjustment.Matthew N. Dodd2003-04-091-8/+34
* Print old mixer levels when setting new ones.Juli Mallett2002-12-301-2/+8
* Constify and set WARNS=2.Dima Dorfman2001-06-251-1/+1
* Change the behaviour of mixer slightly such that not explicitly specifyingGeorge C A Reid2001-04-091-4/+7
* Fix format string warningsKris Kennaway2000-11-271-3/+3
* Several cleanups:Maxim Sobolev2000-08-151-20/+29
* I've always wanted to be able to dump out the current values ofJordan K. Hubbard2000-05-201-5/+15
* remove #ifdef FreeBSD -> <machine/soundcard.h> special case as we have itPeter Wemm1999-09-041-4/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* fix a core dump problem when you don't give -f a parameter... also compareJohn-Mark Gurney1998-05-071-2/+2
* According to Bruce, err(-1,..) is bogus. Change it to err(1,..). More commitsPhilippe Charnier1997-10-011-6/+6
* Use err(3).Philippe Charnier1997-09-291-29/+23
* Compact usage string, devices list can be too longAndrey A. Chernov1997-09-231-2/+2
* major modifications to the mixer. currently it doesn't report errorsJohn-Mark Gurney1997-09-191-78/+143
* Make mixer print out all of the current mixer settings by defualtMike Pritchard1996-01-311-0/+16
* Fixed to not core dump if not enough arguments are givenMike Pritchard1996-01-151-0/+4
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-6/+6
* non-X mixer, useful into rc.localAndrey A. Chernov1995-02-151-0/+154