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:
@@ -11,6 +11,7 @@ namespace Kernel::HDAudio
|
||||
VMIN = 0x02,
|
||||
VMAJ = 0x03,
|
||||
GCTL = 0x08,
|
||||
STATESTS = 0x0E,
|
||||
|
||||
INTCTL = 0x20,
|
||||
INTSTS = 0x24,
|
||||
|
||||
Reference in New Issue
Block a user