aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx18/cx18-av-core.h
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2008-07-17 11:33:08 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-07-20 06:28:12 -0400
commit03b52c36a38eb72548b9408c497ffabd1519eabe (patch)
treef9a3bd4b0914e62a439f5cad1e9db57fb88b5dba /drivers/media/video/cx18/cx18-av-core.h
parentca130eef2ca185739a440b893e69fe36038b87c9 (diff)
V4L/DVB (8378): cx18: move cx18_av_vbi_setup to av-core.c and rename to cx18_av_std_setup
Same issue as for cx25840: this function sets up the standard timings and has nothing to do with VBI setup. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx18/cx18-av-core.h')
-rw-r--r--drivers/media/video/cx18/cx18-av-core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx18/cx18-av-core.h b/drivers/media/video/cx18/cx18-av-core.h
index 49e31bccc55..eb61fa1e096 100644
--- a/drivers/media/video/cx18/cx18-av-core.h
+++ b/drivers/media/video/cx18/cx18-av-core.h
@@ -306,6 +306,7 @@ u32 cx18_av_read4(struct cx18 *cx, u16 addr);
306int cx18_av_and_or(struct cx18 *cx, u16 addr, unsigned mask, u8 value); 306int cx18_av_and_or(struct cx18 *cx, u16 addr, unsigned mask, u8 value);
307int cx18_av_and_or4(struct cx18 *cx, u16 addr, u32 mask, u32 value); 307int cx18_av_and_or4(struct cx18 *cx, u16 addr, u32 mask, u32 value);
308int cx18_av_cmd(struct cx18 *cx, unsigned int cmd, void *arg); 308int cx18_av_cmd(struct cx18 *cx, unsigned int cmd, void *arg);
309void cx18_av_std_setup(struct cx18 *cx);
309 310
310/* ----------------------------------------------------------------------- */ 311/* ----------------------------------------------------------------------- */
311/* cx18_av-firmware.c */ 312/* cx18_av-firmware.c */
@@ -318,7 +319,6 @@ void cx18_av_audio_set_path(struct cx18 *cx);
318 319
319/* ----------------------------------------------------------------------- */ 320/* ----------------------------------------------------------------------- */
320/* cx18_av-vbi.c */ 321/* cx18_av-vbi.c */
321void cx18_av_vbi_setup(struct cx18 *cx);
322int cx18_av_vbi(struct cx18 *cx, unsigned int cmd, void *arg); 322int cx18_av_vbi(struct cx18 *cx, unsigned int cmd, void *arg);
323 323
324#endif 324#endif