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