forked from Minki/linux
ASoC: Intel: soc-acpi: bxt-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>
This commit is contained in:
parent
a5b1e22845
commit
dcc9de2ebe
@ -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",
|
||||
},
|
||||
{},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user