mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 14:07:45 +00:00
Kernel: Implement AC97 audio device driver
This commit is contained in:
parent
1aafb6cd23
commit
7a2a0c1052
5 changed files with 403 additions and 0 deletions
|
@ -43,6 +43,7 @@ set(KERNEL_SOURCES
|
|||
CommandLine.cpp
|
||||
Coredump.cpp
|
||||
Devices/AsyncDeviceRequest.cpp
|
||||
Devices/Audio/AC97.cpp
|
||||
Devices/Audio/SB16.cpp
|
||||
Devices/BlockDevice.cpp
|
||||
Devices/CharacterDevice.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue