Home
last modified time | relevance | path

Searched refs:force_fwload_status (Results 1 – 5 of 5) sorted by relevance

/linux/sound/hda/codecs/side-codecs/
H A Dtas2781_hda_i2c.c235 ucontrol->value.integer.value[0] = (int)tas_priv->force_fwload_status; in tas2781_force_fwload_get()
237 __func__, kcontrol->id.name, tas_priv->force_fwload_status); in tas2781_force_fwload_get()
252 tas_priv->force_fwload_status, val); in tas2781_force_fwload_put()
254 if (tas_priv->force_fwload_status == val) in tas2781_force_fwload_put()
258 tas_priv->force_fwload_status = val; in tas2781_force_fwload_put()
H A Dtas2781_hda_spi.c467 ucontrol->value.integer.value[0] = (int)tas_priv->force_fwload_status; in tas2781_force_fwload_get()
469 str_on_off(tas_priv->force_fwload_status)); in tas2781_force_fwload_get()
480 if (tas_priv->force_fwload_status == val) { in tas2781_force_fwload_put()
484 tas_priv->force_fwload_status = val; in tas2781_force_fwload_put()
487 str_on_off(tas_priv->force_fwload_status)); in tas2781_force_fwload_put()
/linux/include/sound/
H A Dtas2781.h233 bool force_fwload_status; member
/linux/sound/soc/codecs/
H A Dtas2781-i2c.c215 ucontrol->value.integer.value[0] = (int)tas_priv->force_fwload_status; in tasdev_force_fwload_get()
217 tas_priv->force_fwload_status ? "ON" : "OFF"); in tasdev_force_fwload_get()
230 if (tas_priv->force_fwload_status == val) in tasdev_force_fwload_put()
234 tas_priv->force_fwload_status = val; in tasdev_force_fwload_put()
237 tas_priv->force_fwload_status ? "ON" : "OFF"); in tasdev_force_fwload_put()
H A Dtas2781-fmwlib.c2643 || tas_priv->force_fwload_status)) { in tasdevice_select_tuningprm_cfg()