summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/cs4231var.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sparc/dev/cs4231var.h')
-rw-r--r--sys/arch/sparc/dev/cs4231var.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/cs4231var.h b/sys/arch/sparc/dev/cs4231var.h
index 926e38bd81a..c0dfa729d40 100644
--- a/sys/arch/sparc/dev/cs4231var.h
+++ b/sys/arch/sparc/dev/cs4231var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cs4231var.h,v 1.1 1999/06/06 04:48:24 jason Exp $ */
+/* $OpenBSD: cs4231var.h,v 1.2 1999/06/07 20:58:22 jason Exp $ */
/*
* Copyright (c) 1999 Jason L. Wright (jason@thought.net)
@@ -67,7 +67,7 @@ struct cs4231_softc {
void (*sc_pintr)(void*); /* output completion intr handler */
void * sc_parg; /* arg for sc_pintr() */
- char mute[9]; /* which devs are muted */
+ char sc_mute[9]; /* which devs are muted */
u_int8_t sc_out_port; /* output port */
struct cs_volume sc_volume[9]; /* software volume */