diff options
Diffstat (limited to 'drivers/media/video/cx18/cx18-controls.c')
-rw-r--r-- | drivers/media/video/cx18/cx18-controls.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/cx18/cx18-controls.c b/drivers/media/video/cx18/cx18-controls.c index da299ae61cff..2bdac5ebbb0d 100644 --- a/drivers/media/video/cx18/cx18-controls.c +++ b/drivers/media/video/cx18/cx18-controls.c | |||
@@ -184,12 +184,12 @@ static int cx18_setup_vbi_fmt(struct cx18 *cx, enum v4l2_mpeg_stream_vbi_fmt fmt | |||
184 | if (cx->vbi.insert_mpeg == 0) | 184 | if (cx->vbi.insert_mpeg == 0) |
185 | return 0; | 185 | return 0; |
186 | /* Need sliced data for mpeg insertion */ | 186 | /* Need sliced data for mpeg insertion */ |
187 | if (get_service_set(cx->vbi.sliced_in) == 0) { | 187 | if (cx18_get_service_set(cx->vbi.sliced_in) == 0) { |
188 | if (cx->is_60hz) | 188 | if (cx->is_60hz) |
189 | cx->vbi.sliced_in->service_set = V4L2_SLICED_CAPTION_525; | 189 | cx->vbi.sliced_in->service_set = V4L2_SLICED_CAPTION_525; |
190 | else | 190 | else |
191 | cx->vbi.sliced_in->service_set = V4L2_SLICED_WSS_625; | 191 | cx->vbi.sliced_in->service_set = V4L2_SLICED_WSS_625; |
192 | expand_service_set(cx->vbi.sliced_in, cx->is_50hz); | 192 | cx18_expand_service_set(cx->vbi.sliced_in, cx->is_50hz); |
193 | } | 193 | } |
194 | return 0; | 194 | return 0; |
195 | } | 195 | } |