- if(sc->bits_per_sample!= 0) config.bits_per_sample= sc->bits_per_sample;
- if(sc->decimation!= 0) config.decimation= sc->decimation;
- if(sc->trigger_threshold != -1) config.trigger_threshold= sc->trigger_threshold;
+ if(sc->bits_per_sample != 0) config.bits_per_sample = sc->bits_per_sample;
+ if(sc->decimation != 0) config.decimation = sc->decimation;
+ if(sc->trigger_threshold != -1) config.trigger_threshold = sc->trigger_threshold;