Home
last modified time | relevance | path

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

/Linux-v6.6/include/sound/
Dtas2781-dsp.h162 int ncfgs; member
/Linux-v6.6/sound/soc/codecs/
Dtas2781-fmwlib.c303 rca->ncfgs = 0; in tasdevice_rca_parser()
305 rca->ncfgs += 1; in tasdevice_rca_parser()
719 if (conf_no >= rca->ncfgs || conf_no < 0 || !cfg_info) { in tasdevice_select_cfg_blk()
721 rca->ncfgs); in tasdevice_select_cfg_blk()
2148 for (i = 0; i < rca->ncfgs; i++) { in tasdevice_config_info_remove()
2214 if (rca_conf_no >= rca->ncfgs || rca_conf_no < 0 || in tasdevice_select_tuningprm_cfg()
2218 rca_conf_no, rca->ncfgs-1); in tasdevice_select_tuningprm_cfg()
Dtas2781-i2c.c208 uinfo->value.integer.max = tas_priv->rcabin.ncfgs - 1; in tasdevice_info_profile()
/Linux-v6.6/sound/pci/hda/
Dtas2781_hda_i2c.c161 uinfo->value.integer.max = tas_priv->rcabin.ncfgs - 1; in tasdevice_info_profile()
181 int max = tas_priv->rcabin.ncfgs - 1; in tasdevice_set_profile_id()