ladybird/Kernel/Devices/Audio
Liav A 84fbab6803 Kernel: Move IO delay code to x86 architecture subdirectory
Many code patterns and hardware procedures rely on reliable delay in the
microseconds granularity, and since they are using such delays which are
valid cases, but should not rely on x86 specific code, we allow to
determine in compile time the proper platform-specific code to use to
invoke such delays.
2022-09-20 18:43:05 +01:00
..
AC97.cpp Kernel: Move IO delay code to x86 architecture subdirectory 2022-09-20 18:43:05 +01:00
AC97.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
Channel.cpp Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
Channel.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
Controller.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
Management.cpp Kernel/PCI: Don't hold spinlocks when doing fast device enumeration 2022-03-14 22:39:09 +01:00
Management.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00