CachyOS / CachyOS/linux-cachyos
Request: Add Audio Quirk for HP Omen 16-ap0xxx (Board 8D26) - Ryzen AI 7 Strix Point (ACP 7.0)
- Dominant language
- Shell
- Stars
- 4.5k
- Forks
- 160
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 1
Description
**Description**
I am reporting a missing machine driver quirk for the internal microphone on a new HP Omen 16 laptop featuring the AMD Ryzen AI 7 (Strix Point) processor.
**Hardware Details**
* **Laptop:** HP OMEN Gaming Laptop 16-ap0xxx
* **CPU:** AMD Ryzen AI 7 (Strix Point)
* **Board Name (DMI):** 8D26
* **Audio Chip:** Realtek ALC245 + AMD ACP 7.0
**Issue**
The internal microphone is not detected by the system.
Kernel logs (`dmesg`) report:
`platform acp_asoc_acp70.0: warning: No matching ASoC machine driver found`
**Logs & diagnostics**
* `cat /sys/class/dmi/id/board_name` output: `8D26`
* `alsa-info.sh`: The script hangs indefinitely when trying to probe the AMD device, likely due to the driver deadlock.
* `lspci`: Confirms AMD ACP 7.0 presence.
**Context**
This appears to be the standard "missing quirk" issue for HP laptops on the new AMD ACP driver stack. Similar patches have been applied for previous generations (ACP6x) where the board ID needs to be explicitly added to the machine driver code.
Could you please add the quirk for board ID `8D26` in the next kernel build? I am available to test any test-kernels if needed.
Contributor guide
Assessment
This issue has not been assessed yet.