summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/kahlee/variants/grunt/include/variant/acpi/mainboard.asl
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2022-10-19 11:55:57 -0500
committerFelix Held <felix-coreboot@felixheld.de>2022-10-22 01:53:11 +0000
commitf0f73bdb1d203350f259da2b195c2e1ff99c0915 (patch)
tree92653ee8516a06578a658d1d9a0d20b24404e2d1 /src/mainboard/google/kahlee/variants/grunt/include/variant/acpi/mainboard.asl
parent16ae1cf23384a76217c86b73c70046643c79875c (diff)
downloadcoreboot-f0f73bdb1d203350f259da2b195c2e1ff99c0915.tar.gz
coreboot-f0f73bdb1d203350f259da2b195c2e1ff99c0915.tar.bz2
coreboot-f0f73bdb1d203350f259da2b195c2e1ff99c0915.zip
mb/google/kahlee: Fix audio ACPI inclusion
Not all kahlee variants use the RT5682 audio codec, so split the baseboard audio ACPI into two parts and only include the asl for the codec(s) actually needed for a given variant. TEST=build/boot aleena, liara variants and verify no ACPI present for RT5682 codec (which is not present on the boards). Change-Id: Icb7df4f8e51495ad3cb40113cd00810fd27dcd00 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/68583 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/google/kahlee/variants/grunt/include/variant/acpi/mainboard.asl')
-rw-r--r--src/mainboard/google/kahlee/variants/grunt/include/variant/acpi/mainboard.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/kahlee/variants/grunt/include/variant/acpi/mainboard.asl b/src/mainboard/google/kahlee/variants/grunt/include/variant/acpi/mainboard.asl
index 7aefe2cae6fb..c4b5018931ad 100644
--- a/src/mainboard/google/kahlee/variants/grunt/include/variant/acpi/mainboard.asl
+++ b/src/mainboard/google/kahlee/variants/grunt/include/variant/acpi/mainboard.asl
@@ -1,3 +1,3 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include <baseboard/acpi/audio.asl>
+#include <baseboard/acpi/audio_da7219.asl>