Lines Matching defs:snd_sof_control
367 struct snd_sof_control { struct
368 struct snd_soc_component *scomp;
369 const char *name;
370 int comp_id;
371 int min_volume_step; /* min volume step for volume_table */
372 int max_volume_step; /* max volume step for volume_table */
373 int num_channels;
374 unsigned int access;
375 int info_type;
376 int index; /* pipeline ID */
377 void *priv; /* private data copied from topology */
378 size_t priv_size; /* size of private data */
379 size_t max_size;
380 void *ipc_control_data;
381 void *old_ipc_control_data;
382 int max; /* applicable to volume controls */
383 u32 size; /* cdata size */
384 u32 *volume_table; /* volume table computed from tlv data*/
386 struct list_head list; /* list in sdev control list */
388 struct snd_sof_led_control led_ctl;
391 bool comp_data_dirty;