Searched defs:snd_sof_control (Results 1 – 1 of 1) sorted by relevance
368 struct snd_sof_control { struct369 struct snd_soc_component *scomp;370 const char *name;371 int comp_id;372 int min_volume_step; /* min volume step for volume_table */373 int max_volume_step; /* max volume step for volume_table */374 int num_channels;375 unsigned int access;376 int info_type;377 int index; /* pipeline ID */[all …]