]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
dvb: Stub the raw_setup()
authorAndreas Öman <andreas@lonelycoder.com>
Thu, 25 Oct 2012 06:52:35 +0000 (08:52 +0200)
committerAndreas Öman <andreas@lonelycoder.com>
Thu, 25 Oct 2012 11:06:05 +0000 (13:06 +0200)
src/dvb/dvb_adapter.c

index 49db8b34f612bff57c441210f24423e7085f659a..8de1767335575df762435b6a2adcdce9698023e8 100644 (file)
@@ -452,7 +452,12 @@ tda_add(int adapter_num)
 
   TAILQ_INSERT_TAIL(&dvb_adapters, tda, tda_global_link);
 
-  dvb_input_filtered_setup(tda);
+  if(0) {
+    // TBD
+    dvb_input_raw_setup(tda);
+  } else {
+    dvb_input_filtered_setup(tda);
+  }
 
   if(tda->tda_sat)
     dvb_satconf_init(tda);