aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video')
-rw-r--r--drivers/media/video/pvrusb2/pvrusb2-hdw.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.c b/drivers/media/video/pvrusb2/pvrusb2-hdw.c
index 1829029cc9b9..45faabe96584 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-hdw.c
+++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.c
@@ -2111,17 +2111,7 @@ int pvr2_hdw_commit_ctl_internal(struct pvr2_hdw *hdw)
2111 } 2111 }
2112 2112
2113 if (hdw->std_dirty || 2113 if (hdw->std_dirty ||
2114 hdw->interlace_dirty || 2114 0) {
2115 hdw->vbr_dirty ||
2116 hdw->videobitrate_dirty ||
2117 hdw->videopeak_dirty ||
2118 hdw->audiobitrate_dirty ||
2119 hdw->audiolayer_dirty ||
2120 hdw->audiocrc_dirty ||
2121 hdw->audioemphasis_dirty ||
2122 hdw->srate_dirty ||
2123 hdw->res_ver_dirty ||
2124 hdw->res_hor_dirty) {
2125 /* If any of this changes, then the encoder needs to be 2115 /* If any of this changes, then the encoder needs to be
2126 reconfigured, and we need to reset the stream. */ 2116 reconfigured, and we need to reset the stream. */
2127 stale_subsys_mask |= (1<<PVR2_SUBSYS_B_ENC_CFG); 2117 stale_subsys_mask |= (1<<PVR2_SUBSYS_B_ENC_CFG);