psc724_cont       248 sound/pci/ice1712/psc724.c static const struct psc724_control psc724_cont[] = {
psc724_cont       267 sound/pci/ice1712/psc724.c 	ucontrol->value.integer.value[0] = psc724_cont[n].get(ice);
psc724_cont       278 sound/pci/ice1712/psc724.c 	psc724_cont[n].set(ice, ucontrol->value.integer.value[0]);
psc724_cont       343 sound/pci/ice1712/psc724.c 	for (i = 0; i < ARRAY_SIZE(psc724_cont); i++) {
psc724_cont       345 sound/pci/ice1712/psc724.c 		cont.name = psc724_cont[i].name;