mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
Working kernel driver.
This commit is contained in:
@@ -119,6 +119,7 @@ V4LThread::OpenSource(const char *filename)
|
||||
xioctl(fd, VIDIOC_QBUF, &buf);
|
||||
}
|
||||
|
||||
set_sample_rate((double)SAMPLERATE);
|
||||
// start streaming
|
||||
type = V4L2_BUF_TYPE_SDR_CAPTURE;
|
||||
xioctl(fd, VIDIOC_STREAMON, &type);
|
||||
|
||||
Reference in New Issue
Block a user