diff options
author | Jacob Meuser <jakemsr@cvs.openbsd.org> | 2008-10-23 21:50:02 +0000 |
---|---|---|
committer | Jacob Meuser <jakemsr@cvs.openbsd.org> | 2008-10-23 21:50:02 +0000 |
commit | 6f459ae12d184272e7ef7b3f547537bbf501f31a (patch) | |
tree | 33f295d20f143e6eaf9ae5cb909524d945af7e16 /sys/dev/pci/auviavar.h | |
parent | 403c943deb4dc1db75d2ecc26efa828ba93697cf (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.h | 3 |
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; |