mb/google/kahlee: Hide Linux machine audio devices from Windows

Windows does not use these devices for audio. Hide these so they don't
clutter device manager.

Change-Id: Ic85eff7f7ff68e25cc005bbb822bf99374c96532
Signed-off-by: CoolStar <coolstarorganization@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78418
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
CoolStar
2023-10-16 10:49:16 -07:00
committed by Matt DeVillier
parent 0b0113f243
commit f2e14fbb40
2 changed files with 8 additions and 0 deletions

View File

@@ -7,6 +7,10 @@ Device (I2S0)
{
Name (_HID, "AMD7219")
Name (_CID, "AMD7219")
Method (_STA, 0, NotSerialized) // _STA: Status
{
Return (0x0B)
}
/* Device-Specific Data */
Name (_DSD, Package ()

View File

@@ -7,6 +7,10 @@ Device (I2S1)
{
Name (_HID, "AMDI5682")
Name (_CID, "AMDI5682")
Method (_STA, 0, NotSerialized) // _STA: Status
{
Return (0x0B)
}
/* Device-Specific Data */
Name (_DSD, Package ()