Commit 1a2c6866 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab

[media] v4l2-ioctl: clarify querystd comment

Improve the querystd comment.
Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 0b1ffb53
...@@ -1385,10 +1385,10 @@ static int v4l_querystd(const struct v4l2_ioctl_ops *ops, ...@@ -1385,10 +1385,10 @@ static int v4l_querystd(const struct v4l2_ioctl_ops *ops,
v4l2_std_id *p = arg; v4l2_std_id *p = arg;
/* /*
* If nothing detected, it should return all supported * If no signal is detected, then the driver should return
* standard. * V4L2_STD_UNKNOWN. Otherwise it should return tvnorms with
* Drivers just need to mask the std argument, in order * any standards that do not apply removed.
* to remove the standards that don't apply from the mask. *
* This means that tuners, audio and video decoders can join * This means that tuners, audio and video decoders can join
* their efforts to improve the standards detection. * their efforts to improve the standards detection.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment