Searched refs:AK4114_IPS0 (Results 1 – 2 of 2) sorted by relevance
558 ucontrol->value.enumerated.item[0] = (val & AK4114_IPS0) ? 1 : 0; in ak4114_input_sw_get()573 new = (itemvalue & AK4114_IPS0) | (old & ~AK4114_IPS0); in ak4114_input_sw_put()
103 #define AK4114_IPS0 (1<<0) /* Input Recovery Data Select */ macro