summaryrefslogtreecommitdiff
path: root/src/mainboard/google/kahlee/variants/treeya/include
diff options
context:
space:
mode:
authorKevin Chang <kevin.chang@lcfc.corp-partner.google.com>2021-07-06 14:37:44 +0800
committerMartin Roth <martinroth@google.com>2021-07-19 21:55:23 +0000
commitc775abba986c92e75545783e08cc7d338a680282 (patch)
tree5a26cf8bb4b636f843d9af9b195fc048f2b3e49c /src/mainboard/google/kahlee/variants/treeya/include
parent75f927601e8683e2d93ada26f9e2b21b496d7e93 (diff)
grunt/treeya: add Realtek ALC5682 codec support
Replace audio codec from DA7219 to Realtek ALC5682. Add Realtek ALC5682 support. BUG=b:185972050 BRANCH=master TEST=check on treeya system ALC5682 audio codec is working normally. Signed-off-by: Kevin Chang <kevin.chang@lcfc.corp-partner.google.com> Change-Id: I49c673fd944b2c2a79c4283eee941a16596ba7fa Reviewed-on: https://review.coreboot.org/c/coreboot/+/56100 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/google/kahlee/variants/treeya/include')
-rw-r--r--src/mainboard/google/kahlee/variants/treeya/include/variant/sku.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mainboard/google/kahlee/variants/treeya/include/variant/sku.h b/src/mainboard/google/kahlee/variants/treeya/include/variant/sku.h
new file mode 100644
index 0000000000..ff2b0867d2
--- /dev/null
+++ b/src/mainboard/google/kahlee/variants/treeya/include/variant/sku.h
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+/* SKU ID enumeration */
+enum treeya_sku {
+ SKU_UNKNOWN = -1,
+ SKU_TREEYA_ALC5682_AE = 174,
+ SKU_TREEYA_ALC5682_AF = 175,
+};