Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/ice1712/
H A Dpsc724.c245 static const struct psc724_control psc724_cont[] = { variable
264 ucontrol->value.integer.value[0] = psc724_cont[n].get(ice); in psc724_ctl_get()
275 psc724_cont[n].set(ice, ucontrol->value.integer.value[0]); in psc724_ctl_put()
340 for (i = 0; i < ARRAY_SIZE(psc724_cont); i++) { in psc724_add_controls()
342 cont.name = psc724_cont[i].name; in psc724_add_controls()