Searched refs:is_softclip_on (Results 1 - 2 of 2) sorted by path

/linux-master/sound/soc/codecs/
H A Dlpass-rx-macro.c608 int is_softclip_on; member in struct:rx_macro
2101 if (!rx->is_softclip_on)
2423 ucontrol->value.integer.value[0] = rx->is_softclip_on;
2434 rx->is_softclip_on = ucontrol->value.integer.value[0];
H A Dlpass-wsa-macro.c350 int is_softclip_on[WSA_MACRO_SOFTCLIP_MAX]; member in struct:wsa_macro
1391 if (!wsa->is_softclip_on[softclip_path])
1901 ucontrol->value.integer.value[0] = wsa->is_softclip_on[path];
1913 wsa->is_softclip_on[path] = ucontrol->value.integer.value[0];

Completed in 185 milliseconds