Commit 342c4f9f authored by Christophe Massiot's avatar Christophe Massiot

* dvb.c: Re-apply the tone parameter after sending diseqc command, as reported on the list.

parent a213a50b
......@@ -525,7 +525,7 @@ static int FrontendDoDiseqc(void)
msleep(100000); /* ... */
}
else if ( ioctl( i_frontend, FE_SET_TONE, fe_tone ) < 0 )
if ( ioctl( i_frontend, FE_SET_TONE, fe_tone ) < 0 )
{
msg_Err( NULL, "FE_SET_TONE failed (%s)", strerror(errno) );
exit(1);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment