linux-ptl: carry working Zenbook S14 audio fixes - #337
Open
Daetrek wants to merge 2 commits into
Open
Conversation
Daetrek
marked this pull request as ready for review
September 7, 2026 09:17
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ASUS Zenbook S14 UX5406AA audio failed on my Omarchy install: SOF could not register the sound card, leaving only Dummy Output. This packages the audio changes from my working custom Linux 7.1.8 setup for
linux-ptl, including the effective microphone setting.1043:1464quirk to zero. The installed custom kernel addedSOC_SDW_CODEC_MIC, but required a latersnd_soc_sof_sdw quirk=0override to expose the built-in microphone. Encoding the effective value for this model avoids requiring that global modprobe setting.Related: #90, which carries the earlier Zenbook workaround against an older package base. This PR targets the current 7.1.8 package and includes both the upstream ghost-device fix and the working layout/microphone configuration. These related audio changes are submitted together, separately from keyboard behavior.
Validation:
7.1.8-arch1-3-ux5406aakernel with working sound. Current inspection confirms thesof-soundwirecard and activequirk=0override.--no-signofffor the downstream layout patch).makepkg --printsrcinfo, checksum array lengths, all five local patch checksums, andgit diff --checkpass.The boot evidence is from the installed custom kernel, not a full build/boot of this exact
linux-ptlartifact. Moving the microphone override into the SSID table is source-verified and compile-tested, not separately boot-tested. Lenovo models have not been tested here. Existingskip_build: truepackage policy is unchanged.