ASoC: Intel: avs: Generic soc component driver
[linux-2.6-microblaze.git] / include / sound / soc-acpi.h
index d33cf8d..b38fd25 100644 (file)
@@ -156,6 +156,7 @@ struct snd_soc_acpi_link_adr {
  * @links: array of link _ADR descriptors, null terminated.
  * @drv_name: machine driver name
  * @fw_filename: firmware file name. Used when SOF is not enabled.
+ * @tplg_filename: topology file name. Used when SOF is not enabled.
  * @board: board name
  * @machine_quirk: pointer to quirk, usually based on DMI information when
  * ACPI ID alone is not sufficient, wrong or misleading
@@ -174,6 +175,7 @@ struct snd_soc_acpi_mach {
        const struct snd_soc_acpi_link_adr *links;
        const char *drv_name;
        const char *fw_filename;
+       const char *tplg_filename;
        const char *board;
        struct snd_soc_acpi_mach * (*machine_quirk)(void *arg);
        const void *quirk_data;