Searched refs:to_update (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/sound/pci/oxygen/
H A Dxonar_wm87x6.c726 u8 to_update; wm8776_hp_vol_put() local
729 to_update = (value->value.integer.value[0] != wm8776_hp_vol_put()
732 to_update |= (value->value.integer.value[1] != wm8776_hp_vol_put()
736 if (to_update) { wm8776_hp_vol_put()
746 if (to_update & 1) wm8776_hp_vol_put()
750 ((to_update & 2) ? 0 : WM8776_UPDATE)); wm8776_hp_vol_put()
751 if (to_update & 2) wm8776_hp_vol_put()
757 return to_update != 0; wm8776_hp_vol_put()

Completed in 99 milliseconds