Linux 7.1 Fixes Audio For The Steam Deck OLED After Being Broken 2 Years On The Upstream Kernel

Linux 7.1 Fixes Audio For The Steam Deck OLED After Being Broken 2 Years On The Upstream Kernel

Phoronix
PhoronixMay 3, 2026

Key Takeaways

  • Linux 7.1‑rc2 adds DMI quirk fixing Steam Deck OLED audio
  • Regression originated from AMD ASoC driver change in kernel 6.8
  • Valve’s downstream patches previously required custom kernels
  • Upstream fix isolates Deck issue, preserving other devices
  • Guilherme Piccoli’s contribution bridges hardware and mainline support

Pulse Analysis

Valve’s Steam Deck OLED has been a showcase for Linux‑based handheld gaming, yet its audio subsystem went silent after a kernel 6.8 update altered the AMD Audio Co‑Processor (ACP) driver. The regression affected only the OLED variant because its audio topology file conflicted with the new I2S BT DAI creation logic. While Valve’s own Steam OS kernel patched the problem, the broader Linux ecosystem lagged, forcing enthusiasts to rely on downstream kernels or risk losing sound entirely—a critical flaw for games that depend on real‑time audio cues.

The fix arrived through a DMI quirk authored by Igalia engineer Guilherme Piccoli. By detecting the Steam Deck OLED’s unique DMI signature, the quirk applies a targeted adjustment to the ASoC machine driver, restoring the audio probe without altering the generic driver path. This approach avoids the collateral damage that a blanket driver change would cause to other AMD‑based platforms. The patch was merged into the mainline kernel as part of the ASoC fixes and will be included in Linux 7.1‑rc2, with potential back‑ports to stable series, ensuring long‑term compatibility.

For the gaming industry and Linux hardware vendors, the upstream resolution signals a maturing ecosystem where critical device support can be addressed without fragmenting the kernel tree. Valve benefits from reduced maintenance overhead, while users gain confidence that the latest kernel features—security updates, performance improvements, and new hardware enablement—can be adopted without sacrificing core functionality. The collaboration also highlights the value of open‑source contributions in accelerating time‑to‑market for niche hardware, reinforcing Linux’s position as a viable platform for premium gaming devices.

Linux 7.1 Fixes Audio For The Steam Deck OLED After Being Broken 2 Years On The Upstream Kernel

Comments

Want to join the conversation?