Searched refs:force_fwload_status (Results 1 – 4 of 4) sorted by relevance
388 ucontrol->value.integer.value[0] = (int)tas_priv->force_fwload_status; in tas2781_force_fwload_get() 390 __func__, kcontrol->id.name, tas_priv->force_fwload_status); in tas2781_force_fwload_get() 407 tas_priv->force_fwload_status, val); in tas2781_force_fwload_put() 409 if (tas_priv->force_fwload_status == val) in tas2781_force_fwload_put() 413 tas_priv->force_fwload_status = val; in tas2781_force_fwload_put()
184 bool force_fwload_status; member
179 ucontrol->value.integer.value[0] = (int)tas_priv->force_fwload_status; in tasdev_force_fwload_get()181 tas_priv->force_fwload_status ? "ON" : "OFF"); in tasdev_force_fwload_get()195 if (tas_priv->force_fwload_status == val) in tasdev_force_fwload_put()199 tas_priv->force_fwload_status = val; in tasdev_force_fwload_put()202 tas_priv->force_fwload_status ? "ON" : "OFF"); in tasdev_force_fwload_put()
2255 || tas_priv->force_fwload_status)) { in tasdevice_select_tuningprm_cfg()