diff options
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-audio.c')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-audio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-audio.c b/drivers/media/video/pvrusb2/pvrusb2-audio.c index 52966414327d..aca6b1d1561a 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-audio.c +++ b/drivers/media/video/pvrusb2/pvrusb2-audio.c | |||
@@ -184,7 +184,7 @@ int pvr2_i2c_msp3400_setup(struct pvr2_hdw *hdw,struct pvr2_i2c_client *cp) | |||
184 | 184 | ||
185 | void pvr2_msp3400_subdev_update(struct pvr2_hdw *hdw, struct v4l2_subdev *sd) | 185 | void pvr2_msp3400_subdev_update(struct pvr2_hdw *hdw, struct v4l2_subdev *sd) |
186 | { | 186 | { |
187 | if (hdw->input_dirty) { | 187 | if (hdw->input_dirty || hdw->force_dirty) { |
188 | struct v4l2_routing route; | 188 | struct v4l2_routing route; |
189 | const struct routing_scheme *sp; | 189 | const struct routing_scheme *sp; |
190 | unsigned int sid = hdw->hdw_desc->signal_routing_scheme; | 190 | unsigned int sid = hdw->hdw_desc->signal_routing_scheme; |