diff options
Diffstat (limited to 'drivers/media/video/msp3400.h')
-rw-r--r-- | drivers/media/video/msp3400.h | 2 |
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 */ |
104 | const char *msp_standard_std_name(int std); | 104 | const char *msp_standard_std_name(int std); |
105 | void msp_set_audmode(struct i2c_client *client); | 105 | void msp_set_audmode(struct i2c_client *client); |
106 | void msp_detect_stereo(struct i2c_client *client); | 106 | int msp_detect_stereo(struct i2c_client *client); |
107 | int msp3400c_thread(void *data); | 107 | int msp3400c_thread(void *data); |
108 | int msp3410d_thread(void *data); | 108 | int msp3410d_thread(void *data); |
109 | int msp34xxg_thread(void *data); | 109 | int msp34xxg_thread(void *data); |