mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-04-28 12:27:59 +03:00
add:
AI_CONTROL_REG AI_DACRATE_REG AI_BITRATE_REG
This commit is contained in:
parent
af69318aa5
commit
daf712b034
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
||||||
|
|
||||||
#define AI_STATUS_REG 0x0450000C
|
#define AI_STATUS_REG 0x0450000C
|
||||||
#define AI_LEN_REG 0x04500004
|
#define AI_LEN_REG 0x04500004
|
||||||
|
#define AI_CONTROL_REG 0x04500008
|
||||||
#define AI_STATUS_AI_FULL (1 << 31)
|
#define AI_STATUS_AI_FULL (1 << 31)
|
||||||
|
#define AI_DACRATE_REG 0x04500010
|
||||||
|
#define AI_BITRATE_REG 0x04500014
|
||||||
|
|
||||||
#endif
|
#endif
|
Loading…
Add table
Add a link
Reference in a new issue