Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/ice1712/
Dprodigy192.c580 unsigned char new, old, itemvalue; in ak4114_input_sw_put() local
585 itemvalue = (ucontrol->value.enumerated.item[0]) ? 0xff : 0x00; in ak4114_input_sw_put()
587 new = (itemvalue & AK4114_IPS0) | (old & ~AK4114_IPS0); in ak4114_input_sw_put()