mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 22:14:45 -04:00
Working kernel driver.
This commit is contained in:
@@ -70,16 +70,6 @@ V4LInput::V4LInput(MessageQueue* msgQueueToGUI) :
|
||||
{
|
||||
}
|
||||
|
||||
bool V4LThread::Init()
|
||||
{
|
||||
OpenSource("/dev/swradio0");
|
||||
if (fd < 0) {
|
||||
qCritical("could not open SDR");
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
V4LInput::~V4LInput()
|
||||
{
|
||||
stopInput();
|
||||
|
||||
Reference in New Issue
Block a user