ladybird/Userland
kleines Filmröllchen d0ceaa24a6 Kernel: Implement ioctl for the SB16 to change sample rate
Two new ioctl requests are used to get and set the sample rate of the
sound card. The SB16 device keeps track of the sample rate separately,
because I don't want to figure out how to read the sample rate from the
device; it's easier that way.

The soundcard write doesn't set the sample rate to 44100 Hz every time
anymore, as we want to change it externally.
2021-08-27 23:35:27 +04:30
..
Applets Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open 2021-08-22 01:32:25 +02:00
Applications PixelPaint: Make Layer passed to tools a pointer 2021-08-27 12:45:06 +02:00
Demos Userland: Remove IRC Client 2021-08-24 16:37:28 +02:00
DevTools Terminal+LibVT: Use LibConfig instead of Core::ConfigFile 2021-08-26 00:54:27 +02:00
DynamicLoader LibC+DynamicLoader: Prevent GCC from removing null checks 2021-08-12 21:10:44 +02:00
Games Pong: Remove unused Core::ConfigFile imports 2021-08-27 12:45:50 +02:00
Libraries Kernel: Implement ioctl for the SB16 to change sample rate 2021-08-27 23:35:27 +04:30
Services ConfigServer: Update the configuration cache on file changes 2021-08-27 13:31:45 +02:00
Shell Shell: Use String::join for the command in timing report 2021-08-23 22:46:41 +02:00
Utilities js: Implement pretty-printing of Intl.DisplayNames 2021-08-26 22:04:09 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00