summaryrefslogtreecommitdiff
path: root/sys/dev/pci/emuxkivar.h
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2001-11-26 18:16:03 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2001-11-26 18:16:03 +0000
commitfe2042e923435c4abad7f8326bb745f0f8862ac5 (patch)
tree6ca2f390b76544ed3579c4b064d815422cc3b39c /sys/dev/pci/emuxkivar.h
parent67cf48190f179dd33306bf75a31c0e10d1d0a81c (diff)
cache the last deallocated voice and reuse on the next open.
this is to preserve the dac settings in between the openings, by the mp3 playing software, in particular. ho@ help and testing.
Diffstat (limited to 'sys/dev/pci/emuxkivar.h')
-rw-r--r--sys/dev/pci/emuxkivar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/emuxkivar.h b/sys/dev/pci/emuxkivar.h
index 35f603da0ad..c51eecbaf27 100644
--- a/sys/dev/pci/emuxkivar.h
+++ b/sys/dev/pci/emuxkivar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: emuxkivar.h,v 1.2 2001/10/24 15:09:28 brad Exp $ */
+/* $OpenBSD: emuxkivar.h,v 1.3 2001/11/26 18:16:02 mickey Exp $ */
/* $NetBSD: emuxkivar.h,v 1.1 2001/10/17 18:39:41 jdolecek Exp $ */
/*-
@@ -254,7 +254,7 @@ struct emuxki_softc {
struct ac97_codec_if *codecif;
struct device *sc_audev;
- struct emuxki_voice *pvoice, *rvoice;
+ struct emuxki_voice *pvoice, *rvoice, *lvoice;
};
#endif /* !_DEV_PCI_EMU10K1VAR_H_ */