diff options
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2019-02-08 18:45:56 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-02-12 11:55:57 -0500 |
commit | ecefff3e5b9b6a427a1a78c0c3f5eb147fd2d761 (patch) | |
tree | 9fa63169c65dfb24d2528e203c5026dab3774898 | |
parent | c5898050fe801443dc66cd0302c21ceefa313916 (diff) |
ASoC: soc-acpi: 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>
-rw-r--r-- | include/sound/soc-acpi.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sound/soc-acpi.h b/include/sound/soc-acpi.h index 6cbbeed9cdd0..655e4e010cc8 100644 --- a/include/sound/soc-acpi.h +++ b/include/sound/soc-acpi.h | |||
@@ -86,8 +86,6 @@ struct snd_soc_acpi_mach_params { | |||
86 | * is not constant since this field may be updated at run-time | 86 | * is not constant since this field may be updated at run-time |
87 | * @sof_fw_filename: Sound Open Firmware file name, if enabled | 87 | * @sof_fw_filename: Sound Open Firmware file name, if enabled |
88 | * @sof_tplg_filename: Sound Open Firmware topology file name, if enabled | 88 | * @sof_tplg_filename: Sound Open Firmware topology file name, if enabled |
89 | * @asoc_plat_name: ASoC platform name, used for binding machine drivers | ||
90 | * if non NULL | ||
91 | * @new_mach_data: machine driver private data fixup | 89 | * @new_mach_data: machine driver private data fixup |
92 | */ | 90 | */ |
93 | /* Descriptor for SST ASoC machine driver */ | 91 | /* Descriptor for SST ASoC machine driver */ |
@@ -102,7 +100,6 @@ struct snd_soc_acpi_mach { | |||
102 | struct snd_soc_acpi_mach_params mach_params; | 100 | struct snd_soc_acpi_mach_params mach_params; |
103 | const char *sof_fw_filename; | 101 | const char *sof_fw_filename; |
104 | const char *sof_tplg_filename; | 102 | const char *sof_tplg_filename; |
105 | const char *asoc_plat_name; | ||
106 | struct platform_device * (*new_mach_data)(void *pdata); | 103 | struct platform_device * (*new_mach_data)(void *pdata); |
107 | }; | 104 | }; |
108 | 105 | ||