Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/codecs/
Dab8500-codec.c104 ANC_APPLY_FIR_IIR = 1, enumerator
1228 if (req != ANC_APPLY_FIR_IIR && req != ANC_APPLY_FIR && in anc_status_control_put()
1235 apply_fir = req == ANC_APPLY_FIR || req == ANC_APPLY_FIR_IIR; in anc_status_control_put()
1236 apply_iir = req == ANC_APPLY_IIR || req == ANC_APPLY_FIR_IIR; in anc_status_control_put()