mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
Device user arguments: use it in SoapySDR
This commit is contained in:
@@ -149,7 +149,7 @@ bool SoapySDRInput::openDevice()
|
||||
{
|
||||
qDebug("SoapySDRInput::openDevice: open device here");
|
||||
DeviceSoapySDR& deviceSoapySDR = DeviceSoapySDR::instance();
|
||||
m_deviceShared.m_device = deviceSoapySDR.openSoapySDR(m_deviceAPI->getSamplingDeviceSequence());
|
||||
m_deviceShared.m_device = deviceSoapySDR.openSoapySDR(m_deviceAPI->getSamplingDeviceSequence(), m_deviceAPI->getHardwareUserArguments());
|
||||
|
||||
if (!m_deviceShared.m_device)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user