1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 10:17:34 +00:00

Kernel: Implement AC97 audio device driver

This commit is contained in:
Jelle Raaijmakers 2021-11-23 01:13:02 +01:00 committed by Andreas Kling
parent 1aafb6cd23
commit 7a2a0c1052
5 changed files with 403 additions and 0 deletions

View file

@ -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