diff options
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-i2c-cmd-v4l2.h')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-i2c-cmd-v4l2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-i2c-cmd-v4l2.h b/drivers/media/video/pvrusb2/pvrusb2-i2c-cmd-v4l2.h index ecabddba1ec5..c838df6167f9 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-i2c-cmd-v4l2.h +++ b/drivers/media/video/pvrusb2/pvrusb2-i2c-cmd-v4l2.h | |||
@@ -26,13 +26,16 @@ | |||
26 | #include "pvrusb2-i2c-core.h" | 26 | #include "pvrusb2-i2c-core.h" |
27 | 27 | ||
28 | extern const struct pvr2_i2c_op pvr2_i2c_op_v4l2_standard; | 28 | extern const struct pvr2_i2c_op pvr2_i2c_op_v4l2_standard; |
29 | extern const struct pvr2_i2c_op pvr2_i2c_op_v4l2_radio; | ||
29 | extern const struct pvr2_i2c_op pvr2_i2c_op_v4l2_bcsh; | 30 | extern const struct pvr2_i2c_op pvr2_i2c_op_v4l2_bcsh; |
30 | extern const struct pvr2_i2c_op pvr2_i2c_op_v4l2_volume; | 31 | extern const struct pvr2_i2c_op pvr2_i2c_op_v4l2_volume; |
31 | extern const struct pvr2_i2c_op pvr2_i2c_op_v4l2_frequency; | 32 | extern const struct pvr2_i2c_op pvr2_i2c_op_v4l2_frequency; |
32 | extern const struct pvr2_i2c_op pvr2_i2c_op_v4l2_size; | 33 | extern const struct pvr2_i2c_op pvr2_i2c_op_v4l2_size; |
34 | extern const struct pvr2_i2c_op pvr2_i2c_op_v4l2_audiomode; | ||
33 | extern const struct pvr2_i2c_op pvr2_i2c_op_v4l2_log; | 35 | extern const struct pvr2_i2c_op pvr2_i2c_op_v4l2_log; |
34 | 36 | ||
35 | void pvr2_v4l2_cmd_stream(struct pvr2_i2c_client *,int); | 37 | void pvr2_v4l2_cmd_stream(struct pvr2_i2c_client *,int); |
38 | void pvr2_v4l2_cmd_status_poll(struct pvr2_i2c_client *); | ||
36 | 39 | ||
37 | #endif /* __PVRUSB2_CMD_V4L2_H */ | 40 | #endif /* __PVRUSB2_CMD_V4L2_H */ |
38 | 41 | ||