ASoC: Intel: soc-acpi: apl/glk/tgl: add entry for devices based on ES8336 codec
A number of devices, such as the "Chuwi HI10x" and "UNIQCELL Q15.6", are based on APL/GLK with an I2C/I2S ES8336 codec. Add table to find topology and firmware files. Co-developed-by: Huajun Li <huajun.li@intel.com> Signed-off-by: Huajun Li <huajun.li@intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com> Link: https://lore.kernel.org/r/20211004213512.220836-2-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Родитель
2a04151ff9
Коммит
790049fb66
|
@ -82,6 +82,12 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_bxt_machines[] = {
|
||||||
.sof_fw_filename = "sof-apl.ri",
|
.sof_fw_filename = "sof-apl.ri",
|
||||||
.sof_tplg_filename = "sof-apl-tdf8532.tplg",
|
.sof_tplg_filename = "sof-apl-tdf8532.tplg",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.id = "ESSX8336",
|
||||||
|
.drv_name = "sof-essx8336",
|
||||||
|
.sof_fw_filename = "sof-apl.ri",
|
||||||
|
.sof_tplg_filename = "sof-apl-es8336.tplg",
|
||||||
|
},
|
||||||
{},
|
{},
|
||||||
};
|
};
|
||||||
EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_bxt_machines);
|
EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_bxt_machines);
|
||||||
|
|
|
@ -49,7 +49,12 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_glk_machines[] = {
|
||||||
.sof_fw_filename = "sof-glk.ri",
|
.sof_fw_filename = "sof-glk.ri",
|
||||||
.sof_tplg_filename = "sof-glk-cs42l42.tplg",
|
.sof_tplg_filename = "sof-glk-cs42l42.tplg",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.id = "ESSX8336",
|
||||||
|
.drv_name = "sof-essx8336",
|
||||||
|
.sof_fw_filename = "sof-glk.ri",
|
||||||
|
.sof_tplg_filename = "sof-glk-es8336.tplg",
|
||||||
|
},
|
||||||
{},
|
{},
|
||||||
};
|
};
|
||||||
EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_glk_machines);
|
EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_glk_machines);
|
||||||
|
|
|
@ -355,6 +355,12 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_tgl_machines[] = {
|
||||||
.sof_fw_filename = "sof-tgl.ri",
|
.sof_fw_filename = "sof-tgl.ri",
|
||||||
.sof_tplg_filename = "sof-tgl-rt1011-rt5682.tplg",
|
.sof_tplg_filename = "sof-tgl-rt1011-rt5682.tplg",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.id = "ESSX8336",
|
||||||
|
.drv_name = "sof-essx8336",
|
||||||
|
.sof_fw_filename = "sof-tgl.ri",
|
||||||
|
.sof_tplg_filename = "sof-tgl-es8336.tplg",
|
||||||
|
},
|
||||||
{},
|
{},
|
||||||
};
|
};
|
||||||
EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_tgl_machines);
|
EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_tgl_machines);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче