diff options
author | Mike Isely <isely@pobox.com> | 2008-04-22 13:45:40 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:07:47 -0400 |
commit | 84147f3dd9187cd0c9810801be1282419a8ea00a (patch) | |
tree | f3ba3d66eb43d4f0c6509b26ab99baa30acd2ba8 /drivers/media/video/pvrusb2/pvrusb2-hdw.h | |
parent | 99a6acf9a7a80da49e85be964b15ffed9ab7643e (diff) |
V4L/DVB (7307): pvrusb2: New functions for additional FX2 digital-related commands
This code is actually part of a larger set from Mike Krufky
<mkrufky@linuxtv.org>, to support ATSC streaming from within the
pvrusb2 driver. More to come...
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-hdw.h')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-hdw.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.h b/drivers/media/video/pvrusb2/pvrusb2-hdw.h index 57e1ff491497..e9090c5064d8 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-hdw.h +++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.h | |||
@@ -258,6 +258,14 @@ int pvr2_hdw_cmd_powerup(struct pvr2_hdw *); | |||
258 | /* suspend */ | 258 | /* suspend */ |
259 | int pvr2_hdw_cmd_powerdown(struct pvr2_hdw *); | 259 | int pvr2_hdw_cmd_powerdown(struct pvr2_hdw *); |
260 | 260 | ||
261 | /* Hauppauge - specific */ | ||
262 | int pvr2_hdw_cmd_hcw_demod_reset(struct pvr2_hdw *hdw, int onoff); | ||
263 | int pvr2_hdw_cmd_hcw_usbstream_dvb(struct pvr2_hdw *hdw, int onoff); | ||
264 | |||
265 | /* onair - specific */ | ||
266 | int pvr2_hdw_cmd_onair_fe_power_ctrl(struct pvr2_hdw *hdw, int onoff); | ||
267 | int pvr2_hdw_cmd_onair_digital_path_ctrl(struct pvr2_hdw *hdw, int onoff); | ||
268 | |||
261 | /* Order decoder to reset */ | 269 | /* Order decoder to reset */ |
262 | int pvr2_hdw_cmd_decoder_reset(struct pvr2_hdw *); | 270 | int pvr2_hdw_cmd_decoder_reset(struct pvr2_hdw *); |
263 | 271 | ||