]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
V4L/DVB: tm6000: reset the numbers of feeds to 8
authorStefan Ringel <stefan.ringel@arcor.de>
Mon, 15 Feb 2010 17:37:19 +0000 (14:37 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 18 May 2010 03:44:03 +0000 (00:44 -0300)
Signed-off-by: Stefan Ringel <stefan.ringel@arcor.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/tm6000/tm6000-dvb.c

index e16d55efb4f29c7e118d26aced9938d2c6df298e..12a0758559ad213d3efbe9d9460ceb46a4f7d2d6 100644 (file)
@@ -285,8 +285,8 @@ int tm6000_dvb_register(struct tm6000_core *dev)
        dvb->demux.dmx.capabilities = DMX_TS_FILTERING | DMX_SECTION_FILTERING
                                                            | DMX_MEMORY_BASED_FILTERING;
        dvb->demux.priv = dev;
-       dvb->demux.filternum = 5; /* 256; */
-       dvb->demux.feednum = 5; /* 256; */
+       dvb->demux.filternum = 8;
+       dvb->demux.feednum = 8;
        dvb->demux.start_feed = tm6000_start_feed;
        dvb->demux.stop_feed = tm6000_stop_feed;
        dvb->demux.write_to_decoder = NULL;