Home
last modified time | relevance | path

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

/linux/sound/pci/hda/
H A Dtas2781_hda_i2c.c233 ucontrol->value.integer.value[0] = tas_priv->rcabin.profile_cfg_id; in tasdevice_get_profile_id()
236 __func__, kcontrol->id.name, tas_priv->rcabin.profile_cfg_id); in tasdevice_get_profile_id()
257 tas_priv->rcabin.profile_cfg_id, val); in tasdevice_set_profile_id()
259 if (tas_priv->rcabin.profile_cfg_id != val) { in tasdevice_set_profile_id()
260 tas_priv->rcabin.profile_cfg_id = val; in tasdevice_set_profile_id()
H A Dtas2781_hda_spi.c500 ucontrol->value.integer.value[0] = tas_priv->rcabin.profile_cfg_id; in tasdevice_get_profile_id()
513 if (tas_priv->rcabin.profile_cfg_id != val) { in tasdevice_set_profile_id()
514 tas_priv->rcabin.profile_cfg_id = val; in tasdevice_set_profile_id()
983 tas_priv->rcabin.profile_cfg_id = TAS2781_PRE_POST_RESET_CFG; in tasdev_fw_ready()
985 tas_priv->rcabin.profile_cfg_id = 0; in tasdev_fw_ready()
H A Dtas2781_spi_fwlib.c1993 int profile_cfg_id = tas_priv->rcabin.profile_cfg_id; in tasdevice_spi_tuning_switch() local
2001 tasdevice_spi_select_cfg_blk(tas_priv, profile_cfg_id, in tasdevice_spi_tuning_switch()
2004 tasdevice_spi_select_cfg_blk(tas_priv, profile_cfg_id, in tasdevice_spi_tuning_switch()
/linux/include/sound/
H A Dtas2781-dsp.h176 int profile_cfg_id; member
/linux/sound/soc/codecs/
H A Dtas2781-fmwlib.c2365 int profile_cfg_id = tas_priv->rcabin.profile_cfg_id; in tasdevice_tuning_switch() local
2382 profile_cfg_id = tas_priv->rcabin.profile_cfg_id; in tasdevice_tuning_switch()
2385 profile_cfg_id); in tasdevice_tuning_switch()
2388 tasdevice_select_cfg_blk(tas_priv, profile_cfg_id, in tasdevice_tuning_switch()
2391 tasdevice_select_cfg_blk(tas_priv, profile_cfg_id, in tasdevice_tuning_switch()
H A Dtas2781-i2c.c882 if (tas_priv->rcabin.profile_cfg_id != in tasdevice_set_profile_id()
884 tas_priv->rcabin.profile_cfg_id = in tasdevice_set_profile_id()
968 ucontrol->value.integer.value[0] = tas_priv->rcabin.profile_cfg_id; in tasdevice_get_profile_id()