ac97_controls    1573 sound/pci/ice1712/aureon.c static struct snd_kcontrol_new ac97_controls[] = {
ac97_controls    1883 sound/pci/ice1712/aureon.c 		for (i = 0; i < ARRAY_SIZE(ac97_controls); i++) {
ac97_controls    1884 sound/pci/ice1712/aureon.c 			err = snd_ctl_add(ice->card, snd_ctl_new1(&ac97_controls[i], ice));
ac97_controls     985 sound/pci/oxygen/oxygen_mixer.c static const struct snd_kcontrol_new ac97_controls[] = {
ac97_controls    1115 sound/pci/oxygen/oxygen_mixer.c 		err = add_controls(chip, ac97_controls,
ac97_controls    1116 sound/pci/oxygen/oxygen_mixer.c 				   ARRAY_SIZE(ac97_controls));