diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-06-07 20:58:23 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-06-07 20:58:23 +0000 |
commit | d515a8e6303faf856b96d9c4aee87efbb7629ca0 (patch) | |
tree | f8a115080ee31ad93f8924a69c50cadad7c6e3ea /sys/arch/sparc/dev/cs4231var.h | |
parent | 7085a688fcf058162d1c34a24309035ec3041aea (diff) |
Better support for changing volume levels, muting, and switching output
ports on the fly.
Diffstat (limited to 'sys/arch/sparc/dev/cs4231var.h')
-rw-r--r-- | sys/arch/sparc/dev/cs4231var.h | 4 |
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 */ |