summaryrefslogtreecommitdiff
path: root/src/mainboard/google/zork/variants/dirinboz
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2023-09-13 17:58:29 -0500
committerFelix Held <felix-coreboot@felixheld.de>2023-09-22 20:22:12 +0000
commitd98c5d628b62d9b1cea7123611092b2870dfd11f (patch)
tree17cbec94610b6f1a8efb80a03d8adee1978b56fb /src/mainboard/google/zork/variants/dirinboz
parentaea0c497f92ded76a9fd17d3dfa30d78255db8d7 (diff)
mb/google/zork: Hide I2S machine driver from Windows OS
No Windows driver exists or is needed, so hide to prevent an unknown device from being listed in Windows Device Manager. TEST=build/boot Win11 on morphius, verify unknown device for the ACP machine driver no longer present. Change-Id: I14347ab6c840066db4ff700eff1aad4cf6faf66b Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/78039 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/google/zork/variants/dirinboz')
-rw-r--r--src/mainboard/google/zork/variants/dirinboz/overridetree.cb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/zork/variants/dirinboz/overridetree.cb b/src/mainboard/google/zork/variants/dirinboz/overridetree.cb
index 531f4d34d2..67f031cca4 100644
--- a/src/mainboard/google/zork/variants/dirinboz/overridetree.cb
+++ b/src/mainboard/google/zork/variants/dirinboz/overridetree.cb
@@ -126,7 +126,7 @@ chip soc/amd/picasso
# Set low (0) = Select DMIC0
# Set high (1) = Select DMIC1
register "dmic_select_gpio" = "ACPI_GPIO_OUTPUT(GPIO_67)"
- device generic 0.0 on
+ device generic 0.0 hidden
probe AUDIO_CODEC_SOURCE AUDIO_CODEC_ALC5682
end
end
@@ -142,7 +142,7 @@ chip soc/amd/picasso
# Set low (0) = Select DMIC0
# Set high (1) = Select DMIC1
register "dmic_select_gpio" = "ACPI_GPIO_OUTPUT(GPIO_67)"
- device generic 1.0 on
+ device generic 1.0 hidden
probe AUDIO_CODEC_SOURCE AUDIO_CODEC_ALC5682I_VS
end
end