Lines Matching defs:snd_sof_control
67 struct snd_sof_control { struct
68 struct snd_soc_component *scomp;
69 int comp_id;
70 int min_volume_step; /* min volume step for volume_table */
71 int max_volume_step; /* max volume step for volume_table */
72 int num_channels;
73 unsigned int access;
74 u32 readback_offset; /* offset to mmapped data if used */
75 struct sof_ipc_ctrl_data *control_data;
76 u32 size; /* cdata size */
77 enum sof_ipc_ctrl_cmd cmd;
78 u32 *volume_table; /* volume table computed from tlv data*/
80 struct list_head list; /* list in sdev control list */
82 struct snd_sof_led_control led_ctl;
85 bool comp_data_dirty;