|
@@ -953,6 +953,7 @@ static int vidioc_streamon(struct file *file, void *priv,
|
|
|
}
|
|
|
mutex_unlock(&go->hw_lock);
|
|
|
mutex_unlock(&gofh->lock);
|
|
|
+ call_all(&go->v4l2_dev, video, s_stream, 1);
|
|
|
|
|
|
return retval;
|
|
|
}
|
|
@@ -968,6 +969,7 @@ static int vidioc_streamoff(struct file *file, void *priv,
|
|
|
mutex_lock(&gofh->lock);
|
|
|
go7007_streamoff(go);
|
|
|
mutex_unlock(&gofh->lock);
|
|
|
+ call_all(&go->v4l2_dev, video, s_stream, 0);
|
|
|
|
|
|
return 0;
|
|
|
}
|