Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dtas2781-fmwlib.c2646 int tasdevice_select_tuningprm_cfg(void *context, int prm_no, in tasdevice_select_tuningprm_cfg() argument
2670 if (prm_no >= tas_fmw->nr_programs) { in tasdevice_select_tuningprm_cfg()
2673 __func__, prm_no, tas_fmw->nr_programs); in tasdevice_select_tuningprm_cfg()
2687 if (prm_no >= 0 in tasdevice_select_tuningprm_cfg()
2688 && (tas_priv->tasdevice[i].cur_prog != prm_no in tasdevice_select_tuningprm_cfg()
2700 program = &(tas_fmw->programs[prm_no]); in tasdevice_select_tuningprm_cfg()
2707 tas_priv->tasdevice[i].cur_prog = prm_no; in tasdevice_select_tuningprm_cfg()
2750 int tasdevice_prmg_load(void *context, int prm_no) in tasdevice_prmg_load() argument
2763 if (prm_no >= tas_fmw->nr_programs) { in tasdevice_prmg_load()
2766 __func__, prm_no, tas_fmw->nr_programs); in tasdevice_prmg_load()
[all …]