From ed77d8ac26b2a5d4493137d6c07dd2caf3001464 Mon Sep 17 00:00:00 2001 From: Jason Wright Date: Fri, 28 May 1999 21:54:24 +0000 Subject: Oops, missed in last commit: additional AUDIO definitions --- sys/arch/sparc/dev/amd7930var.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'sys/arch/sparc/dev') 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 */ -- cgit v1.2.3