aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx/em28xx.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2008-11-27 07:21:55 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-29 14:53:43 -0500
commit017ab4b1e2aa31dc9fe986ab6d1f5ffa2a84395b (patch)
treed57a4768ec850e19e87e21270e2681cfef61d07d /drivers/media/video/em28xx/em28xx.h
parent2fe3e2ee72ef17daad1d3769321bb7dd69a003a9 (diff)
V4L/DVB (9765): em28xx: move tuner gpio's to the cards struct
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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/media/video/em28xx/em28xx.h b/drivers/media/video/em28xx/em28xx.h
index b505d44fed87..64459a160762 100644
--- a/drivers/media/video/em28xx/em28xx.h
+++ b/drivers/media/video/em28xx/em28xx.h
@@ -335,8 +335,10 @@ struct em28xx_board {
335 /* i2c flags */ 335 /* i2c flags */
336 unsigned int tda9887_conf; 336 unsigned int tda9887_conf;
337 337
338 /* GPIO sequences */
338 struct em28xx_reg_seq *dvb_gpio; 339 struct em28xx_reg_seq *dvb_gpio;
339 struct em28xx_reg_seq *suspend_gpio; 340 struct em28xx_reg_seq *suspend_gpio;
341 struct em28xx_reg_seq *tuner_gpio;
340 342
341 unsigned int is_em2800:1; 343 unsigned int is_em2800:1;
342 unsigned int has_msp34xx:1; 344 unsigned int has_msp34xx:1;
@@ -432,9 +434,6 @@ struct em28xx {
432 /* Some older em28xx chips needs a waiting time after writing */ 434 /* Some older em28xx chips needs a waiting time after writing */
433 unsigned int wait_after_write; 435 unsigned int wait_after_write;
434 436
435 /* GPIO sequences for tuner callbacks */
436 struct em28xx_reg_seq *tuner_gpio;
437
438 struct list_head devlist; 437 struct list_head devlist;
439 438
440 u32 i2s_speed; /* I2S speed for audio digital stream */ 439 u32 i2s_speed; /* I2S speed for audio digital stream */