SI470X_MONO
return __SHIFTOUT(powercfg, SI470X_MONO) ? 0 : 1;
powercfg &= ~(SI470X_DMUTE|SI470X_MONO);
powercfg |= stereo ? 0 : SI470X_MONO;