Re: [PATCH] [media] dvb-core, tda18271c2dd: define get_if_frequency() callback

2011-09-03 Thread Mauro Carvalho Chehab
Em 03-09-2011 12:42, Mauro Carvalho Chehab escreveu: > Em 03-09-2011 12:38, Antti Palosaari escreveu: >> On 09/03/2011 06:24 PM, Antti Palosaari wrote: >>> On 09/03/2011 06:12 PM, Mauro Carvalho Chehab wrote: The DRX-K frontend needs to know the IF frequency in order to work, just like al

Re: [PATCH] [media] dvb-core, tda18271c2dd: define get_if_frequency() callback

2011-09-03 Thread Mauro Carvalho Chehab
Em 03-09-2011 12:38, Antti Palosaari escreveu: > On 09/03/2011 06:24 PM, Antti Palosaari wrote: >> On 09/03/2011 06:12 PM, Mauro Carvalho Chehab wrote: >>> The DRX-K frontend needs to know the IF frequency in order to work, >>> just like all other frontends. However, as it is a multi-standard >>> F

Re: [PATCH] [media] dvb-core, tda18271c2dd: define get_if_frequency() callback

2011-09-03 Thread Antti Palosaari
On 09/03/2011 06:24 PM, Antti Palosaari wrote: On 09/03/2011 06:12 PM, Mauro Carvalho Chehab wrote: The DRX-K frontend needs to know the IF frequency in order to work, just like all other frontends. However, as it is a multi-standard FE, the IF may change if the standard is changed. So, the usua

Re: [PATCH] [media] dvb-core, tda18271c2dd: define get_if_frequency() callback

2011-09-03 Thread Antti Palosaari
On 09/03/2011 06:12 PM, Mauro Carvalho Chehab wrote: The DRX-K frontend needs to know the IF frequency in order to work, just like all other frontends. However, as it is a multi-standard FE, the IF may change if the standard is changed. So, the usual procedure of passing it via a config struct do

[PATCH] [media] dvb-core, tda18271c2dd: define get_if_frequency() callback

2011-09-03 Thread Mauro Carvalho Chehab
The DRX-K frontend needs to know the IF frequency in order to work, just like all other frontends. However, as it is a multi-standard FE, the IF may change if the standard is changed. So, the usual procedure of passing it via a config struct doesn't work. One might code it as two separate IF frequ