Home
last modified time | relevance | path

Searched refs:cali_switch (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/codecs/aw88395/
H A Daw88395_device.h145 bool cali_switch; member
/linux/sound/soc/codecs/
H A Daw88399.c1832 ucontrol->value.integer.value[0] = aw_dev->cali_desc.cali_switch; in aw88399_calib_switch_get()
1844 if (aw_dev->cali_desc.cali_switch == ucontrol->value.integer.value[0]) in aw88399_calib_switch_set()
1847 aw_dev->cali_desc.cali_switch = ucontrol->value.integer.value[0]; in aw88399_calib_switch_set()
1866 if (aw_dev->status && aw_dev->cali_desc.cali_switch) in aw88399_calib_set()