ASoC: Intel: soc-acpi: hsw-bdw-match: remove asoc_plat_name field
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Fri, 8 Feb 2019 23:45:53 +0000 (17:45 -0600)
committerMark Brown <broonie@kernel.org>
Tue, 12 Feb 2019 16:55:29 +0000 (16:55 +0000)
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>
sound/soc/intel/common/soc-acpi-intel-hsw-bdw-match.c

index ddfe4250c2bcb975756f2570f786f89cfaaa310b..690b305a255b4bea71edd5ef9f036972f926b0ce 100644 (file)
@@ -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",
        },
        {}
 };