[RFC PATCH 2/3] ASoC: Intel: cht: Match the Yoga Book RT5677 machine
From: Maurizio Casciano
Date: Wed Aug 26 2026 - 09:31:55 EST
The Yoga Book YB1-X91F/L exposes its RT5677 codec as ACPI device
10EC5677. Add a Cherry Trail machine-table entry so SST creates the
cht-yogabook machine device and loads intel/fw_sst_22a8.bin.
Keep SOF topology selection separate. The following patch names the
matching topology and documents its external SOF project dependency.
Signed-off-by: Maurizio Casciano <mauriziocasciano7@xxxxxxxxx>
Assisted-by: Codex:gpt-5.6-sol sparse
---
sound/soc/intel/common/soc-acpi-intel-cht-match.c | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/sound/soc/intel/common/soc-acpi-intel-cht-match.c b/sound/soc/intel/common/soc-acpi-intel-cht-match.c
index e4c3492a0c28..f9acf6a41c1a 100644
--- a/sound/soc/intel/common/soc-acpi-intel-cht-match.c
+++ b/sound/soc/intel/common/soc-acpi-intel-cht-match.c
@@ -137,6 +137,13 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_cherrytrail_machines[] = {
.board = "cht-bsw",
.sof_tplg_filename = "sof-cht-rt5670.tplg",
},
+ {
+ /* Lenovo Yoga Book YB1-X91F/L */
+ .id = "10EC5677",
+ .drv_name = "cht-yogabook",
+ .fw_filename = "intel/fw_sst_22a8.bin",
+ .board = "cht-yogabook",
+ },
{
.comp_ids = &rt5645_comp_ids,
.drv_name = "cht-bsw-rt5645",
--
2.53.0