aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx/em28xx.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2008-11-16 06:05:06 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-29 14:53:34 -0500
commit66767920e3e6532db8afe04f9b2d8e1a9e95cad9 (patch)
tree3da576ed2797653623cfde651ccfbf6fa165668b /drivers/media/video/em28xx/em28xx.h
parent60245e858ddb2255d458868be16ba814f6f8d446 (diff)
V4L/DVB (9630): Some boards need to specify tuner address
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx.h')
-rw-r--r--drivers/media/video/em28xx/em28xx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx.h b/drivers/media/video/em28xx/em28xx.h
index 9ff3c83e63d0..3152d00e548b 100644
--- a/drivers/media/video/em28xx/em28xx.h
+++ b/drivers/media/video/em28xx/em28xx.h
@@ -288,6 +288,7 @@ struct em28xx_board {
288 char *name; 288 char *name;
289 int vchannels; 289 int vchannels;
290 int tuner_type; 290 int tuner_type;
291 int tuner_addr;
291 292
292 /* i2c flags */ 293 /* i2c flags */
293 unsigned int tda9887_conf; 294 unsigned int tda9887_conf;