summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/csavar.h
diff options
context:
space:
mode:
authorcg <cg@FreeBSD.org>2001-06-23 18:00:06 +0000
committercg <cg@FreeBSD.org>2001-06-23 18:00:06 +0000
commitb8c0fa4aba155281cef2563ff3efa2bd404bd50a (patch)
tree362edb3c3121c5ea95f4210529a414d9af0c0700 /sys/dev/sound/pci/csavar.h
parent31ec6670ae9a15fc8eb75fe6f19740f0bf729300 (diff)
downloadFreeBSD-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.h1
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. */
OpenPOWER on IntegriCloud