commit | b13b47e0b5eecbd18ebaa7f6657ca0f53eb783a3 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | Mon Aug 18 08:51:28 2014 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Mon Sep 22 17:51:19 2014 -0300 |
tree | 74896aa88111d7dfa5bb7ec3c76f406787b1ea11 | |
parent | 1ba3f927ad66759b0081fe1f96d77500c9a622c3 [diff] |
[media] au0828: explicitly identify boards with analog TV 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 Carvalho Chehab <mchehab@osg.samsung.com>