diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2019-05-27 00:42:17 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2019-05-27 00:42:16 -0700 |
| commit | b29d59a33d593392770441aca90e4b03b2af170e (patch) | |
| tree | 8c6f8b8bb08e55cafc181b65cf8d20fa443d920a /include | |
| parent | 547234bc39058092bd09dc38b11081cd357060e9 (diff) | |
| parent | 81bbb1b91ed25080c4e0263ce3490c618e343f99 (diff) | |
Merge "defconfig: msm8996: Enable radio configs"
Diffstat (limited to 'include')
| -rw-r--r-- | include/media/v4l2-ioctl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/v4l2-ioctl.h b/include/media/v4l2-ioctl.h index 017ffb2220c7..6e61ef44be04 100644 --- a/include/media/v4l2-ioctl.h +++ b/include/media/v4l2-ioctl.h @@ -65,6 +65,8 @@ struct v4l2_ioctl_ops { int (*vidioc_g_fmt_sdr_out) (struct file *file, void *fh, struct v4l2_format *f); + int (*vidioc_g_fmt_type_private)(struct file *file, void *fh, + struct v4l2_format *f); /* VIDIOC_S_FMT handlers */ int (*vidioc_s_fmt_vid_cap) (struct file *file, void *fh, struct v4l2_format *f); |
