Home
last modified time | relevance | path

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

/linux-6.6.21/sound/pci/oxygen/
Dxonar_wm87x6.c717 u8 to_update; in wm8776_hp_vol_put() local
720 to_update = (value->value.integer.value[0] != in wm8776_hp_vol_put()
723 to_update |= (value->value.integer.value[1] != in wm8776_hp_vol_put()
727 if (to_update) { in wm8776_hp_vol_put()
737 if (to_update & 1) in wm8776_hp_vol_put()
741 ((to_update & 2) ? 0 : WM8776_UPDATE)); in wm8776_hp_vol_put()
742 if (to_update & 2) in wm8776_hp_vol_put()
748 return to_update != 0; in wm8776_hp_vol_put()