diff options
author | cg <cg@FreeBSD.org> | 2001-06-23 18:00:06 +0000 |
---|---|---|
committer | cg <cg@FreeBSD.org> | 2001-06-23 18:00:06 +0000 |
commit | b8c0fa4aba155281cef2563ff3efa2bd404bd50a (patch) | |
tree | 362edb3c3121c5ea95f4210529a414d9af0c0700 /sys/dev/sound/pci/csavar.h | |
parent | 31ec6670ae9a15fc8eb75fe6f19740f0bf729300 (diff) | |
download | FreeBSD-src-b8c0fa4aba155281cef2563ff3efa2bd404bd50a.zip FreeBSD-src-b8c0fa4aba155281cef2563ff3efa2bd404bd50a.tar.gz |
the turtle beach santacruz implements ac97 eapd in an inverted sense -
inform the ac97 code of this.
Diffstat (limited to 'sys/dev/sound/pci/csavar.h')
-rw-r--r-- | sys/dev/sound/pci/csavar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sound/pci/csavar.h b/sys/dev/sound/pci/csavar.h index e2055a4..f46a625 100644 --- a/sys/dev/sound/pci/csavar.h +++ b/sys/dev/sound/pci/csavar.h @@ -34,6 +34,7 @@ struct csa_card { void *amp; void *amp_init; int (*active)(int); + int inv_eapd; }; /* Resources. */ |