Searched refs:itemvalue (Results 1 – 1 of 1) sorted by relevance
566 unsigned char new, old, itemvalue; in ak4114_input_sw_put() local571 itemvalue = (ucontrol->value.enumerated.item[0]) ? 0xff : 0x00; in ak4114_input_sw_put()573 new = (itemvalue & AK4114_IPS0) | (old & ~AK4114_IPS0); in ak4114_input_sw_put()