ladybird/Kernel/Devices/Audio
Jelle Raaijmakers eb2b0d847e Kernel: Allow writes larger than PAGE_SIZE to AC97 device
Previously, `cat /dev/random > /dev/audio` would crash Serenity. Fix
this by splitting up the written data into `PAGE_SIZE` chunks.
2021-11-23 14:08:14 +01:00
..
AC97.cpp Kernel: Allow writes larger than PAGE_SIZE to AC97 device 2021-11-23 14:08:14 +01:00
AC97.h Kernel: Allow writes larger than PAGE_SIZE to AC97 device 2021-11-23 14:08:14 +01:00
SB16.cpp Kernel: Teach DeviceManagement to handle multiple audio devices 2021-11-23 10:06:24 +01:00
SB16.h Kernel: Move SB16 to Audio subdirectory 2021-11-23 10:06:24 +01:00