Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dwm2000.c72 unsigned int anc_active:1; member
593 if (wm2000->anc_active) in wm2000_anc_set_mode()
602 wm2000->anc_active); in wm2000_anc_set_mode()
613 ucontrol->value.integer.value[0] = wm2000->anc_active; in wm2000_anc_mode_get()
623 int anc_active = ucontrol->value.integer.value[0]; in wm2000_anc_mode_put() local
626 if (anc_active > 1) in wm2000_anc_mode_put()
631 wm2000->anc_active = anc_active; in wm2000_anc_mode_put()
913 wm2000->anc_active = 1; in wm2000_i2c_probe()