Home
last modified time | relevance | path

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

/linux/sound/hda/codecs/side-codecs/
H A Dtas2781_hda.c268 uinfo->value.integer.max = tas_priv->rcabin.ncfgs - 1;
308 ucontrol->value.integer.value[0] = tas_priv->rcabin.profile_cfg_id; in tasdevice_get_profile_id()
311 kcontrol->id.name, tas_priv->rcabin.profile_cfg_id);
322 int max = tas_priv->rcabin.ncfgs - 1; in tasdevice_set_profile_id()
330 kcontrol->id.name, tas_priv->rcabin.profile_cfg_id, val); in tasdevice_set_profile_id()
332 if (tas_priv->rcabin.profile_cfg_id != val) { in tasdevice_set_profile_id()
333 tas_priv->rcabin.profile_cfg_id = val; in tasdevice_set_profile_id()
H A Dtas2781_hda_i2c.c473 if (tas_priv->rcabin.init_profile_id >= 0) in tasdevice_dspfw_init()
475 tas_priv->rcabin.init_profile_id, in tasdevice_dspfw_init()
777 if (tas_hda->priv->rcabin.init_profile_id >= 0) in tas2781_system_resume()
779 tas_hda->priv->rcabin.init_profile_id, in tas2781_system_resume()
H A Dtas2781_hda_spi.c678 tas_priv->rcabin.profile_cfg_id = 0; in tasdev_fw_ready()
/linux/sound/soc/codecs/
H A Dtas2781-fmwlib.c195 if (tas_priv->rcabin.fw_hdr.binary_version_num >= 0x105) { in tasdevice_add_config()
206 tas_priv->rcabin.init_profile_id = in tasdevice_add_config()
207 tas_priv->rcabin.ncfgs - 1; in tasdevice_add_config()
209 __func__, tas_priv->rcabin.init_profile_id); in tasdevice_add_config()
313 rca = &(tas_priv->rcabin); in tasdevice_rca_parser()
1021 struct tasdevice_rca *rca = &(tas_priv->rcabin); in tasdevice_select_cfg_blk()
2426 struct tasdevice_rca *rca = &(tas_priv->rcabin); in tasdevice_config_info_remove()
2603 struct tasdevice_rca *rca = &(tas_priv->rcabin); in tasdevice_select_tuningprm_cfg()
2752 int profile_cfg_id = tas_priv->rcabin.profile_cfg_id; in tasdevice_tuning_switch()
2769 profile_cfg_id = tas_priv->rcabin.profile_cfg_id; in tasdevice_tuning_switch()
H A Dtas2781-i2c.c986 if (tas_priv->rcabin.profile_cfg_id != in tasdevice_set_profile_id()
988 tas_priv->rcabin.profile_cfg_id = in tasdevice_set_profile_id()
1060 uinfo->value.integer.max = tas_priv->rcabin.ncfgs - 1; in tasdevice_info_profile()
1071 ucontrol->value.integer.value[0] = tas_priv->rcabin.profile_cfg_id; in tasdevice_get_profile_id()
1720 if (tas_priv->rcabin.init_profile_id >= 0) in tasdevice_fw_ready()
1722 tas_priv->rcabin.init_profile_id, in tasdevice_fw_ready()
/linux/include/sound/
H A Dtas2781.h202 struct tasdevice_rca rcabin; member