Re: [PATCH RFC v2] radio-sf16fmr2: convert to generic TEA575x interface

2011-05-17 Thread Hans Verkuil
On Tuesday, May 17, 2011 22:05:26 Ondrej Zary wrote: > On Tuesday 17 May 2011 21:33:14 Hans Verkuil wrote: > > Hi Ondrej! > > > > On Sunday, May 15, 2011 23:26:33 Hans Verkuil wrote: > > > On Sunday, May 15, 2011 22:18:21 Ondrej Zary wrote: > > > > Thanks, it's much simpler with the new control fra

Re: [PATCH RFC v2] radio-sf16fmr2: convert to generic TEA575x interface

2011-05-17 Thread Ondrej Zary
On Tuesday 17 May 2011 21:33:14 Hans Verkuil wrote: > Hi Ondrej! > > On Sunday, May 15, 2011 23:26:33 Hans Verkuil wrote: > > On Sunday, May 15, 2011 22:18:21 Ondrej Zary wrote: > > > Thanks, it's much simpler with the new control framework. > > > Do the negative volume control values make sense? T

Re: [PATCH RFC v2] radio-sf16fmr2: convert to generic TEA575x interface

2011-05-17 Thread Hans Verkuil
Hi Ondrej! On Sunday, May 15, 2011 23:26:33 Hans Verkuil wrote: > On Sunday, May 15, 2011 22:18:21 Ondrej Zary wrote: > > Thanks, it's much simpler with the new control framework. > > Do the negative volume control values make sense? The TC9154A chip can > > attenuate the volume from 0 to -68dB in

Re: [PATCH RFC v2] radio-sf16fmr2: convert to generic TEA575x interface

2011-05-15 Thread Hans Verkuil
On Sunday, May 15, 2011 22:18:21 Ondrej Zary wrote: > Thanks, it's much simpler with the new control framework. > Do the negative volume control values make sense? The TC9154A chip can > attenuate the volume from 0 to -68dB in 2dB steps. It does make sense, but I think I would offset the values so

[PATCH RFC v2] radio-sf16fmr2: convert to generic TEA575x interface

2011-05-15 Thread Ondrej Zary
Thanks, it's much simpler with the new control framework. Do the negative volume control values make sense? The TC9154A chip can attenuate the volume from 0 to -68dB in 2dB steps. --- linux-2.6.39-rc2-/drivers/media/radio/radio-sf16fmr2.c 2011-04-06 03:30:43.0 +0200 +++ linux-2.6.39-