Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/oxygen/
H A Dxonar_wm87x6.c85 struct snd_kcontrol *lc_controls[13]; member
926 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[] = { variable
1164 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()