Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e260508d authored by Mike Isely's avatar Mike Isely Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (11192): pvrusb2: Implement trace print for stream on / off action

parent 0b467014
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -1681,6 +1681,8 @@ static int pvr2_decoder_enable(struct pvr2_hdw *hdw,int enablefl)
	   this point, we'll broadcast stream on/off to all sub-devices
	   this point, we'll broadcast stream on/off to all sub-devices
	   anyway, just in case somebody else wants to hear the
	   anyway, just in case somebody else wants to hear the
	   command... */
	   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);
	v4l2_device_call_all(&hdw->v4l2_dev, 0, video, s_stream, enablefl);
	if (hdw->decoder_client_id) {
	if (hdw->decoder_client_id) {
		/* We get here if the encoder has been noticed.  Otherwise
		/* We get here if the encoder has been noticed.  Otherwise