Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dwm2000.c69 unsigned int anc_active:1; member
584 if (wm2000->anc_active) in wm2000_anc_set_mode()
593 wm2000->anc_active); in wm2000_anc_set_mode()
604 ucontrol->value.integer.value[0] = wm2000->anc_active; in wm2000_anc_mode_get()
614 unsigned int anc_active = ucontrol->value.integer.value[0]; in wm2000_anc_mode_put() local
617 if (anc_active > 1) in wm2000_anc_mode_put()
622 wm2000->anc_active = anc_active; in wm2000_anc_mode_put()
914 wm2000->anc_active = 1; in wm2000_i2c_probe()