Go to file
Hector Martin f382ce7a5c Verbosely report all gain changes
Just reporting the first nonzero change isn't really useful. Be spammy,
we can always reduce this later.

Signed-off-by: Hector Martin <marcan@marcan.st>
2023-10-13 13:34:46 +09:00
conf conf: Add j413 config 2023-10-12 17:21:14 +09:00
src Verbosely report all gain changes 2023-10-13 13:34:46 +09:00
.gitignore initial commit 2022-12-02 13:54:41 +10:00
Cargo.lock alsa: remove local version of crate 2023-08-01 17:23:02 +10:00
Cargo.toml alsa: remove local version of crate 2023-08-01 17:23:02 +10:00
LICENSE add mit license 2023-02-07 21:19:54 +10:00
README.md alsa: remove local version of crate 2023-08-01 17:23:02 +10:00

Asahi Linux speaker safety daemon

IMPORTANT

This software is still pre-release and not fit for use or testing on user machines. Please do not ask for help with installing or using this software, the Pipewire configuration, or enabling speaker output on your machine. An announcement will be made when speaker support is ready for use.

Requirements

  • A patched eleven secret herbs and spices kernel

Todo list

  • Data structures representing a speaker element
  • Parsing machine-specific values from a config file
  • Logging
  • Mixer control data structures
  • Manipulating mixer controls
  • Retrieving V/ISENSE values
  • Model of voice coil/magnet temperatures
  • Ramping volume according to safety model
  • Tolerate multiple sample rates
  • Sleep reliably while playback has stopped
  • Daemonise correctly
  • Kernel driver interlock
  • Packaging/distro-agnosticism