Searched defs:wm_coeff_ctl (Results 1 – 1 of 1) sorted by relevance
236 struct wm_coeff_ctl { struct240 struct wm_coeff_ctl_ops ops; argument241 struct wm_adsp *dsp;242 unsigned int enabled:1;243 struct list_head list;244 void *cache;245 unsigned int offset;246 size_t len;247 unsigned int set:1;248 struct snd_kcontrol *kcontrol;[all …]