aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/msp3400.h
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2006-03-19 06:21:56 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-03-24 14:26:57 -0500
commitde533ccf8dd51f38ef3c1751f9eb5ad3f2fcfad9 (patch)
treea82aedd3ae45a9455c24cda20e51cd8e7596182f /drivers/media/video/msp3400.h
parent9a80a93da738c631de644175fbd669ab9a9cb624 (diff)
V4L/DVB (3580): Last round of msp3400 cleanups before adding routing commands
Lots of cleanups: - remove duplicate actions - add D/K3 Dual FM-Stereo and D/K NICAM FM (HDEV3) support - put prescales in the proper place - add missing D/K NICAM - msp34xxg_reset now only resets instead of also starting the autodetect (moved that to msp34xxg_thread) - fix support for SAP. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/msp3400.h')
-rw-r--r--drivers/media/video/msp3400.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/msp3400.h b/drivers/media/video/msp3400.h
index c4553f50aa40..25482046fc68 100644
--- a/drivers/media/video/msp3400.h
+++ b/drivers/media/video/msp3400.h
@@ -103,7 +103,7 @@ int msp_sleep(struct msp_state *state, int timeout);
103/* msp3400-kthreads.c */ 103/* msp3400-kthreads.c */
104const char *msp_standard_std_name(int std); 104const char *msp_standard_std_name(int std);
105void msp_set_audmode(struct i2c_client *client); 105void msp_set_audmode(struct i2c_client *client);
106void msp_detect_stereo(struct i2c_client *client); 106int msp_detect_stereo(struct i2c_client *client);
107int msp3400c_thread(void *data); 107int msp3400c_thread(void *data);
108int msp3410d_thread(void *data); 108int msp3410d_thread(void *data);
109int msp34xxg_thread(void *data); 109int msp34xxg_thread(void *data);