[PATCH 1/2] au0828: explicitly identify boards with analog TV

2014-08-18 Thread Mauro Carvalho Chehab
Right now, the au0828 driver uses .tuner to detect if analog tv is being used or not. By not filling .tuner fields at the board struct, the I2C core can't do decisions based on it. So, add a field to explicitly tell when analog TV is supported. No functional changes. Signed-off-by: Mauro

Re: [PATCH 1/2] au0828: explicitly identify boards with analog TV

2014-08-18 Thread Hans Verkuil
On 08/18/2014 11:51 AM, Mauro Carvalho Chehab wrote: Right now, the au0828 driver uses .tuner to detect if analog tv is being used or not. By not filling .tuner fields at the board struct, the I2C core can't do decisions based on it. So, add a field to explicitly tell when analog TV is

Re: [PATCH 1/2] au0828: explicitly identify boards with analog TV

2014-08-18 Thread Mauro Carvalho Chehab
Em Mon, 18 Aug 2014 12:33:39 + Hans Verkuil hverk...@xs4all.nl escreveu: On 08/18/2014 11:51 AM, Mauro Carvalho Chehab wrote: Right now, the au0828 driver uses .tuner to detect if analog tv is being used or not. By not filling .tuner fields at the board struct, the I2C core can't do