Re: [PATCH] dvb-core: set default properties of ISDB-S

2014-10-27 Thread Akihiro TSUKADA
On 2014年10月27日 01:33, Antti Palosaari wrote: You should calculate bw too as tuners needs set filters according to used channel bw. You could calculate nominal needed be using formula: bandwidth = roll-off factor * symbol rate I'll include it in the next version. thx -- Akihiro -- To

[PATCH] dvb-core: set default properties of ISDB-S

2014-10-26 Thread tskd08
From: Akihiro Tsukada tsk...@gmail.com delsys-fixed props should be set in dvb-core instead of in each driver. --- drivers/media/dvb-core/dvb_frontend.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/media/dvb-core/dvb_frontend.c b/drivers/media/dvb-core/dvb_frontend.c index

Re: [PATCH] dvb-core: set default properties of ISDB-S

2014-10-26 Thread Antti Palosaari
Moikka How is channel bandwidth defined? Is it static? 38961000 Hz? regards Antti On 10/26/2014 02:01 PM, tsk...@gmail.com wrote: From: Akihiro Tsukada tsk...@gmail.com delsys-fixed props should be set in dvb-core instead of in each driver. --- drivers/media/dvb-core/dvb_frontend.c | 5