Skip to content

Commit

Permalink
Fixed issue with DVB-C tuning on Linux (regression problem)
Browse files Browse the repository at this point in the history
  • Loading branch information
Narflex committed Nov 8, 2016
1 parent 79cae5d commit 7c9765f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/so/DVBCapture2.0/sage_DVBCaptureDevice.c
Original file line number Diff line number Diff line change
Expand Up @@ -1766,7 +1766,7 @@ int tuneDVBCFrequency( DVBCaptureDev *CDev, DVB_C_FREQ* dvbc, int dryTune )
//close( CDev->dvrFd );
//CDev->dvrFd = -1;

if ( ioctl( CDev->frontendFd, FE_SET_PROPERTY, &feparams ) < 0)
if ( ioctl( CDev->frontendFd, FE_SET_FRONTEND, &feparams ) < 0)
{
flog(( "Native.log", "tuneDVBC failed\r\n" ));
return -1;
Expand Down

0 comments on commit 7c9765f

Please sign in to comment.