ASoC: Intel: avs: Add rt5514 machine board

commit d933333694a7e63b0893d23f65b104430a1d6cf6 upstream.

In order to support Eve chromebooks add rt5514 configuration to board
lookup table. rt5514 is used for capture in DMIC configuration on SSP 0
and TDM 1.

Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Link: https://lore.kernel.org/r/20231027110537.2103712-3-amadeuszx.slawinski@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Amadeusz Sławiński 2023-10-27 13:05:37 +02:00 committed by Cezary Rojewski
parent eef9d66ac4
commit 4ab0d34856
1 changed files with 9 additions and 0 deletions

View File

@ -135,6 +135,15 @@ static struct snd_soc_acpi_mach avs_kbl_i2s_machines[] = {
}, },
.tplg_filename = "max98927-tplg.bin", .tplg_filename = "max98927-tplg.bin",
}, },
{
.id = "10EC5514",
.drv_name = "avs_rt5514",
.mach_params = {
.i2s_link_mask = AVS_SSP(0),
},
.pdata = (unsigned long[]){ 0x2, 0, 0, 0, 0, 0 }, /* SSP0 TDMs */
.tplg_filename = "rt5514-tplg.bin",
},
{ {
.id = "10EC5663", .id = "10EC5663",
.drv_name = "avs_rt5663", .drv_name = "avs_rt5663",