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

This field was never used, let's remove it

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:
Pierre-Louis Bossart 2019-02-08 17:45:52 -06:00 committed by Mark Brown
parent 9eebe4372f
commit 3f4d9d67c3
No known key found for this signature in database
GPG key ID: 24D68B725D5487D0

View file

@ -21,7 +21,6 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_glk_machines[] = {
.fw_filename = "intel/dsp_fw_glk.bin",
.sof_fw_filename = "sof-glk.ri",
.sof_tplg_filename = "sof-glk-alc298.tplg",
.asoc_plat_name = "0000:00:0e.0",
},
{
.id = "DLGS7219",
@ -31,7 +30,6 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_glk_machines[] = {
.quirk_data = &glk_codecs,
.sof_fw_filename = "sof-glk.ri",
.sof_tplg_filename = "sof-glk-da7219.tplg",
.asoc_plat_name = "0000:00:0e.0",
},
{},
};