diff options
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-encoder.c')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-encoder.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-encoder.c b/drivers/media/video/pvrusb2/pvrusb2-encoder.c index c94f97b79392..d094cac9f7a5 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-encoder.c +++ b/drivers/media/video/pvrusb2/pvrusb2-encoder.c | |||
@@ -360,6 +360,9 @@ int pvr2_encoder_start(struct pvr2_hdw *hdw) | |||
360 | pvr2_hdw_gpio_chg_dir(hdw,0xffffffff,0x00000481); | 360 | pvr2_hdw_gpio_chg_dir(hdw,0xffffffff,0x00000481); |
361 | pvr2_hdw_gpio_chg_out(hdw,0xffffffff,0x00000000); | 361 | pvr2_hdw_gpio_chg_out(hdw,0xffffffff,0x00000000); |
362 | 362 | ||
363 | pvr2_encoder_vcmd(hdw,CX2341X_ENC_MUTE_VIDEO,1, | ||
364 | hdw->input_val == PVR2_CVAL_INPUT_RADIO ? 1 : 0); | ||
365 | |||
363 | if (hdw->config == pvr2_config_vbi) { | 366 | if (hdw->config == pvr2_config_vbi) { |
364 | status = pvr2_encoder_vcmd(hdw,CX2341X_ENC_START_CAPTURE,2, | 367 | status = pvr2_encoder_vcmd(hdw,CX2341X_ENC_START_CAPTURE,2, |
365 | 0x01,0x14); | 368 | 0x01,0x14); |