From ca748c99f98c3fea91b0621617f7e1c085669a4b Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 12 Jan 2019 08:02:02 -0700 Subject: [PATCH] Enable HD audio --- filesystem.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/filesystem.toml b/filesystem.toml index 37eb15c829..ff38fb336a 100644 --- a/filesystem.toml +++ b/filesystem.toml @@ -30,11 +30,11 @@ device = 5379 command = ["e1000d", "$NAME", "$BAR0", "$IRQ"] # ihdad -# [[drivers]] -# name = "Intel HD Audio" -# class = 4 -# subclass = 3 -# command = ["ihdad", "$NAME", "$BAR0", "$IRQ", "$VENID", "$DEVID"] +[[drivers]] +name = "Intel HD Audio" +class = 4 +subclass = 3 +command = ["ihdad", "$NAME", "$BAR0", "$IRQ", "$VENID", "$DEVID"] # rtl8168d [[drivers]]