Commit 0848e94c authored by Alicja Michalska's avatar Alicja Michalska Committed by Mark Brown

ASoC: Intel: avs: Add missing audio amplifier for KBL

KBL platform is missing the definition of 'max98357a' audio amplifier.
This amplifier is used on many KBL Chromebooks, for instance variant
'nami' of 'Google/poppy' baseboard.
Reported-by: default avatarCoolStar <coolstarorganization@gmail.com>
Signed-off-by: default avatarAlicja Michalska <ahplka19@gmail.com>

Link: https://lore.kernel.org/r/Y3wHyJ/EcsLRHGr3@toraSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent bce3e9f0
......@@ -143,6 +143,14 @@ static struct snd_soc_acpi_mach avs_kbl_i2s_machines[] = {
},
.tplg_filename = "max98373-tplg.bin",
},
{
.id = "MX98357A",
.drv_name = "avs_max98357a",
.mach_params = {
.i2s_link_mask = AVS_SSP(0),
},
.tplg_filename = "max98357a-tplg.bin",
},
{
.id = "DLGS7219",
.drv_name = "avs_da7219",
......
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