diff options
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2019-02-09 00:45:55 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-02-12 17:55:48 +0100 |
commit | c5898050fe801443dc66cd0302c21ceefa313916 (patch) | |
tree | e6e6e4c3ab98e7d953bc2bf5f743ab05021acf95 /sound/soc | |
parent | ASoC: Intel: soc-acpi: icl-match: remove asoc_plat_name field (diff) | |
download | linux-c5898050fe801443dc66cd0302c21ceefa313916.tar.xz linux-c5898050fe801443dc66cd0302c21ceefa313916.zip |
ASoC: Intel: soc-acpi: cnl-match.c: 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>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/intel/common/soc-acpi-intel-cnl-match.c | 1 |
1 files changed, 0 insertions, 1 deletions
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", }, {}, }; |