Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dwm2000.c70 enum wm2000_anc_mode anc_mode; member
112 wm2000->anc_mode = ANC_OFF; in wm2000_reset()
140 if (WARN_ON(wm2000->anc_mode != ANC_OFF)) in wm2000_power_up()
238 wm2000->anc_mode = ANC_ACTIVE; in wm2000_power_up()
272 wm2000->anc_mode = ANC_OFF; in wm2000_power_down()
281 if (WARN_ON(wm2000->anc_mode != ANC_ACTIVE)) in wm2000_enter_bypass()
310 wm2000->anc_mode = ANC_BYPASS; in wm2000_enter_bypass()
320 if (WARN_ON(wm2000->anc_mode != ANC_BYPASS)) in wm2000_exit_bypass()
345 wm2000->anc_mode = ANC_ACTIVE; in wm2000_exit_bypass()
355 if (WARN_ON(wm2000->anc_mode != ANC_ACTIVE)) in wm2000_enter_standby()
[all …]