aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/intel/avs/board_selection.c
diff options
context:
space:
mode:
authorAmadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>2023-06-29 13:24:47 +0200
committerMark Brown <broonie@kernel.org>2023-07-09 22:47:21 +0100
commit3ed180ac3cec77fe193573adcbaaca34bbc63551 (patch)
tree7005e46fd188a9644bea6d7426bca68606f4f977 /sound/soc/intel/avs/board_selection.c
parentASoC: Intel: avs: Add rt5663 machine board (diff)
downloadwireguard-linux-3ed180ac3cec77fe193573adcbaaca34bbc63551.tar.xz
wireguard-linux-3ed180ac3cec77fe193573adcbaaca34bbc63551.zip
ASoC: Intel: avs: Load rt5663 board on KBL-based platforms
Update board-selection tables to account for rt5663 on KBL-based platforms. Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com> Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com> Link: https://lore.kernel.org/r/20230629112449.1755928-7-cezary.rojewski@intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/avs/board_selection.c')
-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 5dc55f14b5a3..f91ef6c9612f 100644
--- a/sound/soc/intel/avs/board_selection.c
+++ b/sound/soc/intel/avs/board_selection.c
@@ -136,6 +136,14 @@ static struct snd_soc_acpi_mach avs_kbl_i2s_machines[] = {
.tplg_filename = "max98927-tplg.bin",
},
{
+ .id = "10EC5663",
+ .drv_name = "avs_rt5663",
+ .mach_params = {
+ .i2s_link_mask = AVS_SSP(1),
+ },
+ .tplg_filename = "rt5663-tplg.bin",
+ },
+ {
.id = "MX98373",
.drv_name = "avs_max98373",
.mach_params = {