]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
linuxdvb: fixed typo in the sat config (Longitude Direction West)
authorJaroslav Kysela <perex@perex.cz>
Sun, 14 Dec 2014 10:10:28 +0000 (11:10 +0100)
committerJaroslav Kysela <perex@perex.cz>
Sun, 14 Dec 2014 10:10:28 +0000 (11:10 +0100)
src/input/mpegts/linuxdvb/linuxdvb_adapter.c
src/input/mpegts/linuxdvb/linuxdvb_satconf.c

index b34c1cb02791fa7b6bc8469baaf3bd02f78a3d91..49743ed13bdacd66f0fea344475647446d5a63c9 100644 (file)
@@ -164,6 +164,7 @@ linuxdvb_adapter_create
 static dvb_fe_type_t
 linux_dvb_get_type(int linux_type)
 {
+  return DVB_TYPE_S;
   switch (linux_type) {
   case FE_QPSK:
     return DVB_TYPE_S;
index e200348e0e48ca2c9ddabc14acaa4f4337607dea..91b6a85e548aea726a089125af98d245ec447cdd 100644 (file)
@@ -249,7 +249,7 @@ const idclass_t linuxdvb_satconf_class =
     },
     {
       .type     = PT_BOOL,
-      .id       = "site_lat_south",
+      .id       = "site_lon_west",
       .name     = "Longtitude Direction West",
       .off      = offsetof(linuxdvb_satconf_t, ls_site_lon_west),
       .opts     = PO_ADVANCED,