Searched refs:prm_no (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/sound/pci/hda/ |
| H A D | tas2781-spi.h | 152 int tasdevice_spi_prmg_load(void *context, int prm_no); 153 int tasdevice_spi_prmg_calibdata_load(void *context, int prm_no);
|
| H A D | tas2781_spi_fwlib.c | 1952 int tasdevice_spi_prmg_load(void *context, int prm_no) in tasdevice_spi_prmg_load() argument 1964 if (prm_no >= 0 && prm_no <= tas_fmw->nr_programs) { in tasdevice_spi_prmg_load() 1967 program = &tas_fmw->programs[prm_no]; in tasdevice_spi_prmg_load() 1973 tas_priv->cur_prog = prm_no; in tasdevice_spi_prmg_load() 1982 __func__, prm_no, tas_fmw->nr_programs); in tasdevice_spi_prmg_load()
|
| /linux-6.15/sound/soc/codecs/ |
| H A D | tas2781-fmwlib.c | 2373 if (prm_no >= tas_fmw->nr_programs) { in tasdevice_select_tuningprm_cfg() 2376 __func__, prm_no, tas_fmw->nr_programs); in tasdevice_select_tuningprm_cfg() 2390 if (prm_no >= 0 in tasdevice_select_tuningprm_cfg() 2391 && (tas_priv->tasdevice[i].cur_prog != prm_no in tasdevice_select_tuningprm_cfg() 2403 program = &(tas_fmw->programs[prm_no]); in tasdevice_select_tuningprm_cfg() 2410 tas_priv->tasdevice[i].cur_prog = prm_no; in tasdevice_select_tuningprm_cfg() 2466 if (prm_no >= tas_fmw->nr_programs) { in tasdevice_prmg_load() 2469 __func__, prm_no, tas_fmw->nr_programs); in tasdevice_prmg_load() 2474 if (prm_no >= 0 && tas_priv->tasdevice[i].cur_prog != prm_no) { in tasdevice_prmg_load() 2482 program = &(tas_fmw->programs[prm_no]); in tasdevice_prmg_load() [all …]
|
| /linux-6.15/include/sound/ |
| H A D | tas2781-dsp.h | 213 int tasdevice_prmg_load(void *context, int prm_no);
|