mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 21:45:08 -04:00
ASoC: Intel: avs: Load es8336 board on KBL-based platforms
Update board-selection tables to account for es8336 on KBL-based platforms. Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com> Link: https://lore.kernel.org/r/20230629112449.1755928-5-cezary.rojewski@intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
committed by
Mark Brown
parent
32e40c8d6f
commit
d55bb0f1c1
@@ -159,6 +159,14 @@ static struct snd_soc_acpi_mach avs_kbl_i2s_machines[] = {
|
||||
},
|
||||
.tplg_filename = "da7219-tplg.bin",
|
||||
},
|
||||
{
|
||||
.id = "ESSX8336",
|
||||
.drv_name = "avs_es8336",
|
||||
.mach_params = {
|
||||
.i2s_link_mask = AVS_SSP(0),
|
||||
},
|
||||
.tplg_filename = "es8336-tplg.bin",
|
||||
},
|
||||
{},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user