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

index c0e5780..229e395 100644 (file)
@@ -53,7 +53,6 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_bxt_machines[] = {
                .fw_filename = "intel/dsp_fw_bxtn.bin",
                .sof_fw_filename = "sof-apl.ri",
                .sof_tplg_filename = "sof-apl-rt298.tplg",
-               .asoc_plat_name = "0000:00:0e.0",
        },
        {
                .id = "DLGS7219",
@@ -63,21 +62,18 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_bxt_machines[] = {
                .quirk_data = &bxt_codecs,
                .sof_fw_filename = "sof-apl.ri",
                .sof_tplg_filename = "sof-apl-da7219.tplg",
-               .asoc_plat_name = "0000:00:0e.0",
        },
        {
                .id = "104C5122",
                .drv_name = "bxt-pcm512x",
                .sof_fw_filename = "sof-apl.ri",
                .sof_tplg_filename = "sof-apl-pcm512x.tplg",
-               .asoc_plat_name = "0000:00:0e.0",
        },
        {
                .id = "1AEC8804",
                .drv_name = "bxt-wm8804",
                .sof_fw_filename = "sof-apl.ri",
                .sof_tplg_filename = "sof-apl-wm8804.tplg",
-               .asoc_plat_name = "0000:00:0e.0",
        },
        {
                .id = "INT34C3",
@@ -85,7 +81,6 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_bxt_machines[] = {
                .machine_quirk = apl_quirk,
                .sof_fw_filename = "sof-apl.ri",
                .sof_tplg_filename = "sof-apl-tdf8532.tplg",
-               .asoc_plat_name = "0000:00:0e.0",
        },
        {},
 };