Commit 3f4d9d67 authored by Pierre-Louis Bossart's avatar Pierre-Louis Bossart Committed by Mark Brown

ASoC: Intel: soc-acpi: glk-match: remove asoc_plat_name field

This field was never used, let's remove it
Signed-off-by: default avatarPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 9eebe437
...@@ -21,7 +21,6 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_glk_machines[] = { ...@@ -21,7 +21,6 @@ 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",
.sof_fw_filename = "sof-glk.ri", .sof_fw_filename = "sof-glk.ri",
.sof_tplg_filename = "sof-glk-alc298.tplg", .sof_tplg_filename = "sof-glk-alc298.tplg",
.asoc_plat_name = "0000:00:0e.0",
}, },
{ {
.id = "DLGS7219", .id = "DLGS7219",
...@@ -31,7 +30,6 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_glk_machines[] = { ...@@ -31,7 +30,6 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_glk_machines[] = {
.quirk_data = &glk_codecs, .quirk_data = &glk_codecs,
.sof_fw_filename = "sof-glk.ri", .sof_fw_filename = "sof-glk.ri",
.sof_tplg_filename = "sof-glk-da7219.tplg", .sof_tplg_filename = "sof-glk-da7219.tplg",
.asoc_plat_name = "0000:00:0e.0",
}, },
{}, {},
}; };
......
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