Home
last modified time | relevance | path

Searched refs:lc_controls (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/sound/pci/oxygen/
Dxonar_wm87x6.c96 struct snd_kcontrol *lc_controls[13]; member
935 for (i = 0; i < ARRAY_SIZE(data->lc_controls); ++i) in wm8776_level_control_put()
936 activate_control(chip, data->lc_controls[i], mode); in wm8776_level_control_put()
1123 static const struct snd_kcontrol_new lc_controls[] = { variable
1173 BUILD_BUG_ON(ARRAY_SIZE(lc_controls) != ARRAY_SIZE(data->lc_controls)); in add_lc_controls()
1174 for (i = 0; i < ARRAY_SIZE(lc_controls); ++i) { in add_lc_controls()
1175 ctl = snd_ctl_new1(&lc_controls[i], chip); in add_lc_controls()
1181 data->lc_controls[i] = ctl; in add_lc_controls()