Loading drivers/media/platform/msm/dvb/demux/mpq_dmx_plugin_tspp_v2.c +1 −1 Original line number Diff line number Diff line Loading @@ -6579,7 +6579,7 @@ static int mpq_dmx_tsppv2_init(struct dvb_adapter *mpq_adapter, /* Set dvb-demux "virtual" function pointers */ mpq_demux->demux.priv = (void *)mpq_demux; mpq_demux->demux.filternum = TSPP2_DMX_MAX_SECTION_FILTER_NUM; mpq_demux->demux.filternum = TSPP2_DMX_MAX_PID_FILTER_NUM; mpq_demux->demux.feednum = MPQ_MAX_DMX_FILES; mpq_demux->demux.start_feed = mpq_dmx_tspp2_start_filtering; mpq_demux->demux.stop_feed = mpq_dmx_tspp2_stop_filtering; Loading drivers/media/platform/msm/dvb/demux/mpq_dmx_plugin_tspp_v2.h +1 −4 Original line number Diff line number Diff line /* Copyright (c) 2013, The Linux Foundation. All rights reserved. /* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -36,9 +36,6 @@ #define TSPP2_DMX_PIPE_WORK_POOL_SIZE 500 /* Max number of section filters */ #define TSPP2_DMX_MAX_SECTION_FILTER_NUM 64 /* Polling timer interval in milliseconds */ #define TSPP2_DMX_POLL_TIMER_INTERVAL_MSEC 50 Loading Loading
drivers/media/platform/msm/dvb/demux/mpq_dmx_plugin_tspp_v2.c +1 −1 Original line number Diff line number Diff line Loading @@ -6579,7 +6579,7 @@ static int mpq_dmx_tsppv2_init(struct dvb_adapter *mpq_adapter, /* Set dvb-demux "virtual" function pointers */ mpq_demux->demux.priv = (void *)mpq_demux; mpq_demux->demux.filternum = TSPP2_DMX_MAX_SECTION_FILTER_NUM; mpq_demux->demux.filternum = TSPP2_DMX_MAX_PID_FILTER_NUM; mpq_demux->demux.feednum = MPQ_MAX_DMX_FILES; mpq_demux->demux.start_feed = mpq_dmx_tspp2_start_filtering; mpq_demux->demux.stop_feed = mpq_dmx_tspp2_stop_filtering; Loading
drivers/media/platform/msm/dvb/demux/mpq_dmx_plugin_tspp_v2.h +1 −4 Original line number Diff line number Diff line /* Copyright (c) 2013, The Linux Foundation. All rights reserved. /* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -36,9 +36,6 @@ #define TSPP2_DMX_PIPE_WORK_POOL_SIZE 500 /* Max number of section filters */ #define TSPP2_DMX_MAX_SECTION_FILTER_NUM 64 /* Polling timer interval in milliseconds */ #define TSPP2_DMX_POLL_TIMER_INTERVAL_MSEC 50 Loading