summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx18/cx18-av-core.h
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2008-07-17 14:33:08 +0200
committerHans Verkuil <hverkuil@xs4all.nl>2008-07-17 14:33:08 +0200
commitf34e0e2e0304ffdde3a6ed15e4d3a04a0bc49667 (patch)
treeaba68a5567566c1c4d150f636f3d768c2d95ab14 /linux/drivers/media/video/cx18/cx18-av-core.h
parent5ec4ec8d88daac3bf3f68769a7cac7db6f99c42a (diff)
downloadmediapointer-dvb-s2-f34e0e2e0304ffdde3a6ed15e4d3a04a0bc49667.tar.gz
mediapointer-dvb-s2-f34e0e2e0304ffdde3a6ed15e4d3a04a0bc49667.tar.bz2
cx18: move cx18_av_vbi_setup to av-core.c and rename to cx18_av_std_setup
From: Hans Verkuil <hverkuil@xs4all.nl> 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>
Diffstat (limited to 'linux/drivers/media/video/cx18/cx18-av-core.h')
-rw-r--r--linux/drivers/media/video/cx18/cx18-av-core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx18/cx18-av-core.h b/linux/drivers/media/video/cx18/cx18-av-core.h
index 49e31bccc..eb61fa1e0 100644
--- a/linux/drivers/media/video/cx18/cx18-av-core.h
+++ b/linux/drivers/media/video/cx18/cx18-av-core.h
@@ -306,6 +306,7 @@ u32 cx18_av_read4(struct cx18 *cx, u16 addr);
int cx18_av_and_or(struct cx18 *cx, u16 addr, unsigned mask, u8 value);
int cx18_av_and_or4(struct cx18 *cx, u16 addr, u32 mask, u32 value);
int cx18_av_cmd(struct cx18 *cx, unsigned int cmd, void *arg);
+void cx18_av_std_setup(struct cx18 *cx);
/* ----------------------------------------------------------------------- */
/* cx18_av-firmware.c */
@@ -318,7 +319,6 @@ void cx18_av_audio_set_path(struct cx18 *cx);
/* ----------------------------------------------------------------------- */
/* cx18_av-vbi.c */
-void cx18_av_vbi_setup(struct cx18 *cx);
int cx18_av_vbi(struct cx18 *cx, unsigned int cmd, void *arg);
#endif