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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/oxygen/
H A Dxonar_wm87x6.c558 u8 to_update; local
561 to_update = (value->value.integer.value[0] !=
564 to_update |= (value->value.integer.value[1] !=
568 if (to_update) {
578 if (to_update & 1)
582 ((to_update & 2) ? 0 : WM8776_UPDATE));
583 if (to_update & 2)
589 return to_update != 0;

Completed in 205 milliseconds