Home
last modified time | relevance | path

Searched refs:rcabin (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dtas2781-i2c.c158 if (tas_priv->rcabin.profile_cfg_id != in tasdevice_set_profile_id()
160 tas_priv->rcabin.profile_cfg_id = in tasdevice_set_profile_id()
208 uinfo->value.integer.max = tas_priv->rcabin.ncfgs - 1; in tasdevice_info_profile()
219 ucontrol->value.integer.value[0] = tas_priv->rcabin.profile_cfg_id; in tasdevice_get_profile_id()
H A Dtas2781-fmwlib.c110 if (tas_priv->rcabin.fw_hdr.binary_version_num >= 0x105) { in tasdevice_add_config()
219 rca = &(tas_priv->rcabin); in tasdevice_rca_parser()
264 "ndev(%u) in rcabin mismatch ndev(%u) in DTS\n", in tasdevice_rca_parser()
714 struct tasdevice_rca *rca = &(tas_priv->rcabin); in tasdevice_select_cfg_blk()
2143 struct tasdevice_rca *rca = &(tas_priv->rcabin); in tasdevice_config_info_remove()
2188 struct tasdevice_rca *rca = &(tas_priv->rcabin); in tasdevice_select_tuningprm_cfg()
2404 int profile_cfg_id = tas_priv->rcabin.profile_cfg_id; in tasdevice_tuning_switch()
2414 profile_cfg_id = tas_priv->rcabin.profile_cfg_id; in tasdevice_tuning_switch()
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dtas2781_hda_i2c.c172 uinfo->value.integer.max = tas_priv->rcabin.ncfgs - 1; in tasdevice_info_profile()
182 ucontrol->value.integer.value[0] = tas_priv->rcabin.profile_cfg_id; in tasdevice_get_profile_id()
192 int max = tas_priv->rcabin.ncfgs - 1; in tasdevice_set_profile_id()
197 if (tas_priv->rcabin.profile_cfg_id != val) { in tasdevice_set_profile_id()
198 tas_priv->rcabin.profile_cfg_id = val; in tasdevice_set_profile_id()
/kernel/linux/linux-6.6/include/sound/
H A Dtas2781.h94 struct tasdevice_rca rcabin; member

Completed in 6 milliseconds