Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dtas2781-fmwlib.c2212 int tasdevice_select_tuningprm_cfg(void *context, int prm_no, in tasdevice_select_tuningprm_cfg() argument
2236 if (prm_no >= tas_fmw->nr_programs) { in tasdevice_select_tuningprm_cfg()
2239 __func__, prm_no, tas_fmw->nr_programs); in tasdevice_select_tuningprm_cfg()
2253 if (prm_no >= 0 in tasdevice_select_tuningprm_cfg()
2254 && (tas_priv->tasdevice[i].cur_prog != prm_no in tasdevice_select_tuningprm_cfg()
2266 program = &(tas_fmw->programs[prm_no]); in tasdevice_select_tuningprm_cfg()
2273 tas_priv->tasdevice[i].cur_prog = prm_no; in tasdevice_select_tuningprm_cfg()
2317 int tasdevice_prmg_load(void *context, int prm_no) in tasdevice_prmg_load() argument
2330 if (prm_no >= tas_fmw->nr_programs) { in tasdevice_prmg_load()
2333 __func__, prm_no, tas_fmw->nr_programs); in tasdevice_prmg_load()
[all …]
/linux/include/sound/
H A Dtas2781-dsp.h189 int tasdevice_prmg_load(void *context, int prm_no);