Add defines for low power and second codec ready.

This commit is contained in:
Orion Hodson 2003-03-26 05:35:38 +00:00
parent 461dddba27
commit 78a248c1db
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112669

View File

@ -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) */