Commit 3ed180ac authored by Amadeusz Sławiński's avatar Amadeusz Sławiński Committed by Mark Brown

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: default avatarAmadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Signed-off-by: default avatarCezary Rojewski <cezary.rojewski@intel.com>
Link: https://lore.kernel.org/r/20230629112449.1755928-7-cezary.rojewski@intel.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 05c5d4e3
...@@ -135,6 +135,14 @@ static struct snd_soc_acpi_mach avs_kbl_i2s_machines[] = { ...@@ -135,6 +135,14 @@ static struct snd_soc_acpi_mach avs_kbl_i2s_machines[] = {
}, },
.tplg_filename = "max98927-tplg.bin", .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", .id = "MX98373",
.drv_name = "avs_max98373", .drv_name = "avs_max98373",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment