Home
last modified time | relevance | path

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

/linux/sound/pci/ice1712/
H A Dprodigy192.c566 unsigned char new, old, itemvalue; in ak4114_input_sw_put() local
571 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()