1
0
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:
John Greb
2014-11-12 19:54:03 +00:00
parent 80a9d30fc3
commit 333976fa6d
4 changed files with 5 additions and 12 deletions
-10
View File
@@ -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();