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>
8 lines
239 B
Bash
8 lines
239 B
Bash
# Install Sound Open Firmware for Intel audio DSPs. The sof-audio-pci-intel-*
|
|
# driver family requires this firmware; without it PipeWire exposes only a
|
|
# Dummy Output sink.
|
|
|
|
if omarchy-hw-intel-sof; then
|
|
omarchy-pkg-add sof-firmware
|
|
fi
|