diff options
Diffstat (limited to 'drivers/media/video/cx18/cx18-cards.h')
-rw-r--r-- | drivers/media/video/cx18/cx18-cards.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx18/cx18-cards.h b/drivers/media/video/cx18/cx18-cards.h index dc283d75690..32155f6e6fe 100644 --- a/drivers/media/video/cx18/cx18-cards.h +++ b/drivers/media/video/cx18/cx18-cards.h | |||
@@ -83,6 +83,7 @@ struct cx18_gpio_i2c_slave_reset { | |||
83 | u32 active_hi_mask; /* GPIO outputs that reset i2c chips when high */ | 83 | u32 active_hi_mask; /* GPIO outputs that reset i2c chips when high */ |
84 | int msecs_asserted; /* time period reset must remain asserted */ | 84 | int msecs_asserted; /* time period reset must remain asserted */ |
85 | int msecs_recovery; /* time after deassert for chips to be ready */ | 85 | int msecs_recovery; /* time after deassert for chips to be ready */ |
86 | u32 ir_reset_mask; /* GPIO to reset the Zilog Z8F0811 IR contoller */ | ||
86 | }; | 87 | }; |
87 | 88 | ||
88 | struct cx18_gpio_audio_input { /* select tuner/line in input */ | 89 | struct cx18_gpio_audio_input { /* select tuner/line in input */ |