diff options
author | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 2000-04-25 23:33:59 +0000 |
---|---|---|
committer | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 2000-04-25 23:33:59 +0000 |
commit | 1389419a3a00c87c4ee04f5b2363ba95f21d5448 (patch) | |
tree | 714b38fdd4fa4f9b6f4ed64c3855d600d669cc0d /sys | |
parent | 391a195be53d2c6e0c5ebac59bab903f10931452 (diff) |
Add AudioNvideo
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/audioio.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/audioio.h b/sys/sys/audioio.h index 11201ce0afc..141ca973fcb 100644 --- a/sys/sys/audioio.h +++ b/sys/sys/audioio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: audioio.h,v 1.10 1998/10/28 17:58:43 downsj Exp $ */ +/* $OpenBSD: audioio.h,v 1.11 2000/04/25 23:33:58 csapuntz Exp $ */ /* $NetBSD: audioio.h,v 1.24 1998/08/13 06:28:41 mrg Exp $ */ /* @@ -295,6 +295,7 @@ typedef struct mixer_ctrl { #define AudioNagc "agc" #define AudioNdelay "delay" #define AudioNselect "select" /* select destination */ +#define AudioNvideo "video" #define AudioEmulaw "mulaw" #define AudioEalaw "alaw" |