Skip to content

Commit d933333

Browse files
Amadeusz Sławińskibroonie
authored andcommitted
ASoC: Intel: avs: Add rt5514 machine board
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>
1 parent 8b78fbf commit d933333

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

sound/soc/intel/avs/board_selection.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,15 @@ static struct snd_soc_acpi_mach avs_kbl_i2s_machines[] = {
135135
},
136136
.tplg_filename = "max98927-tplg.bin",
137137
},
138+
{
139+
.id = "10EC5514",
140+
.drv_name = "avs_rt5514",
141+
.mach_params = {
142+
.i2s_link_mask = AVS_SSP(0),
143+
},
144+
.pdata = (unsigned long[]){ 0x2, 0, 0, 0, 0, 0 }, /* SSP0 TDMs */
145+
.tplg_filename = "rt5514-tplg.bin",
146+
},
138147
{
139148
.id = "10EC5663",
140149
.drv_name = "avs_rt5663",

0 commit comments

Comments
 (0)