|
@@ -19,6 +19,9 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_glk_machines[] = {
|
|
|
.id = "INT343A",
|
|
|
.drv_name = "glk_alc298s_i2s",
|
|
|
.fw_filename = "intel/dsp_fw_glk.bin",
|
|
|
+ .sof_fw_filename = "intel/sof-glk.ri",
|
|
|
+ .sof_tplg_filename = "intel/sof-glk-alc298.tplg",
|
|
|
+ .asoc_plat_name = "0000:00:0e.0",
|
|
|
},
|
|
|
{
|
|
|
.id = "DLGS7219",
|
|
@@ -26,6 +29,9 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_glk_machines[] = {
|
|
|
.fw_filename = "intel/dsp_fw_glk.bin",
|
|
|
.machine_quirk = snd_soc_acpi_codec_list,
|
|
|
.quirk_data = &glk_codecs,
|
|
|
+ .sof_fw_filename = "intel/sof-glk.ri",
|
|
|
+ .sof_tplg_filename = "intel/sof-glk-da7219.tplg",
|
|
|
+ .asoc_plat_name = "0000:00:0e.0",
|
|
|
},
|
|
|
{},
|
|
|
};
|