aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/common
diff options
context:
space:
mode:
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>2019-02-08 17:45:53 -0600
committerMark Brown <broonie@kernel.org>2019-02-12 16:55:29 +0000
commit2eddca128be282f600347ea07ef0b516dbc4e7ce (patch)
tree2949a6c2a6d51d22c7a3f75807f9b55e96484fe8 /sound/soc/intel/common
parentASoC: Intel: soc-acpi: glk-match: remove asoc_plat_name field (diff)
downloadlinux-dev-2eddca128be282f600347ea07ef0b516dbc4e7ce.tar.xz
linux-dev-2eddca128be282f600347ea07ef0b516dbc4e7ce.zip
ASoC: Intel: soc-acpi: hsw-bdw-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>
Diffstat (limited to 'sound/soc/intel/common')
-rw-r--r--sound/soc/intel/common/soc-acpi-intel-hsw-bdw-match.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/intel/common/soc-acpi-intel-hsw-bdw-match.c b/sound/soc/intel/common/soc-acpi-intel-hsw-bdw-match.c
index ddfe4250c2bc..690b305a255b 100644
--- a/sound/soc/intel/common/soc-acpi-intel-hsw-bdw-match.c
+++ b/sound/soc/intel/common/soc-acpi-intel-hsw-bdw-match.c
@@ -25,7 +25,6 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_haswell_machines[] = {
.fw_filename = "intel/IntcSST1.bin",
.sof_fw_filename = "sof-hsw.ri",
.sof_tplg_filename = "sof-hsw.tplg",
- .asoc_plat_name = "haswell-pcm-audio",
},
{}
};
@@ -38,7 +37,6 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_broadwell_machines[] = {
.fw_filename = "intel/IntcSST2.bin",
.sof_fw_filename = "sof-bdw.ri",
.sof_tplg_filename = "sof-bdw-rt286.tplg",
- .asoc_plat_name = "haswell-pcm-audio",
},
{
.id = "RT5677CE",
@@ -46,7 +44,6 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_broadwell_machines[] = {
.fw_filename = "intel/IntcSST2.bin",
.sof_fw_filename = "sof-bdw.ri",
.sof_tplg_filename = "sof-bdw-rt5677.tplg",
- .asoc_plat_name = "haswell-pcm-audio",
},
{
.id = "INT33CA",
@@ -54,7 +51,6 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_broadwell_machines[] = {
.fw_filename = "intel/IntcSST2.bin",
.sof_fw_filename = "sof-bdw.ri",
.sof_tplg_filename = "sof-bdw-rt5640.tplg",
- .asoc_plat_name = "haswell-pcm-audio",
},
{}
};