summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel
diff options
context:
space:
mode:
authorCezary Rojewski <cezary.rojewski@intel.com>2023-06-29 13:24:45 +0200
committerMark Brown <broonie@kernel.org>2023-07-09 22:47:20 +0100
commitd55bb0f1c1a365c42d8b4032cb965a255692a400 (patch)
tree23ad5ab33169680082c2caabf12c0562004e22c5 /sound/soc/intel
parent32e40c8d6ff920354fde36299198c80e7a7d3b76 (diff)
downloadlinux-stable-d55bb0f1c1a365c42d8b4032cb965a255692a400.tar.gz
linux-stable-d55bb0f1c1a365c42d8b4032cb965a255692a400.tar.bz2
linux-stable-d55bb0f1c1a365c42d8b4032cb965a255692a400.zip
ASoC: Intel: avs: Load es8336 board on KBL-based platforms
Update board-selection tables to account for es8336 on KBL-based platforms. Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com> Link: https://lore.kernel.org/r/20230629112449.1755928-5-cezary.rojewski@intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel')
-rw-r--r--sound/soc/intel/avs/board_selection.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/soc/intel/avs/board_selection.c b/sound/soc/intel/avs/board_selection.c
index 60f8fb0bff95..5dc55f14b5a3 100644
--- a/sound/soc/intel/avs/board_selection.c
+++ b/sound/soc/intel/avs/board_selection.c
@@ -159,6 +159,14 @@ static struct snd_soc_acpi_mach avs_kbl_i2s_machines[] = {
},
.tplg_filename = "da7219-tplg.bin",
},
+ {
+ .id = "ESSX8336",
+ .drv_name = "avs_es8336",
+ .mach_params = {
+ .i2s_link_mask = AVS_SSP(0),
+ },
+ .tplg_filename = "es8336-tplg.bin",
+ },
{},
};