Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dtas2781-dsp.h169 int ncfgs; member
/openbmc/linux/sound/soc/codecs/
H A Dtas2781-fmwlib.c301 rca->ncfgs = 0; in tasdevice_rca_parser()
303 rca->ncfgs += 1; in tasdevice_rca_parser()
717 if (conf_no >= rca->ncfgs || conf_no < 0 || !cfg_info) { in tasdevice_select_cfg_blk()
719 rca->ncfgs); in tasdevice_select_cfg_blk()
2147 for (i = 0; i < rca->ncfgs; i++) { in tasdevice_config_info_remove()
2231 if (rca_conf_no >= rca->ncfgs || rca_conf_no < 0 || in tasdevice_select_tuningprm_cfg()
2235 rca_conf_no, rca->ncfgs-1); in tasdevice_select_tuningprm_cfg()
H A Dtas2781-i2c.c208 uinfo->value.integer.max = tas_priv->rcabin.ncfgs - 1; in tasdevice_info_profile()
/openbmc/linux/sound/pci/hda/
H A Dtas2781_hda_i2c.c162 uinfo->value.integer.max = tas_priv->rcabin.ncfgs - 1; in tasdevice_info_profile()
186 int max = tas_priv->rcabin.ncfgs - 1; in tasdevice_set_profile_id()