mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:27:45 +00:00
Kernel: Report AC'97 vendor and device ID
This commit is contained in:
parent
9fcd3f7920
commit
4f91616759
2 changed files with 14 additions and 9 deletions
|
@ -40,6 +40,8 @@ private:
|
|||
ExtendedAudioID = 0x28,
|
||||
ExtendedAudioStatusControl = 0x2a,
|
||||
PCMFrontDACRate = 0x2c,
|
||||
VendorID1 = 0x7c,
|
||||
VendorID2 = 0x7e,
|
||||
};
|
||||
|
||||
enum ExtendedAudioMask : u16 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue