--- a/plugins/samplesource/osmosdr/osmosdrinput.cpp
+++ b/plugins/samplesource/osmosdr/osmosdrinput.cpp
@@ -460,7 +460,7 @@
 		m_settings.m_opAmpQ1 = settings.m_opAmpQ1;
 		m_settings.m_opAmpQ2 = settings.m_opAmpQ2;
 		if(m_dev != NULL) {
-			if(!osmosdr_set_iq_amp(m_dev, m_settings.m_opAmpI1, m_settings.m_opAmpI2, m_settings.m_opAmpQ1, m_settings.m_opAmpQ2))
+		  // if(!osmosdr_set_iq_amp(m_dev, m_settings.m_opAmpI1, m_settings.m_opAmpI2, m_settings.m_opAmpQ1, m_settings.m_opAmpQ2))
 				qDebug("osmosdr_set_iq_amp(1) failed");
 		}
 	}
@@ -470,7 +470,7 @@
 		m_settings.m_dcOfsI = settings.m_dcOfsI;
 		m_settings.m_dcOfsQ = settings.m_dcOfsQ;
 		if(m_dev != NULL) {
-			if(!osmosdr_set_tuner_dc_offset(m_dev, m_settings.m_dcOfsI, m_settings.m_dcOfsQ))
+		  // if(!osmosdr_set_tuner_dc_offset(m_dev, m_settings.m_dcOfsI, m_settings.m_dcOfsQ))
 				qDebug("osmosdr_set_tuner_dc_offset() failed");
 		}
 	}
