From b3af1628a223d98a22303415db15a6882f92b62b Mon Sep 17 00:00:00 2001 From: TomAwezome Date: Fri, 30 Dec 2022 14:21:07 -0500 Subject: [PATCH] Add PCI class and subclass codes for audio. --- src/Kernel/KernelA.HH | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Kernel/KernelA.HH b/src/Kernel/KernelA.HH index 2f22b54f..eafb7fcc 100755 --- a/src/Kernel/KernelA.HH +++ b/src/Kernel/KernelA.HH @@ -2661,9 +2661,11 @@ class CSMBIOSBatteryInfo //PCI class codes #define PCIC_STORAGE 0x1 #define PCIC_NETWORK 0x2 +#define PCIC_MULTIMEDIA 0x4 //PCI subclass codes #define PCISC_ETHERNET 0x0 +#define PCISC_AUDIO 0x3 #define PCISC_AHCI 0x6 //PCI I/O ports