From b8c0fa4aba155281cef2563ff3efa2bd404bd50a Mon Sep 17 00:00:00 2001 From: cg Date: Sat, 23 Jun 2001 18:00:06 +0000 Subject: the turtle beach santacruz implements ac97 eapd in an inverted sense - inform the ac97 code of this. --- sys/dev/sound/pci/csavar.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/sound/pci/csavar.h') 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. */ -- cgit v1.1