Home
last modified time | relevance | path

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

/linux/sound/pci/hda/
H A Dtas2781_hda_i2c.c178 uinfo->value.integer.max = tas_priv->rcabin.ncfgs - 1; in tasdevice_info_profile()
190 ucontrol->value.integer.value[0] = tas_priv->rcabin.profile_cfg_id; in tasdevice_get_profile_id()
193 __func__, kcontrol->id.name, tas_priv->rcabin.profile_cfg_id); in tasdevice_get_profile_id()
205 int max = tas_priv->rcabin.ncfgs - 1; in tasdevice_set_profile_id()
214 tas_priv->rcabin.profile_cfg_id, val); in tasdevice_set_profile_id()
216 if (tas_priv->rcabin.profile_cfg_id != val) { in tasdevice_set_profile_id()
217 tas_priv->rcabin.profile_cfg_id = val; in tasdevice_set_profile_id()
/linux/include/sound/
H A Dtas2781.h156 struct tasdevice_rca rcabin; member
/linux/sound/soc/codecs/
H A Dtas2781-fmwlib.c171 if (tas_priv->rcabin.fw_hdr.binary_version_num >= 0x105) { in tasdevice_add_config()
279 rca = &(tas_priv->rcabin); in tasdevice_rca_parser()
813 struct tasdevice_rca *rca = &(tas_priv->rcabin); in tasdevice_select_cfg_blk()
2112 struct tasdevice_rca *rca = &(tas_priv->rcabin); in tasdevice_config_info_remove()
2216 struct tasdevice_rca *rca = &(tas_priv->rcabin); in tasdevice_select_tuningprm_cfg()
2366 int profile_cfg_id = tas_priv->rcabin.profile_cfg_id; in tasdevice_tuning_switch()
2383 profile_cfg_id = tas_priv->rcabin.profile_cfg_id; in tasdevice_tuning_switch()
H A Dtas2781-i2c.c900 if (tas_priv->rcabin.profile_cfg_id != in tasdevice_set_profile_id()
902 tas_priv->rcabin.profile_cfg_id = in tasdevice_set_profile_id()
975 uinfo->value.integer.max = tas_priv->rcabin.ncfgs - 1; in tasdevice_info_profile()
986 ucontrol->value.integer.value[0] = tas_priv->rcabin.profile_cfg_id; in tasdevice_get_profile_id()