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

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

Completed in 192 milliseconds