Home
last modified time | relevance | path

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

/linux/sound/hda/codecs/side-codecs/
H A Dtas2781_hda.c308 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);
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_spi.c677 tas_priv->rcabin.profile_cfg_id = 0; in tasdev_fw_ready()
/linux/sound/soc/codecs/
H A Dtas2781-fmwlib.c2799 int profile_cfg_id = is_cap ? tas_priv->rcabin.capture_profile_id : in tasdevice_tuning_switch() local
2800 tas_priv->rcabin.profile_cfg_id; in tasdevice_tuning_switch()
2819 profile_cfg_id); in tasdevice_tuning_switch()
2822 tasdevice_select_cfg_blk(tas_priv, profile_cfg_id, in tasdevice_tuning_switch()
2825 tasdevice_select_cfg_blk(tas_priv, profile_cfg_id, in tasdevice_tuning_switch()
H A Dtas2781-i2c.c993 if (tas_priv->rcabin.profile_cfg_id != in tasdevice_set_profile_id()
995 tas_priv->rcabin.profile_cfg_id = in tasdevice_set_profile_id()
1129 ucontrol->value.integer.value[0] = tas_priv->rcabin.profile_cfg_id; in tasdevice_get_profile_id()