1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

all source and sink plugins except FileSource and SDRdaemonSource: apply settings with force on construction

This commit is contained in:
f4exb
2017-12-24 11:05:16 +01:00
parent 351651c3e5
commit 8e07820e8e
13 changed files with 34 additions and 8 deletions
@@ -56,6 +56,8 @@ HackRFInput::HackRFInput(DeviceSourceAPI *deviceAPI) :
m_deviceAPI->addSink(m_fileSink);
m_deviceAPI->setBuddySharedPtr(&m_sharedParams);
applySettings(m_settings, true);
}
HackRFInput::~HackRFInput()