-
Notifications
You must be signed in to change notification settings - Fork 349
Closed
Labels
bugSomething isn't working as expectedSomething isn't working as expectedstaleIssue/PR marked as stale and will be closed after 14 days if there is no activity.Issue/PR marked as stale and will be closed after 14 days if there is no activity.
Description
Description
The sof-audio-pci-intel-mtl driver on the HP Omen Transcend 14 (2025) with the Intel Core Ultra 7 255H (Arrow Lake) processor incorrectly requests a topology file that does not exist. The audio device loads with a "dummy output" because it cannot find the required firmware and topology files, leading to a -22 component load failure. To fix the issue on my end, I manually downloaded the meteor lake files sof-mtl.ri and sof-tml-rt711-l0-rt1316-l3-2ch.tplg from sof-bin and copied/renamed them to the directory expected by the kernel via the commands:
sudo cp /path/to/downloaded/sof-mtl.ri /lib/firmware/intel/sof-ipc4/arl/sof-arl.ri
sudo cp /path/to/downloaded/sof-mtl-rt711-l0-rt1316-l3-2ch.tplg /lib/firmware/intel/sof-ace-tplg/sof-arl-rt711-l0-rt1316-l3-2ch.tplg
Expected behavior
The kernel should load the correct firmware for the audio device, and sound should work.
Environment
- Branch name and commit hash of the 2 repositories: sof (firmware/topology) and linux (kernel driver).
- Kernel: v6.16
- SOF: v2.13.x
- Name of the topology file
- Topology: The kernel requested
sof-arl-rt711-l0-rt1316-l3-2ch.tplg, but the working file from the SOF repository was actuallysof-mtl-rt722-l0_rt1320-l2.tplg.
- Topology: The kernel requested
- Name of the platform(s) on which the bug is observed.
- Platform: HP Omen Transcend 14 (2025) with Intel Core Ultra 7 255H (Arrow Lake)
- OS: Arch, Garuda, Ubuntu 25.04, Fedora 42. Fix verified in Ubuntu and Fedora.
Metadata
Metadata
Assignees
Labels
bugSomething isn't working as expectedSomething isn't working as expectedstaleIssue/PR marked as stale and will be closed after 14 days if there is no activity.Issue/PR marked as stale and will be closed after 14 days if there is no activity.

