ASoC: Intel: glk-match: remove prefix for SOF files
Prefix is now handled in the code. This allows for default and alternate paths, and more flexibility for OEMs and distros Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
7466e749a3
commit
6d356d5229
|
@ -19,8 +19,8 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_glk_machines[] = {
|
||||||
.id = "INT343A",
|
.id = "INT343A",
|
||||||
.drv_name = "glk_alc298s_i2s",
|
.drv_name = "glk_alc298s_i2s",
|
||||||
.fw_filename = "intel/dsp_fw_glk.bin",
|
.fw_filename = "intel/dsp_fw_glk.bin",
|
||||||
.sof_fw_filename = "intel/sof-glk.ri",
|
.sof_fw_filename = "sof-glk.ri",
|
||||||
.sof_tplg_filename = "intel/sof-glk-alc298.tplg",
|
.sof_tplg_filename = "sof-glk-alc298.tplg",
|
||||||
.asoc_plat_name = "0000:00:0e.0",
|
.asoc_plat_name = "0000:00:0e.0",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -29,8 +29,8 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_glk_machines[] = {
|
||||||
.fw_filename = "intel/dsp_fw_glk.bin",
|
.fw_filename = "intel/dsp_fw_glk.bin",
|
||||||
.machine_quirk = snd_soc_acpi_codec_list,
|
.machine_quirk = snd_soc_acpi_codec_list,
|
||||||
.quirk_data = &glk_codecs,
|
.quirk_data = &glk_codecs,
|
||||||
.sof_fw_filename = "intel/sof-glk.ri",
|
.sof_fw_filename = "sof-glk.ri",
|
||||||
.sof_tplg_filename = "intel/sof-glk-da7219.tplg",
|
.sof_tplg_filename = "sof-glk-da7219.tplg",
|
||||||
.asoc_plat_name = "0000:00:0e.0",
|
.asoc_plat_name = "0000:00:0e.0",
|
||||||
},
|
},
|
||||||
{},
|
{},
|
||||||
|
|
Loading…
Reference in New Issue