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