Lines Matching defs:sof_dev_desc
128 struct sof_dev_desc { struct
130 struct snd_soc_acpi_mach *machines;
131 struct snd_sof_of_mach *of_machines;
134 struct snd_soc_acpi_mach *alt_machines;
136 bool use_acpi_target_states;
140 int resindex_lpe_base;
141 int resindex_pcicfg_base;
142 int resindex_imr_base;
143 int irqindex_host_ipc;
146 int ipc_timeout;
147 int boot_timeout;
150 const void *chip_info;
153 const char *nocodec_tplg_filename;
156 unsigned int ipc_supported_mask;
157 enum sof_ipc_type ipc_default;
160 bool dspless_mode_supported;
163 const char *default_fw_path[SOF_IPC_TYPE_COUNT];
164 const char *default_lib_path[SOF_IPC_TYPE_COUNT];
165 const char *default_tplg_path[SOF_IPC_TYPE_COUNT];
168 const char *default_fw_filename[SOF_IPC_TYPE_COUNT];
170 const struct snd_sof_dsp_ops *ops;
171 int (*ops_init)(struct snd_sof_dev *sdev);
172 void (*ops_free)(struct snd_sof_dev *sdev);