Searched defs:snd_sof_control (Results 1 – 1 of 1) sorted by relevance
367 struct snd_sof_control { struct368 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 */[all …]