Files
omarchycn/bin/omarchy-hw-intel-sof
T
David Heinemeier HanssonandClaude Fable 5 804d138909 Widen sof-firmware install to all Intel SOF audio platforms
The sof-audio-pci-intel-* driver family needs sof-firmware to boot the
DSP, but mainline linux only optdeps it, so affected installs came up
with a Dummy Output sink only. Replace the Panther Lake check with
omarchy-hw-intel-sof, which detects any Intel PCI audio controller.

Ports ffa81021 from master, which adapts basecamp/omarchy#6200.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-18 12:31:25 -07:00

6 lines
140 B
Bash
Executable File

#!/bin/bash
# omarchy:summary=Detect an Intel SOF-capable audio DSP
lspci | grep -qiE '(Multimedia audio controller|Audio device).*Intel'