lc_controls 85 sound/pci/oxygen/xonar_wm87x6.c struct snd_kcontrol *lc_controls[13]; lc_controls 924 sound/pci/oxygen/xonar_wm87x6.c for (i = 0; i < ARRAY_SIZE(data->lc_controls); ++i) lc_controls 925 sound/pci/oxygen/xonar_wm87x6.c activate_control(chip, data->lc_controls[i], mode); lc_controls 1112 sound/pci/oxygen/xonar_wm87x6.c static const struct snd_kcontrol_new lc_controls[] = { lc_controls 1162 sound/pci/oxygen/xonar_wm87x6.c BUILD_BUG_ON(ARRAY_SIZE(lc_controls) != ARRAY_SIZE(data->lc_controls)); lc_controls 1163 sound/pci/oxygen/xonar_wm87x6.c for (i = 0; i < ARRAY_SIZE(lc_controls); ++i) { lc_controls 1164 sound/pci/oxygen/xonar_wm87x6.c ctl = snd_ctl_new1(&lc_controls[i], chip); lc_controls 1170 sound/pci/oxygen/xonar_wm87x6.c data->lc_controls[i] = ctl;