Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dlpass-wsa-macro.c415 int is_softclip_on[WSA_MACRO_SOFTCLIP_MAX]; member
1703 if (!wsa->is_softclip_on[softclip_path]) in wsa_macro_config_softclip()
2162 ucontrol->value.integer.value[0] = wsa->is_softclip_on[path]; in wsa_macro_soft_clip_enable_get()
2174 wsa->is_softclip_on[path] = ucontrol->value.integer.value[0]; in wsa_macro_soft_clip_enable_put()
H A Dlpass-rx-macro.c659 int is_softclip_on;
2285 if (!rx->is_softclip_on) in rx_macro_config_softclip()
2613 ucontrol->value.integer.value[0] = rx->is_softclip_on;
2624 rx->is_softclip_on = ucontrol->value.integer.value[0];
658 int is_softclip_on; global() member