summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/sound/soc-acpi.h3
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