1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:47:45 +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

@ -7,7 +7,7 @@
#include <AK/Singleton.h>
#include <Kernel/Bus/PCI/API.h>
#include <Kernel/Bus/PCI/IDs.h>
#include <Kernel/Devices/Audio/AC97.h>
#include <Kernel/Devices/Audio/AC97/AC97.h>
#include <Kernel/Devices/Audio/IntelHDA/Controller.h>
#include <Kernel/Devices/Audio/Management.h>
#include <Kernel/Sections.h>