Home
last modified time | relevance | path

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

/Linux-v6.6/sound/soc/codecs/
Dtas2781-i2c.c112 ucontrol->value.integer.value[0] = (int)tas_priv->force_fwload_status; in tas2781_force_fwload_get()
114 tas_priv->force_fwload_status ? "ON" : "OFF"); in tas2781_force_fwload_get()
128 if (tas_priv->force_fwload_status == val) in tas2781_force_fwload_put()
132 tas_priv->force_fwload_status = val; in tas2781_force_fwload_put()
135 tas_priv->force_fwload_status ? "ON" : "OFF"); in tas2781_force_fwload_put()
Dtas2781-fmwlib.c2226 || tas_priv->force_fwload_status) { in tasdevice_select_tuningprm_cfg()
/Linux-v6.6/sound/pci/hda/
Dtas2781_hda_i2c.c338 ucontrol->value.integer.value[0] = (int)tas_priv->force_fwload_status; in tas2781_force_fwload_get()
340 tas_priv->force_fwload_status ? "ON" : "OFF"); in tas2781_force_fwload_get()
351 if (tas_priv->force_fwload_status == val) in tas2781_force_fwload_put()
355 tas_priv->force_fwload_status = val; in tas2781_force_fwload_put()
358 tas_priv->force_fwload_status ? "ON" : "OFF"); in tas2781_force_fwload_put()
/Linux-v6.6/include/sound/
Dtas2781.h121 bool force_fwload_status; member