Lines Matching defs:sof_dev_desc
127 struct sof_dev_desc { struct
129 struct snd_soc_acpi_mach *machines;
130 struct snd_sof_of_mach *of_machines;
133 struct snd_soc_acpi_mach *alt_machines;
135 bool use_acpi_target_states;
139 int resindex_lpe_base;
140 int resindex_pcicfg_base;
141 int resindex_imr_base;
142 int irqindex_host_ipc;
145 int ipc_timeout;
146 int boot_timeout;
149 const void *chip_info;
152 const char *nocodec_tplg_filename;
155 unsigned int ipc_supported_mask;
156 enum sof_ipc_type ipc_default;
159 bool dspless_mode_supported;
162 const char *default_fw_path[SOF_IPC_TYPE_COUNT];
163 const char *default_lib_path[SOF_IPC_TYPE_COUNT];
164 const char *default_tplg_path[SOF_IPC_TYPE_COUNT];
167 const char *default_fw_filename[SOF_IPC_TYPE_COUNT];
169 const struct snd_sof_dsp_ops *ops;
170 int (*ops_init)(struct snd_sof_dev *sdev);
171 void (*ops_free)(struct snd_sof_dev *sdev);