From c993b0ef408bd2da011804a9e24efe6155186be0 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 15 Nov 2022 11:07:48 -0700 Subject: [PATCH] ihdad: Turn on by default --- ihdad/config.toml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/ihdad/config.toml b/ihdad/config.toml index 98bb72d5ef..11fc35efb1 100644 --- a/ihdad/config.toml +++ b/ihdad/config.toml @@ -1,6 +1,5 @@ -# Disabled - causes issues on real hardware -# [[drivers]] -# name = "Intel HD Audio" -# class = 4 -# subclass = 3 -# command = ["ihdad", "$NAME", "$BAR0", "$BARSIZE0", "$IRQ", "$VENID", "$DEVID"] +[[drivers]] +name = "Intel HD Audio" +class = 4 +subclass = 3 +command = ["ihdad", "$NAME", "$BAR0", "$BARSIZE0", "$IRQ", "$VENID", "$DEVID"]