diff options
author | orion <orion@FreeBSD.org> | 2003-03-26 05:35:38 +0000 |
---|---|---|
committer | orion <orion@FreeBSD.org> | 2003-03-26 05:35:38 +0000 |
commit | 89673eaab213a3af74e6e624fe5a031373fcdd2d (patch) | |
tree | 932877d859324de0a1b9931fc897307e6ba7694e /sys/dev/sound/pci | |
parent | 70bd0898d60fb2ba96ed2a53c6793e4a26e1e9a6 (diff) | |
download | FreeBSD-src-89673eaab213a3af74e6e624fe5a031373fcdd2d.zip FreeBSD-src-89673eaab213a3af74e6e624fe5a031373fcdd2d.tar.gz |
Add defines for low power and second codec ready.
Diffstat (limited to 'sys/dev/sound/pci')
-rw-r--r-- | sys/dev/sound/pci/via82c686.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/sound/pci/via82c686.h b/sys/dev/sound/pci/via82c686.h index 501da33..ac6750e 100644 --- a/sys/dev/sound/pci/via82c686.h +++ b/sys/dev/sound/pci/via82c686.h @@ -51,6 +51,9 @@ #define VIA_AC97STATUS 0x40 #define VIA_AC97STATUS_RDY 0x01 +#define VIA_AC97STATUS_LOWPWR 0x02 +#define VIA_AC97STATUS_2RDY 0x04 + #define VIA_ACLINKCTRL 0x41 #define VIA_ACLINK_EN 0x80 /* ac link enab */ #define VIA_ACLINK_NRST 0x40 /* ~(ac reset) */ |