[Redbutton-devel] SF.net SVN: redbutton: [194] redbutton-download/trunk/channels.c
Brought to you by:
skilvington
|
From: <ski...@us...> - 2007-01-24 16:52:00
|
Revision: 194
http://svn.sourceforge.net/redbutton/?rev=194&view=rev
Author: skilvington
Date: 2007-01-24 08:51:56 -0800 (Wed, 24 Jan 2007)
Log Message:
-----------
something TODO
Modified Paths:
--------------
redbutton-download/trunk/channels.c
Modified: redbutton-download/trunk/channels.c
===================================================================
--- redbutton-download/trunk/channels.c 2007-01-23 16:11:01 UTC (rev 193)
+++ redbutton-download/trunk/channels.c 2007-01-24 16:51:56 UTC (rev 194)
@@ -264,6 +264,13 @@
if((needed_params = get_tune_params(service_id)) == NULL)
fatal("service_id %u not found in channels.conf file", service_id);
+/* TODO */
+ /* if no-one was using the frontend when we open it
+ * FE_GET_FRONTEND may say we are tuned to the frequency we want
+ * but when we try to read any data, it fails
+ * => always tune the first time we open the frontend
+ */
+
/* are we already tuned to the right frequency */
vverbose("Current frequency %u; needed %u", current_params.frequency, needed_params->frequency);
if(current_params.frequency != needed_params->frequency)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|