Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dtas2781-fmwlib.c2201 int tasdevice_select_tuningprm_cfg(void *context, int prm_no, in tasdevice_select_tuningprm_cfg() argument
2225 if (prm_no >= tas_fmw->nr_programs) { in tasdevice_select_tuningprm_cfg()
2228 __func__, prm_no, tas_fmw->nr_programs); in tasdevice_select_tuningprm_cfg()
2242 if (prm_no >= 0 in tasdevice_select_tuningprm_cfg()
2243 && (tas_priv->tasdevice[i].cur_prog != prm_no in tasdevice_select_tuningprm_cfg()
2255 program = &(tas_fmw->programs[prm_no]); in tasdevice_select_tuningprm_cfg()
2262 tas_priv->tasdevice[i].cur_prog = prm_no; in tasdevice_select_tuningprm_cfg()
2305 int tasdevice_prmg_load(void *context, int prm_no) in tasdevice_prmg_load() argument
2318 if (prm_no >= tas_fmw->nr_programs) { in tasdevice_prmg_load()
2321 __func__, prm_no, tas_fmw->nr_programs); in tasdevice_prmg_load()
[all …]
/openbmc/linux/include/sound/
H A Dtas2781-dsp.h184 int tasdevice_prmg_load(void *context, int prm_no);