Re: [PATCH] DVB-S2 multistream support

2012-08-13 Thread Mauro Carvalho Chehab
Em 12-08-2012 15:50, Antti Palosaari escreveu: > On 08/12/2012 09:33 PM, CrazyCat wrote: >> diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h >> index f50d405..32d51bc 100644 >> --- a/include/linux/dvb/frontend.h >> +++ b/include/linux/dvb/frontend.h >> @@ -62,6 +62,7 @@ typ

Re: [PATCH] DVB-S2 multistream support

2012-08-12 Thread Manu Abraham
On Mon, Aug 13, 2012 at 12:20 AM, Antti Palosaari wrote: > On 08/12/2012 09:33 PM, CrazyCat wrote: >> >> Ok, done :) Look like DTV_DVBT2_PLP_ID not implemented for CXD2820r ? > > > yes, true. It uses always PLP 0. I didn't have signal source that uses > multiple PLPs. I didn't even add that PLP ID

Re: [PATCH] DVB-S2 multistream support

2012-08-12 Thread Antti Palosaari
On 08/12/2012 09:33 PM, CrazyCat wrote: Ok, done :) Look like DTV_DVBT2_PLP_ID not implemented for CXD2820r ? yes, true. It uses always PLP 0. I didn't have signal source that uses multiple PLPs. I didn't even add that PLP ID to API. 12.08.2012, 03:00, "Antti Palosaari" : We asked you to m

Re: [PATCH] DVB-S2 multistream support

2012-08-12 Thread CrazyCat
Ok, done :) Look like DTV_DVBT2_PLP_ID not implemented for CXD2820r ? 12.08.2012, 03:00, "Antti Palosaari" : > We asked you to merge isdbs_ts_id, dvbt2_plp_id and dvbs2_mis_id to one > as those are logically same thing from the user-point of view. > Technically those differs, but that is userspace

Re: [PATCH] DVB-S2 multistream support

2012-08-11 Thread Antti Palosaari
On 08/12/2012 01:55 AM, CrazyCat wrote: Fixed patch. We asked you to merge isdbs_ts_id, dvbt2_plp_id and dvbs2_mis_id to one as those are logically same thing from the user-point of view. Technically those differs, but that is userspace API so underlying technique should not matter. It is

Re: [PATCH] DVB-S2 multistream support

2012-08-11 Thread CrazyCat
Fixed patch. Signed-off-by: Evgeny Plehov diff --git a/drivers/media/dvb/dvb-core/dvb_frontend.c b/drivers/media/dvb/dvb-core/dvb_frontend.c index aebcdf2..7813165 100644 --- a/drivers/media/dvb/dvb-core/dvb_frontend.c +++ b/drivers/media/dvb/dvb-core/dvb_frontend.c @@ -948,6 +948,7 @@ static in

Re: [PATCH] DVB-S2 multistream support

2012-08-10 Thread CrazyCat
Stream can be anything :) But for DVB standards this anyway DVBS transport stream 188 byte. Most media-bridges can handle only this stream. Specific generic-continous DVB-S2/T2/C2 streams require extended bus for passing frame-based stream, so this out of V4L DVB. Now MIS used often for distrib

Re: [PATCH] DVB-S2 multistream support

2012-08-10 Thread Manu Abraham
On Sat, Aug 11, 2012 at 6:37 AM, Antti Palosaari wrote: > On 08/11/2012 03:31 AM, Manu Abraham wrote: >> >> On Sat, Aug 11, 2012 at 5:44 AM, Antti Palosaari wrote: >>> >>> On 08/11/2012 01:12 AM, Mauro Carvalho Chehab wrote: Em 13-07-2012 20:15, CrazyCat escreveu: >>> >>> >>> >

Re: [PATCH] DVB-S2 multistream support

2012-08-10 Thread Antti Palosaari
On 08/11/2012 03:31 AM, Manu Abraham wrote: On Sat, Aug 11, 2012 at 5:44 AM, Antti Palosaari wrote: On 08/11/2012 01:12 AM, Mauro Carvalho Chehab wrote: Em 13-07-2012 20:15, CrazyCat escreveu: #define DTV_ISDBS_TS_ID 42 #define DTV_DVBT2_PLP_ID 43 +#define DTV_DV

Re: [PATCH] DVB-S2 multistream support

2012-08-10 Thread Manu Abraham
On Sat, Aug 11, 2012 at 5:44 AM, Antti Palosaari wrote: > On 08/11/2012 01:12 AM, Mauro Carvalho Chehab wrote: >> >> Em 13-07-2012 20:15, CrazyCat escreveu: > > >>> #define DTV_ISDBS_TS_ID 42 >>> >>> #define DTV_DVBT2_PLP_ID 43 >>> +#define DTV_DVBS2_MIS_ID 43 >> >> >>

Re: [PATCH] DVB-S2 multistream support

2012-08-10 Thread Antti Palosaari
On 08/11/2012 01:12 AM, Mauro Carvalho Chehab wrote: Em 13-07-2012 20:15, CrazyCat escreveu: #define DTV_ISDBS_TS_ID 42 #define DTV_DVBT2_PLP_ID 43 +#define DTV_DVBS2_MIS_ID 43 It would be better to define it as: #define DTV_DVBS2_MIS_IDDTV_DVBT2_PLP_ID

Re: [PATCH] DVB-S2 multistream support

2012-08-10 Thread Manu Abraham
On Sat, Aug 11, 2012 at 3:42 AM, Mauro Carvalho Chehab wrote: > Em 13-07-2012 20:15, CrazyCat escreveu: >> Now present DTV_DVBT2_PLP_ID property for DVB-T2, so i add alias >> DTV_DVBS2_MIS_ID (same feature for advanced DVB-S2). Now DVB-S2 multistream >> filtration supported for current STV090x d

Re: [PATCH] DVB-S2 multistream support

2012-08-10 Thread Mauro Carvalho Chehab
Em 13-07-2012 20:15, CrazyCat escreveu: > Now present DTV_DVBT2_PLP_ID property for DVB-T2, so i add alias > DTV_DVBS2_MIS_ID (same feature for advanced DVB-S2). Now DVB-S2 multistream > filtration supported for current STV090x demod cut 3.0, so i implement > support for stv090x demod driver. Ad

[PATCH] DVB-S2 multistream support

2012-07-13 Thread CrazyCat
Now present DTV_DVBT2_PLP_ID property for DVB-T2, so i add alias DTV_DVBS2_MIS_ID (same feature for advanced DVB-S2). Now DVB-S2 multistream filtration supported for current STV090x demod cut 3.0, so i implement support for stv090x demod driver. Additional fe-caps FE_CAN_MULTISTREAM also added.

[PATCH]DVB-S2 multistream support

2012-07-13 Thread CrazyCat
Now present DTV_DVBT2_PLP_ID property for DVB-T2, so i add alias DTV_DVBS2_MIS_ID (same feature for advanced DVB-S2). Now DVB-S2 multistream filtration supported for current STV090x demod cut 3.0, so i implement support for stv090x demod driver. Additional fe-caps FE_CAN_MULTISTREAM also added.