Searched refs:rcabin (Results 1 – 6 of 6) sorted by relevance
268 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()
473 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()
670 tas_priv->rcabin.profile_cfg_id = 0; in tasdev_fw_ready()
195 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() 360 "ndev(%u) in rcabin mismatch ndev(%u) in DTS\n", 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() 2604 struct tasdevice_rca *rca = &(tas_priv->rcabin); in tasdevice_select_tuningprm_cfg() 2753 int profile_cfg_id = tas_priv->rcabin in tasdevice_tuning_switch() [all...]
987 if (tas_priv->rcabin.profile_cfg_id != in tasdevice_set_profile_id() 989 tas_priv->rcabin.profile_cfg_id = in tasdevice_set_profile_id() 1061 uinfo->value.integer.max = tas_priv->rcabin.ncfgs - 1; in tasdevice_info_profile() 1072 ucontrol->value.integer.value[0] = tas_priv->rcabin.profile_cfg_id; in tasdevice_get_profile_id() 1721 if (tas_priv->rcabin.init_profile_id >= 0) in tasdevice_fw_ready() 1723 tas_priv->rcabin.init_profile_id, in tasdevice_fw_ready()
201 struct tasdevice_rca rcabin; member