diff --git a/sdrbase/dsp/dspdevicesinkengine.cpp b/sdrbase/dsp/dspdevicesinkengine.cpp index 714698f44..31662fbc8 100644 --- a/sdrbase/dsp/dspdevicesinkengine.cpp +++ b/sdrbase/dsp/dspdevicesinkengine.cpp @@ -621,9 +621,7 @@ void DSPDeviceSinkEngine::checkNumberOfBasebandSources() m_multipleSourcesDivisionFactor = 1< 1) { + if (nbSources > 1) { connect(sampleFifo, SIGNAL(dataWrite(int)), this, SLOT(handleData(int)), Qt::QueuedConnection); }