Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dab8500-codec.c1077 bool apply_fir, bool apply_iir) in anc_configure() argument
1084 if (apply_fir) in anc_configure()
1091 if (apply_fir) in anc_configure()
1203 bool apply_fir, apply_iir; in anc_status_control_put() local
1223 apply_fir = req == ANC_APPLY_FIR || req == ANC_APPLY_FIR_IIR; in anc_status_control_put()
1235 anc_configure(component, apply_fir, apply_iir); in anc_status_control_put()
1237 if (apply_fir) { in anc_status_control_put()