diff options
author | Mike Isely <isely@pobox.com> | 2009-03-06 22:50:48 -0600 |
---|---|---|
committer | Mike Isely <isely@pobox.com> | 2009-03-06 22:50:48 -0600 |
commit | c536aebeeeafcdb7e48316d0d029d35f0294dda7 (patch) | |
tree | 10619216f0df381789eee821c634ecd06608c1df /linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c | |
parent | 2d590f47db0a9ed1bfcb5210a1c5fd65d14842a6 (diff) | |
download | mediapointer-dvb-s2-c536aebeeeafcdb7e48316d0d029d35f0294dda7.tar.gz mediapointer-dvb-s2-c536aebeeeafcdb7e48316d0d029d35f0294dda7.tar.bz2 |
pvrusb2: Implement trace print for stream on / off action
From: Mike Isely <isely@pobox.com>
Priority: normal
Signed-off-by: Mike Isely <isely@pobox.com>
Diffstat (limited to 'linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c')
-rw-r--r-- | linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c b/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c index 341e0aa85..c27c841af 100644 --- a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c +++ b/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c @@ -1691,6 +1691,8 @@ static int pvr2_decoder_enable(struct pvr2_hdw *hdw,int enablefl) this point, we'll broadcast stream on/off to all sub-devices anyway, just in case somebody else wants to hear the command... */ + pvr2_trace(PVR2_TRACE_CHIPS, "subdev v4l2 stream=%s", + (enablefl ? "on" : "off")); v4l2_device_call_all(&hdw->v4l2_dev, 0, video, s_stream, enablefl); if (hdw->decoder_client_id) { /* We get here if the encoder has been noticed. Otherwise |