summaryrefslogtreecommitdiff
path: root/share/man/man4/audio.4
diff options
context:
space:
mode:
authorJacob Meuser <jakemsr@cvs.openbsd.org>2007-09-17 13:46:12 +0000
committerJacob Meuser <jakemsr@cvs.openbsd.org>2007-09-17 13:46:12 +0000
commitc9a87457c67eeebe2671076ee823916738154936 (patch)
tree8a9d60f63d6d8a9703aba073ba50efec35cf8689 /share/man/man4/audio.4
parent5a5e765834267dc4616c8d77f26790d42cbdc4e8 (diff)
implement the output_muted member of audio_info_t as found in original
Sun audio. input from and ok ratchov
Diffstat (limited to 'share/man/man4/audio.4')
-rw-r--r--share/man/man4/audio.47
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man4/audio.4 b/share/man/man4/audio.4
index b2c8ba2a25f..17a46030c01 100644
--- a/share/man/man4/audio.4
+++ b/share/man/man4/audio.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: audio.4,v 1.43 2007/09/12 06:12:23 ratchov Exp $
+.\" $OpenBSD: audio.4,v 1.44 2007/09/17 13:46:11 jakemsr Exp $
.\" $NetBSD: audio.4,v 1.20 1998/05/28 17:27:15 augustss Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: September 12 2007 $
+.Dd $Mdocdate: September 17 2007 $
.Dt AUDIO 4
.Os
.Sh NAME
@@ -311,7 +311,8 @@ typedef struct audio_info {
u_int blocksize; /* H/W read/write block size */
u_int hiwat; /* output high water mark */
u_int lowat; /* output low water mark */
- u_int _ispare1;
+ u_char output_muted; /* toggle play mute */
+ u_char cspare[3];
u_int mode; /* current device mode */
#define AUMODE_PLAY 0x01
#define AUMODE_RECORD 0x02