diff options
author | Mike Isely <isely@pobox.com> | 2009-03-06 23:50:48 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:38 -0400 |
commit | e260508d646d671a8d7edb82dadb68bc32c8e5da (patch) | |
tree | d15d3a8ad150d898bf87b434577c26f1c2331518 /drivers | |
parent | 0b467014990d53dc37fbf7432b729d2d45846248 (diff) |
V4L/DVB (11192): pvrusb2: Implement trace print for stream on / off action
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-hdw.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.c b/drivers/media/video/pvrusb2/pvrusb2-hdw.c index 4b1f1b5f4328..89d5bb4f88bd 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-hdw.c +++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.c | |||
@@ -1681,6 +1681,8 @@ static int pvr2_decoder_enable(struct pvr2_hdw *hdw,int enablefl) | |||
1681 | this point, we'll broadcast stream on/off to all sub-devices | 1681 | this point, we'll broadcast stream on/off to all sub-devices |
1682 | anyway, just in case somebody else wants to hear the | 1682 | anyway, just in case somebody else wants to hear the |
1683 | command... */ | 1683 | command... */ |
1684 | pvr2_trace(PVR2_TRACE_CHIPS, "subdev v4l2 stream=%s", | ||
1685 | (enablefl ? "on" : "off")); | ||
1684 | v4l2_device_call_all(&hdw->v4l2_dev, 0, video, s_stream, enablefl); | 1686 | v4l2_device_call_all(&hdw->v4l2_dev, 0, video, s_stream, enablefl); |
1685 | if (hdw->decoder_client_id) { | 1687 | if (hdw->decoder_client_id) { |
1686 | /* We get here if the encoder has been noticed. Otherwise | 1688 | /* We get here if the encoder has been noticed. Otherwise |