commit | 66767920e3e6532db8afe04f9b2d8e1a9e95cad9 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@redhat.com> | Sun Nov 16 08:05:06 2008 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Dec 29 17:53:34 2008 -0200 |
tree | 3da576ed2797653623cfde651ccfbf6fa165668b | |
parent | 60245e858ddb2255d458868be16ba814f6f8d446 [diff] [blame] |
V4L/DVB (9630): Some boards need to specify tuner address Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
diff --git a/drivers/media/video/em28xx/em28xx.h b/drivers/media/video/em28xx/em28xx.h index 9ff3c83..3152d00e 100644 --- a/drivers/media/video/em28xx/em28xx.h +++ b/drivers/media/video/em28xx/em28xx.h
@@ -288,6 +288,7 @@ char *name; int vchannels; int tuner_type; + int tuner_addr; /* i2c flags */ unsigned int tda9887_conf;