mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 08:02:07 +00:00
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>
This commit is contained in:
parent
3f4d9d67c3
commit
2eddca128b
@ -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",
|
||||
},
|
||||
{}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user