summaryrefslogtreecommitdiff
path: root/sys/dev/pci/auviavar.h
diff options
context:
space:
mode:
authorJacob Meuser <jakemsr@cvs.openbsd.org>2008-10-23 21:50:02 +0000
committerJacob Meuser <jakemsr@cvs.openbsd.org>2008-10-23 21:50:02 +0000
commit6f459ae12d184272e7ef7b3f547537bbf501f31a (patch)
tree33f295d20f143e6eaf9ae5cb909524d945af7e16 /sys/dev/pci/auviavar.h
parent403c943deb4dc1db75d2ecc26efa828ba93697cf (diff)
S/PDIF output support in ac97(4), auich(4) and auvia(4)
from NetBSD tested by a few with no regressions. optical works for jsg@. ok ratchov@
Diffstat (limited to 'sys/dev/pci/auviavar.h')
-rw-r--r--sys/dev/pci/auviavar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/auviavar.h b/sys/dev/pci/auviavar.h
index d83879ab9c4..b9a6fcbebb0 100644
--- a/sys/dev/pci/auviavar.h
+++ b/sys/dev/pci/auviavar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: auviavar.h,v 1.10 2008/10/02 18:29:40 jakemsr Exp $ */
+/* $OpenBSD: auviavar.h,v 1.11 2008/10/23 21:50:01 jakemsr Exp $ */
/* $NetBSD: auviavar.h,v 1.1 2000/03/31 04:45:29 tsarna Exp $ */
/*-
@@ -63,6 +63,7 @@ struct auvia_softc {
struct ac97_host_if host_if;
struct ac97_codec_if *codec_if;
int bufsize;
+ int sc_spdif;
struct auvia_dma *sc_dmas;