Lines Matching defs:sof_ipc4_fw_data
81 struct sof_ipc4_fw_data { struct
82 u32 manifest_fw_hdr_offset;
83 struct xarray fw_lib_xa;
84 void *nhlt;
85 enum sof_ipc4_mtrace_type mtrace_type;
86 u32 mtrace_log_bytes;
87 int num_playback_streams;
88 int num_capture_streams;
89 int max_num_pipelines;
90 u32 max_libs_count;
91 bool fw_context_save;
92 bool libraries_restored;
94 int (*load_library)(struct snd_sof_dev *sdev,
96 void (*intel_configure_mic_privacy)(struct snd_sof_dev *sdev,
98 struct mutex pipeline_state_mutex; /* protect pipeline triggers, ref counts and states */