Home
last modified time | relevance | path

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

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