Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/hda/
H A Dpatch_ca0132.c439 static const struct ct_voicefx_preset ca0132_voicefx_presets[] = { variable
6226 unsigned int items = ARRAY_SIZE(ca0132_voicefx_presets); in ca0132_voicefx_info()
6234 ca0132_voicefx_presets[uinfo->value.enumerated.item].name); in ca0132_voicefx_info()
6256 if (sel >= ARRAY_SIZE(ca0132_voicefx_presets)) in ca0132_voicefx_put()
6260 sel, ca0132_voicefx_presets[sel].name); in ca0132_voicefx_put()
6269 ca0132_voicefx_presets[sel].vals[i]); in ca0132_voicefx_put()