diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-05-28 21:54:24 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-05-28 21:54:24 +0000 |
commit | ed77d8ac26b2a5d4493137d6c07dd2caf3001464 (patch) | |
tree | 058bcc2461da3aec1ac346220d125ad33aa391d3 /sys/arch/sparc/dev | |
parent | bc050c941a502a87914bac26b22bf13cd1481a8a (diff) |
Oops, missed in last commit: additional AUDIO definitions
Diffstat (limited to 'sys/arch/sparc/dev')
-rw-r--r-- | sys/arch/sparc/dev/amd7930var.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/arch/sparc/dev/amd7930var.h b/sys/arch/sparc/dev/amd7930var.h index d397b51433a..77381c88d73 100644 --- a/sys/arch/sparc/dev/amd7930var.h +++ b/sys/arch/sparc/dev/amd7930var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: amd7930var.h,v 1.4 1997/09/17 06:47:07 downsj Exp $ */ +/* $OpenBSD: amd7930var.h,v 1.5 1999/05/28 21:54:23 jason Exp $ */ /* $NetBSD: amd7930var.h,v 1.3 1996/02/01 22:32:25 mycroft Exp $ */ /* @@ -52,8 +52,12 @@ #define SUNAUDIO_SPEAKER 1 #define SUNAUDIO_HEADPHONES 2 #define SUNAUDIO_MONITOR 3 -#define SUNAUDIO_INPUT_CLASS 4 -#define SUNAUDIO_OUTPUT_CLASS 5 +#define SUNAUDIO_SOURCE 4 +#define SUNAUDIO_OUTPUT 5 +#define SUNAUDIO_INPUT_CLASS 6 +#define SUNAUDIO_OUTPUT_CLASS 7 +#define SUNAUDIO_RECORD_CLASS 8 +#define SUNAUDIO_MONITOR_CLASS 9 struct auio { volatile struct amd7930 *au_amd;/* chip registers */ |