Searched defs:snd_sof_control (Results 1 – 1 of 1) sorted by relevance
309 struct snd_sof_control { struct310 struct snd_sof_dev *sdev;311 int comp_id;312 int min_volume_step; /* min volume step for volume_table */313 int max_volume_step; /* max volume step for volume_table */314 int num_channels;315 u32 readback_offset; /* offset to mmaped data if used */316 struct sof_ipc_ctrl_data *control_data;317 u32 size; /* cdata size */318 enum sof_ipc_ctrl_cmd cmd;[all …]