From 66787522b15b27a3ea180bbefeceb6e91fa88c33 Mon Sep 17 00:00:00 2001 From: Olle Lundberg Date: Sun, 26 Apr 2026 19:44:01 +0200 Subject: [PATCH] blog: Correct link to speakersafetyd in 7.0 progress report Signed-off-by: Olle Lundberg --- content/blog/2026/04/26-progress-report-7-0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2026/04/26-progress-report-7-0.md b/content/blog/2026/04/26-progress-report-7-0.md index d5a2636..9f9f8f7 100644 --- a/content/blog/2026/04/26-progress-report-7-0.md +++ b/content/blog/2026/04/26-progress-report-7-0.md @@ -275,7 +275,7 @@ communicate the voltage and current across the connected speaker back to the SoC over I2S. These values can then be used along with a set of documented characteristics of the connected speaker ([Thiele/Small Parameters](https://en.wikipedia.org/wiki/Thiele/Small_parameters)) to work out the temperature of the voice coil at any given moment. On macOS, CoreAudio -does this. On Linux, this is [speakersafetyd](https://github.com/AsahiLinux/speakersafety)'s +does this. On Linux, this is [speakersafetyd](https://github.com/AsahiLinux/speakersafetyd)'s job. No other desktop-class platform does this. This is usually either not done at all, handled entirely in hardware, or mostly hidden from the OS by [Sound Open Firmware](https://sofproject.org/).