| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Tested with: 'make universe'
|
| |
|
| |
|
|
|
|
| |
soundcard.h more than ten years ago.
|
|
|
|
|
|
|
|
|
|
| |
not exist. /etc/rc.d/mixer tried to restore non-existent recording
source because /var/var/db/mixer*-state contains '=rec' for example.
- Remove hardcoded mixer2 and mixer3 and do the right thing.
- Replace getopt(3) with hand-rolled option parser. It was not able
to handle 'mixer -rec mic' although it is a valid command.
- Make '-s' and '-S' mutualy exclusive as mixer(8) says.
- Do not re-read recording source unless it has been modified.
|
|
|
|
|
|
| |
PR: docs/112520
Submitted by: Pietro Cerutti
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
| |
free(3).
- print_recsrc() should honor shortflag and give appropriate output for
later consumption by /etc/rc.d/mixer. This will ensure that recording
device selections survived across reboot. Output everything to stdout
instead if stderr.
MFC after: 3 days
|
|
|
|
| |
Approved by: re (blanket)
|
|
|
|
| |
mixing field separators.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
return for getopt() and comparing to -1, ditto with fgetc() and EOF,
and using the kg_nice value from <sys/user.h>
Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at>
Reviewed by: obrien, bde (a while back)
Tested lightly on: ppc, i386, make universe
|
| |
|
|
|
|
|
|
|
|
| |
Discussed with: cg
Break some particularly long lines.
Still not enough for: bde.
|
|
|
|
| |
Approved by: re (blanket)
|
| |
|
|
|
|
| |
PR: 46679 (similar functionality)
|
| |
|
| |
|
|
|
|
|
| |
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
|
| |
|
|
|
|
|
| |
Submitted by: Mike Barcroft <mike@q9media.com
Reviewed by: md5(1)
|
|
|
|
|
|
|
|
| |
a mixer device will set/get the master volume levels
PR: 25156
Submitted by: Tony Finch <dot@dotat.at>
Reviewed by: cg, nik
|
|
|
|
| |
- MAN[1-9] -> MAN.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- use getopt(3) to parse command line arguments instead of home-made incomplete
parser;
- be more verbose when error in command line encountered (i.e. incorrect
playing/recording device, incorrect recsrc syntax).
|
|
|
|
|
|
| |
the mixer in a format suitable for saving and handing off to
mixer(1) at some future date to restore the settings.
Add a -s flag to do this.
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
|
|
|
|
|
| |
PR: docs/17079
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
|
| |
|
|
|
|
|
| |
PR: bin/14588
Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
|
|
|
|
| |
in the standard location now.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
track.
The Id line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;
.\" $Id$
.\"
If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.
Approved by: bde
|
|
|
|
|
|
| |
results of strcmp against 0 instead of !'ing results...
Closes PR: 6538
|
| |
|
|
|
|
| |
to come in this area.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
|
| |
|
|
|
|
|
| |
instead of making the user run a separate command for each
setting they are interested in. Closes PR#432.
|
|
|
|
| |
with the +rec and -rec options.
|
| |
|
|
|