diff options
Diffstat (limited to 'drivers/media/video/msp3400.h')
-rw-r--r-- | drivers/media/video/msp3400.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/drivers/media/video/msp3400.h b/drivers/media/video/msp3400.h index a9ac57d0700b..6fb5c8c994e7 100644 --- a/drivers/media/video/msp3400.h +++ b/drivers/media/video/msp3400.h | |||
@@ -104,14 +104,12 @@ int msp_sleep(struct msp_state *state, int timeout); | |||
104 | 104 | ||
105 | /* msp3400-kthreads.c */ | 105 | /* msp3400-kthreads.c */ |
106 | const char *msp_standard_std_name(int std); | 106 | const char *msp_standard_std_name(int std); |
107 | void msp3400c_setcarrier(struct i2c_client *client, int cdo1, int cdo2); | 107 | void msp_set_audmode(struct i2c_client *client); |
108 | void msp3400c_setmode(struct i2c_client *client, int type); | 108 | void msp_detect_stereo(struct i2c_client *client); |
109 | void msp3400c_setstereo(struct i2c_client *client, int mode); | ||
110 | int autodetect_stereo(struct i2c_client *client); | ||
111 | int msp3400c_thread(void *data); | 109 | int msp3400c_thread(void *data); |
112 | int msp3410d_thread(void *data); | 110 | int msp3410d_thread(void *data); |
113 | int msp34xxg_thread(void *data); | 111 | int msp34xxg_thread(void *data); |
114 | void msp34xxg_detect_stereo(struct i2c_client *client); | 112 | void msp3400c_set_mode(struct i2c_client *client, int mode); |
115 | void msp34xxg_set_audmode(struct i2c_client *client, int audmode); | 113 | void msp3400c_set_carrier(struct i2c_client *client, int cdo1, int cdo2); |
116 | 114 | ||
117 | #endif /* MSP3400_H */ | 115 | #endif /* MSP3400_H */ |