diff mbox series

[15/17] ASoC: Intel: soc-acpi: cnl-match.c: remove asoc_plat_name field

Message ID 20190208234557.7816-16-pierre-louis.bossart@linux.intel.com (mailing list archive)
State Accepted
Commit c5898050fe801443dc66cd0302c21ceefa313916
Headers show
Series ASoC: soc-acpi: remove SOF file prefix and unused fields | expand

Commit Message

Pierre-Louis Bossart Feb. 8, 2019, 11:45 p.m. UTC
This field was never used, let's remove it

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
---
 sound/soc/intel/common/soc-acpi-intel-cnl-match.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/sound/soc/intel/common/soc-acpi-intel-cnl-match.c b/sound/soc/intel/common/soc-acpi-intel-cnl-match.c
index b80b50ddb22b..a914dd238d0a 100644
--- a/sound/soc/intel/common/soc-acpi-intel-cnl-match.c
+++ b/sound/soc/intel/common/soc-acpi-intel-cnl-match.c
@@ -22,7 +22,6 @@  struct snd_soc_acpi_mach snd_soc_acpi_intel_cnl_machines[] = {
 		.pdata = &cnl_pdata,
 		.sof_fw_filename = "sof-cnl.ri",
 		.sof_tplg_filename = "sof-cnl-rt274.tplg",
-		.asoc_plat_name = "0000:00:1f.3",
 	},
 	{},
 };