diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-06-21 12:25:36 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 06:11:28 -0400 |
commit | fdea5d69c1d335a639e39e83990de84e10fb2057 (patch) | |
tree | bf72d91e5ef5114eaad35e9d6d205e9405ec8850 /drivers/media/video | |
parent | 3d66c405708ee43b08788e89dbd63ebf3bbb5af1 (diff) |
V4L/DVB (8093): cx18: fix prefix typo
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video')
-rw-r--r-- | drivers/media/video/cx18/cx18-cards.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/cx18/cx18-cards.h b/drivers/media/video/cx18/cx18-cards.h index b5f894c0afa9..dc283d756907 100644 --- a/drivers/media/video/cx18/cx18-cards.h +++ b/drivers/media/video/cx18/cx18-cards.h | |||
@@ -85,7 +85,7 @@ struct cx18_gpio_i2c_slave_reset { | |||
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 | }; | 86 | }; |
87 | 87 | ||
88 | struct ivtv_gpio_audio_input { /* select tuner/line in input */ | 88 | struct cx18_gpio_audio_input { /* select tuner/line in input */ |
89 | u32 mask; /* leave to 0 if not supported */ | 89 | u32 mask; /* leave to 0 if not supported */ |
90 | u32 tuner; | 90 | u32 tuner; |
91 | u32 linein; | 91 | u32 linein; |
@@ -130,7 +130,7 @@ struct cx18_card { | |||
130 | u8 xceive_pin; /* XCeive tuner GPIO reset pin */ | 130 | u8 xceive_pin; /* XCeive tuner GPIO reset pin */ |
131 | struct cx18_gpio_init gpio_init; | 131 | struct cx18_gpio_init gpio_init; |
132 | struct cx18_gpio_i2c_slave_reset gpio_i2c_slave_reset; | 132 | struct cx18_gpio_i2c_slave_reset gpio_i2c_slave_reset; |
133 | struct ivtv_gpio_audio_input gpio_audio_input; | 133 | struct cx18_gpio_audio_input gpio_audio_input; |
134 | 134 | ||
135 | struct cx18_card_tuner tuners[CX18_CARD_MAX_TUNERS]; | 135 | struct cx18_card_tuner tuners[CX18_CARD_MAX_TUNERS]; |
136 | struct cx18_card_tuner_i2c *i2c; | 136 | struct cx18_card_tuner_i2c *i2c; |