Kernel: HDAudio only probe codecs in STATESTS

This removes unnecessary probing that lead to timeouts. Also cap codec
address at 14 instead of 15. My test laptop was duplicating codec 0 at
address 15 leading to duplicate devices.
This commit is contained in:
2026-03-24 00:49:47 +02:00
parent c563efcd1c
commit f89d690716
2 changed files with 6 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ namespace Kernel::HDAudio
VMIN = 0x02,
VMAJ = 0x03,
GCTL = 0x08,
STATESTS = 0x0E,
INTCTL = 0x20,
INTSTS = 0x24,