Skip to content

Commit

Permalink
ASoC: Intel: soc-acpi: hsw-bdw-match: remove asoc_plat_name field
Browse files Browse the repository at this point in the history
This field was never used, let's remove it

Signed-off-by: Pierre-Louis Bossart <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
plbossart authored and broonie committed Feb 12, 2019
1 parent 3f4d9d6 commit 2eddca1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sound/soc/intel/common/soc-acpi-intel-hsw-bdw-match.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
{}
};
Expand All @@ -38,23 +37,20 @@ 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",
.drv_name = "bdw-rt5677",
.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",
.drv_name = "haswell-audio",
.fw_filename = "intel/IntcSST2.bin",
.sof_fw_filename = "sof-bdw.ri",
.sof_tplg_filename = "sof-bdw-rt5640.tplg",
.asoc_plat_name = "haswell-pcm-audio",
},
{}
};
Expand Down

0 comments on commit 2eddca1

Please sign in to comment.