Searched refs:lc_controls (Results 1 – 1 of 1) sorted by relevance
85 struct snd_kcontrol *lc_controls[13]; member926 for (i = 0; i < ARRAY_SIZE(data->lc_controls); ++i) in wm8776_level_control_put()927 activate_control(chip, data->lc_controls[i], mode); in wm8776_level_control_put()1114 static const struct snd_kcontrol_new lc_controls[] = { variable1164 BUILD_BUG_ON(ARRAY_SIZE(lc_controls) != ARRAY_SIZE(data->lc_controls)); in add_lc_controls()1165 for (i = 0; i < ARRAY_SIZE(lc_controls); ++i) { in add_lc_controls()1166 ctl = snd_ctl_new1(&lc_controls[i], chip); in add_lc_controls()1172 data->lc_controls[i] = ctl; in add_lc_controls()