Home
last modified time | relevance | path

Searched refs:rcabin (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/sound/pci/hda/
H A Dtas2781_hda_i2c.c221 uinfo->value.integer.max = tas_priv->rcabin.ncfgs - 1; in tasdevice_info_profile()
233 ucontrol->value.integer.value[0] = tas_priv->rcabin.profile_cfg_id; in tasdevice_get_profile_id()
236 __func__, kcontrol->id.name, tas_priv->rcabin.profile_cfg_id); in tasdevice_get_profile_id()
248 int max = tas_priv->rcabin.ncfgs - 1; in tasdevice_set_profile_id()
257 tas_priv->rcabin.profile_cfg_id, val); in tasdevice_set_profile_id()
259 if (tas_priv->rcabin.profile_cfg_id != val) { in tasdevice_set_profile_id()
260 tas_priv->rcabin.profile_cfg_id = val; in tasdevice_set_profile_id()
H A Dtas2781_hda_spi.c490 uinfo->value.integer.max = tas_priv->rcabin.ncfgs - 1; in tasdevice_info_profile()
500 ucontrol->value.integer.value[0] = tas_priv->rcabin.profile_cfg_id; in tasdevice_get_profile_id()
509 int max = tas_priv->rcabin.ncfgs - 1; in tasdevice_set_profile_id()
513 if (tas_priv->rcabin.profile_cfg_id != val) { in tasdevice_set_profile_id()
514 tas_priv->rcabin.profile_cfg_id = val; in tasdevice_set_profile_id()
980 tas_priv->rcabin.profile_cfg_id = TAS2781_PRE_POST_RESET_CFG; in tasdev_fw_ready()
982 tas_priv->rcabin.profile_cfg_id = 0; in tasdev_fw_ready()
H A Dtas2781-spi.h85 struct tasdevice_rca rcabin; member
H A Dtas2781_spi_fwlib.c174 if (tas_priv->rcabin.fw_hdr.binary_version_num >= 0x105) { in tasdevice_add_config()
281 rca = &tas_priv->rcabin; in tasdevice_spi_rca_parser()
812 struct tasdevice_rca *rca = &tas_priv->rcabin; in tasdevice_spi_select_cfg_blk()
1910 struct tasdevice_rca *rca = &tas_priv->rcabin; in tasdevice_spi_config_info_remove()
1993 int profile_cfg_id = tas_priv->rcabin.profile_cfg_id; in tasdevice_spi_tuning_switch()
/linux-6.15/include/sound/
H A Dtas2781.h164 struct tasdevice_rca rcabin; member
/linux-6.15/sound/soc/codecs/
H A Dtas2781-fmwlib.c172 if (tas_priv->rcabin.fw_hdr.binary_version_num >= 0x105) { in tasdevice_add_config()
280 rca = &(tas_priv->rcabin); in tasdevice_rca_parser()
932 struct tasdevice_rca *rca = &(tas_priv->rcabin); in tasdevice_select_cfg_blk()
2249 struct tasdevice_rca *rca = &(tas_priv->rcabin); in tasdevice_config_info_remove()
2353 struct tasdevice_rca *rca = &(tas_priv->rcabin); in tasdevice_select_tuningprm_cfg()
2502 int profile_cfg_id = tas_priv->rcabin.profile_cfg_id; in tasdevice_tuning_switch()
2519 profile_cfg_id = tas_priv->rcabin.profile_cfg_id; in tasdevice_tuning_switch()
H A Dtas2781-i2c.c941 if (tas_priv->rcabin.profile_cfg_id != in tasdevice_set_profile_id()
943 tas_priv->rcabin.profile_cfg_id = in tasdevice_set_profile_id()
1016 uinfo->value.integer.max = tas_priv->rcabin.ncfgs - 1; in tasdevice_info_profile()
1027 ucontrol->value.integer.value[0] = tas_priv->rcabin.profile_cfg_id; in tasdevice_get_profile_id()