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()780 if (tas_hda->priv->rcabin.init_profile_id >= 0) in tas2781_system_resume()782 tas_hda->priv->rcabin.init_profile_id, in tas2781_system_resume()
677 tas_priv->rcabin.profile_cfg_id = 0; in tasdev_fw_ready()
993 if (tas_priv->rcabin.profile_cfg_id != in tasdevice_set_profile_id()995 tas_priv->rcabin.profile_cfg_id = in tasdevice_set_profile_id()1037 max_valid_id = tas_priv->rcabin.ncfgs - 1; in tasdevice_set_capture_profile_id()1043 if (tas_priv->rcabin.ncfgs == 0 || user_prof_id > max_valid_id) in tasdevice_set_capture_profile_id()1046 if (tas_priv->rcabin.capture_profile_id != user_prof_id) { in tasdevice_set_capture_profile_id()1047 tas_priv->rcabin.capture_profile_id = user_prof_id; in tasdevice_set_capture_profile_id()1118 uinfo->value.integer.max = tas_priv->rcabin.ncfgs - 1; in tasdevice_info_profile()1129 ucontrol->value.integer.value[0] = tas_priv->rcabin.profile_cfg_id; in tasdevice_get_profile_id()1155 max_valid_id = tas_priv->rcabin.ncfgs > 0 ? in tasdevice_get_capture_profile_id()1156 (tas_priv->rcabin.ncfgs - 1U) : 0; in tasdevice_get_capture_profile_id()[all …]
196 if (tas_priv->rcabin.fw_hdr.binary_version_num >= 0x105) { in tasdevice_add_config()207 tas_priv->rcabin.init_profile_id = in tasdevice_add_config()208 tas_priv->rcabin.ncfgs - 1; in tasdevice_add_config()210 __func__, tas_priv->rcabin.init_profile_id); in tasdevice_add_config()314 rca = &(tas_priv->rcabin); in tasdevice_rca_parser()1023 struct tasdevice_rca *rca = &(tas_priv->rcabin); in tasdevice_select_cfg_blk()2473 struct tasdevice_rca *rca = &(tas_priv->rcabin); in tasdevice_config_info_remove()2650 struct tasdevice_rca *rca = &(tas_priv->rcabin); in tasdevice_select_tuningprm_cfg()2799 int profile_cfg_id = is_cap ? tas_priv->rcabin.capture_profile_id : in tasdevice_tuning_switch()2800 tas_priv->rcabin.profile_cfg_id; in tasdevice_tuning_switch()
203 struct tasdevice_rca rcabin; member