ASoC: Intel: avs: Load rt5640 on ADL-based platforms

To support ADL-rt5640 configuration add adequate entry to
board-selection table for ADL.

Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
This commit is contained in:
Cezary Rojewski 2024-02-08 17:26:02 +01:00
parent 32250a87ab
commit 0e05597ae7
1 changed files with 27 additions and 0 deletions

View File

@ -309,6 +309,33 @@ static struct snd_soc_acpi_mach avs_tgl_i2s_machines[] = {
},
.tplg_filename = "es8336-tplg.bin",
},
{
.id = "10EC5640",
.uid = "1",
.drv_name = "avs_rt5640",
.mach_params = {
.i2s_link_mask = AVS_SSP(0),
},
.tplg_filename = "rt5640-tplg.bin",
},
{
.id = "10EC5640",
.uid = "3",
.drv_name = "avs_rt5640",
.mach_params = {
.i2s_link_mask = AVS_SSP(1),
},
.tplg_filename = "rt5640-tplg.bin",
},
{
.id = "10EC5640",
.uid = "2",
.drv_name = "avs_rt5640",
.mach_params = {
.i2s_link_mask = AVS_SSP(2),
},
.tplg_filename = "rt5640-tplg.bin",
},
{},
};