perf tools: Fix calloc() arguments to address error introduced in gcc-14
[platform/kernel/linux-rpi.git] / include / sound / soc-acpi.h
index 6d31d53..23d6d6b 100644 (file)
@@ -68,6 +68,10 @@ static inline struct snd_soc_acpi_mach *snd_soc_acpi_codec_list(void *arg)
  * @i2s_link_mask: I2S/TDM links enabled on the board
  * @num_dai_drivers: number of elements in @dai_drivers
  * @dai_drivers: pointer to dai_drivers, used e.g. in nocodec mode
+ * @subsystem_vendor: optional PCI SSID vendor value
+ * @subsystem_device: optional PCI SSID device value
+ * @subsystem_id_set: true if a value has been written to
+ *                   subsystem_vendor and subsystem_device.
  */
 struct snd_soc_acpi_mach_params {
        u32 acpi_ipc_irq_index;
@@ -80,6 +84,9 @@ struct snd_soc_acpi_mach_params {
        u32 i2s_link_mask;
        u32 num_dai_drivers;
        struct snd_soc_dai_driver *dai_drivers;
+       unsigned short subsystem_vendor;
+       unsigned short subsystem_device;
+       bool subsystem_id_set;
 };
 
 /**