Skip to content
Snippets Groups Projects

RCG: correct dac duotone amplitude

Merged Ezekiel Dohmen requested to merge ezekiel.dohmen/advligorts:merge-4.2 into master
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -105,6 +105,11 @@ mapPciModules( CDS_HARDWARE* pCds )
dacdev = NULL;
status = 0;
// initialize dac duotone multipliers/divisors in case
// we don't have one or the other of DAC or ADC cards
pCds->adcDuoToneDivisor[ 0 ] = 1;
pCds->dacDuoToneMultiplier[ 0 ] = 1;
modCount = map_cards_2_slots ( &cdsPciModules ) ;
// Map and Initialize ADC and DAC modules
Loading