Re: [PATCH 3/4] tuner-core: Change config from unsigned int to void *

2013-02-04 Thread Mauro Carvalho Chehab
Em Sun, 3 Feb 2013 20:59:12 -0500 Michael Krufky escreveu: > On Fri, Feb 1, 2013 at 3:21 PM, Ondrej Zary > wrote: > > config looks like a hack that was added to tuner-core to allow some > > configuration of TDA8290 tuner (it's not used by any other driver). > > But with the new configuration op

Re: [PATCH 3/4] tuner-core: Change config from unsigned int to void *

2013-02-03 Thread Michael Krufky
On Fri, Feb 1, 2013 at 3:21 PM, Ondrej Zary wrote: > config looks like a hack that was added to tuner-core to allow some > configuration of TDA8290 tuner (it's not used by any other driver). > But with the new configuration options of tda8290 driver (no_i2c_gate > and std_map), it's no longer suff

[PATCH 3/4] tuner-core: Change config from unsigned int to void *

2013-02-01 Thread Ondrej Zary
config looks like a hack that was added to tuner-core to allow some configuration of TDA8290 tuner (it's not used by any other driver). But with the new configuration options of tda8290 driver (no_i2c_gate and std_map), it's no longer sufficient. Change config to be void * instead, which allows pa

[PATCH 3/4] tuner-core: Change config from unsigned int to void *

2013-01-20 Thread Ondrej Zary
config looks like a hack that was added to tuner-core to allow some configuration of TDA8290 tuner (it's not used by any other driver). But with the new configuration options of tda8290 driver (no_i2c_gate and std_map), it's no longer sufficient. Change config to be void * instead, which allows pa