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

Kernel/Audio: Remove the SB16 driver

This driver is not tested and probably not used on any modern hardware
machine, because it is plugged into the ISA bus and not the PCI bus.
Also, the run script doesn't utilize this device anymore, making it more
hard to test this driver and to ensure it doesn't rot.
This commit is contained in:
Liav A 2022-02-23 20:47:34 +02:00 committed by Andreas Kling
parent a3ab8dcecd
commit a38a637f5c
4 changed files with 0 additions and 352 deletions

View file

@ -48,7 +48,6 @@ set(KERNEL_SOURCES
Devices/Audio/AC97.cpp
Devices/Audio/Channel.cpp
Devices/Audio/Management.cpp
Devices/Audio/SB16.cpp
Devices/BlockDevice.cpp
Devices/CharacterDevice.cpp
Devices/ConsoleDevice.cpp