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.c2599 int tasdevice_select_tuningprm_cfg(void *context, int prm_no, in tasdevice_select_tuningprm_cfg() argument
2623 if (prm_no >= tas_fmw->nr_programs) { in tasdevice_select_tuningprm_cfg()
2626 __func__, prm_no, tas_fmw->nr_programs); in tasdevice_select_tuningprm_cfg()
2640 if (prm_no >= 0 in tasdevice_select_tuningprm_cfg()
2641 && (tas_priv->tasdevice[i].cur_prog != prm_no in tasdevice_select_tuningprm_cfg()
2653 program = &(tas_fmw->programs[prm_no]); in tasdevice_select_tuningprm_cfg()
2660 tas_priv->tasdevice[i].cur_prog = prm_no; in tasdevice_select_tuningprm_cfg()
2703 int tasdevice_prmg_load(void *context, int prm_no) in tasdevice_prmg_load() argument
2716 if (prm_no >= tas_fmw->nr_programs) { in tasdevice_prmg_load()
2719 __func__, prm_no, tas_fmw->nr_programs); in tasdevice_prmg_load()
[all …]