1
Fork 0
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:
Jelle Raaijmakers 2022-02-27 20:45:21 +01:00 committed by Linus Groh
parent 9fcd3f7920
commit 4f91616759
2 changed files with 14 additions and 9 deletions

View file

@ -40,6 +40,8 @@ private:
ExtendedAudioID = 0x28,
ExtendedAudioStatusControl = 0x2a,
PCMFrontDACRate = 0x2c,
VendorID1 = 0x7c,
VendorID2 = 0x7e,
};
enum ExtendedAudioMask : u16 {