Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/codecs/
Dab8500-codec.c1089 bool apply_fir, bool apply_iir) in anc_configure() argument
1111 if (apply_iir) in anc_configure()
1214 bool apply_fir, apply_iir; in anc_status_control_put() local
1235 apply_iir = req == ANC_APPLY_IIR || req == ANC_APPLY_FIR_IIR; in anc_status_control_put()
1247 anc_configure(codec, apply_fir, apply_iir); in anc_status_control_put()
1255 if (apply_iir) { in anc_status_control_put()