diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2006-03-19 05:25:42 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-03-24 14:26:56 -0500 |
commit | 9a80a93da738c631de644175fbd669ab9a9cb624 (patch) | |
tree | 971defc56764634e9747a6edb821b4ede86cbb89 /drivers/media/video/msp3400.h | |
parent | 427725748b38997628d95ffdf8501bcc176cf631 (diff) |
V4L/DVB (3579): Move msp_modus to msp3400-kthreads, add JP and KR std detection
msp_modus is 'G' model specific. Moved it to kthreads and also added proper
handling for the Japanese and South Korean TV standards.
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/msp3400.h b/drivers/media/video/msp3400.h index 7fac3ad6228d..c4553f50aa40 100644 --- a/drivers/media/video/msp3400.h +++ b/drivers/media/video/msp3400.h | |||
@@ -98,7 +98,6 @@ int msp_reset(struct i2c_client *client); | |||
98 | void msp_set_scart(struct i2c_client *client, int in, int out); | 98 | void msp_set_scart(struct i2c_client *client, int in, int out); |
99 | void msp_set_mute(struct i2c_client *client); | 99 | void msp_set_mute(struct i2c_client *client); |
100 | void msp_set_audio(struct i2c_client *client); | 100 | void msp_set_audio(struct i2c_client *client); |
101 | int msp_modus(struct i2c_client *client); | ||
102 | int msp_sleep(struct msp_state *state, int timeout); | 101 | int msp_sleep(struct msp_state *state, int timeout); |
103 | 102 | ||
104 | /* msp3400-kthreads.c */ | 103 | /* msp3400-kthreads.c */ |