1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 17:47:44 +00:00

Kernel: Move AC'97 to its own subdirectory

This commit is contained in:
Jelle Raaijmakers 2023-06-19 21:12:45 +02:00 committed by Andreas Kling
parent 5080419b61
commit 2133bae1a4
4 changed files with 3 additions and 3 deletions

View file

@ -42,7 +42,7 @@ set(KERNEL_SOURCES
Bus/VirtIO/Queue.cpp
Bus/VirtIO/RNG.cpp
Devices/AsyncDeviceRequest.cpp
Devices/Audio/AC97.cpp
Devices/Audio/AC97/AC97.cpp
Devices/Audio/Channel.cpp
Devices/Audio/IntelHDA/Codec.cpp
Devices/Audio/IntelHDA/Controller.cpp