diff options
author | 2011-10-29 14:29:33 +0000 | |
---|---|---|
committer | 2011-10-29 14:29:33 +0000 | |
commit | 1a04ecee8f3a500e45f4d0f9c29aa1421689ebe2 (patch) | |
tree | a35cb5610ca0f0fb379db68fa1631fc390e0bc6d | |
parent | avoid an out-of-bounds array access in urtwn_iq_calib_chain(); (diff) | |
download | wireguard-openbsd-1a04ecee8f3a500e45f4d0f9c29aa1421689ebe2.tar.xz wireguard-openbsd-1a04ecee8f3a500e45f4d0f9c29aa1421689ebe2.zip |
Add a sample mixerctl.conf(5).
Pretty terse for now but will eventually come with some more complex
examples when ratchov@ finishes some ongoing work on aucat(1).
ok ratchov@ jmc@ deraadt@
-rw-r--r-- | etc/Makefile | 4 | ||||
-rw-r--r-- | etc/mixerctl.conf | 7 |
2 files changed, 9 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index e13c557ed29..b034d17f7c5 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.310 2011/10/06 20:49:25 deraadt Exp $ +# $OpenBSD: Makefile,v 1.311 2011/10/29 14:29:33 ajacoutot Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -37,7 +37,7 @@ BIN1= changelist csh.cshrc csh.login csh.logout daily dhcpd.conf \ rbootd.conf rc rc.conf rc.local rc.securelevel rc.shutdown \ remote rpc services shells syslog.conf weekly \ etc.${MACHINE}/disktab dhclient.conf mailer.conf ntpd.conf \ - moduli pf.os sensorsd.conf ifstated.conf + moduli pf.os sensorsd.conf ifstated.conf mixerctl.conf .if ${MACHINE} != "aviion" && ${MACHINE} != "mvme68k" && \ ${MACHINE} != "mvme88k" diff --git a/etc/mixerctl.conf b/etc/mixerctl.conf new file mode 100644 index 00000000000..23d86704102 --- /dev/null +++ b/etc/mixerctl.conf @@ -0,0 +1,7 @@ +# $OpenBSD: mixerctl.conf,v 1.1 2011/10/29 14:29:33 ajacoutot Exp $ +# +# mixerctl(1) configurable parameters. See mixerctl.conf(5) for details. +# + +# output volume value for most audio cards +#outputs.master=200 |