1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-26 17:58:43 -05:00

SDRPlay plugin: new libmirisdr library: support of SDRPlay hardware flavour

This commit is contained in:
f4exb 2016-11-17 00:45:11 +01:00
parent 3da9c5b7cf
commit e4e7621d54

View File

@ -71,7 +71,7 @@ bool SDRPlayInput::start(int device)
return false;
}
if ((res = mirisdr_open(&m_dev, device)) < 0)
if ((res = mirisdr_open(&m_dev, MIRISDR_HW_SDRPLAY, device)) < 0)
{
qCritical("SDRPlayInput::start: could not open SDRPlay #%d: %s", device, strerror(errno));
return false;