Re: [RFC] Resource reservation for frontend - Was: Re: xc5000 and switch RF input

2010-10-15 Thread Antti Palosaari
On 10/14/2010 11:41 AM, Devin Heitmueller wrote: On Thu, Oct 14, 2010 at 4:33 AM, Antti Palosaari wrote: I haven't examined this yet enough, but for the background information I can say I have one device which needs this. There is tuner behind demodulator, but instead of normal I2C-gate switch,

Re: [PATCH] xc5000 and switch RF input

2010-10-14 Thread hermann pitton
Am Donnerstag, den 14.10.2010, 12:12 -0400 schrieb Dmitri Belimov: > Hi > > > On Wed, Oct 13, 2010 at 5:30 PM, Dmitri Belimov > > wrote: > > > Hi > > > > > > Our TV card Behold X7 has two different RF input. This RF inputs > > > can switch between different RF sources. > > > > > > ANT 1 for anal

Re: [RFC] Resource reservation for frontend - Was: Re: xc5000 and switch RF input

2010-10-14 Thread Devin Heitmueller
On Thu, Oct 14, 2010 at 4:33 AM, Antti Palosaari wrote: > I haven't examined this yet enough, but for the background information I can > say I have one device which needs this. There is tuner behind demodulator, > but instead of normal I2C-gate switch, it is rather much likely repeater. > All tune

Re: [RFC] Resource reservation for frontend - Was: Re: xc5000 and switch RF input

2010-10-14 Thread Antti Palosaari
On 10/06/2010 03:40 PM, Mauro Carvalho Chehab wrote: So, we really need to implement some type of resource locking that will properly setup I2C gates, RF gates, etc, depending on the type of resource currently in use. Basically, the idea would be to implement something like: enum frontend_reso

Re: [PATCH] xc5000 and switch RF input

2010-10-13 Thread Dmitri Belimov
Hi > On Wed, Oct 13, 2010 at 5:30 PM, Dmitri Belimov > wrote: > > Hi > > > > Our TV card Behold X7 has two different RF input. This RF inputs > > can switch between different RF sources. > > > > ANT 1 for analog and digital TV > > ANT 2 for FM radio > > > > The switch controlled by zl10353. > > >

Re: [PATCH] xc5000 and switch RF input

2010-10-13 Thread Devin Heitmueller
On Wed, Oct 13, 2010 at 5:30 PM, Dmitri Belimov wrote: > Hi > > Our TV card Behold X7 has two different RF input. This RF inputs can switch > between > different RF sources. > > ANT 1 for analog and digital TV > ANT 2 for FM radio > > The switch controlled by zl10353. > > I add some defines for t

[PATCH] xc5000 and switch RF input

2010-10-13 Thread Dmitri Belimov
Hi Our TV card Behold X7 has two different RF input. This RF inputs can switch between different RF sources. ANT 1 for analog and digital TV ANT 2 for FM radio The switch controlled by zl10353. I add some defines for the tuner xc5000 and use tuner callback to saa7134 part. All works well. But

Re: [RFC] Resource reservation for frontend - Was: Re: xc5000 and switch RF input

2010-10-11 Thread Dmitri Belimov
Hi Mauro > Em 07-10-2010 10:00, Dmitri Belimov escreveu: > > Hi > > > >> Em 06-10-2010 16:52, Dmitri Belimov escreveu: > >>> Hi > >>> > >>> Our TV card Behold X7 has two different RF input. This RF inputs > >>> can switch between different RF sources. > >>> > >>> ANT 1 for analog and digital TV

Re: [RFC] Resource reservation for frontend - Was: Re: xc5000 and switch RF input

2010-10-06 Thread Mauro Carvalho Chehab
Em 07-10-2010 10:00, Dmitri Belimov escreveu: > Hi > >> Em 06-10-2010 16:52, Dmitri Belimov escreveu: >>> Hi >>> >>> Our TV card Behold X7 has two different RF input. This RF inputs >>> can switch between different RF sources. >>> >>> ANT 1 for analog and digital TV >>> ANT 2 for FM radio >>> >>>

Re: [RFC] Resource reservation for frontend - Was: Re: xc5000 and switch RF input

2010-10-06 Thread Dmitri Belimov
Hi > Em 06-10-2010 16:52, Dmitri Belimov escreveu: > > Hi > > > > Our TV card Behold X7 has two different RF input. This RF inputs > > can switch between different RF sources. > > > > ANT 1 for analog and digital TV > > ANT 2 for FM radio > > > > The switch controlled by zl10353. > > > > How

[RFC] Resource reservation for frontend - Was: Re: xc5000 and switch RF input

2010-10-06 Thread Mauro Carvalho Chehab
Em 06-10-2010 16:52, Dmitri Belimov escreveu: > Hi > > Our TV card Behold X7 has two different RF input. This RF inputs can switch > between > different RF sources. > > ANT 1 for analog and digital TV > ANT 2 for FM radio > > The switch controlled by zl10353. > > How to I can control this swi

Re: xc5000 and switch RF input

2010-10-06 Thread Mauro Carvalho Chehab
Em 06-10-2010 16:52, Dmitri Belimov escreveu: > Hi > > Our TV card Behold X7 has two different RF input. This RF inputs can switch > between > different RF sources. > > ANT 1 for analog and digital TV > ANT 2 for FM radio > > The switch controlled by zl10353. > > How to I can control this swi

xc5000 and switch RF input

2010-10-05 Thread Dmitri Belimov
Hi Our TV card Behold X7 has two different RF input. This RF inputs can switch between different RF sources. ANT 1 for analog and digital TV ANT 2 for FM radio The switch controlled by zl10353. How to I can control this switch? I found 2 way 1. Use tuner callback to saa1734. add some param