diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2015-05-31 12:48:00 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-06-05 17:51:01 +0300 |
commit | 136a5e9e01ed89d8891845027b3ee731bb662926 (patch) | |
tree | 49206281a236c37e431c21b82d336d46a856e81a /drivers/media/pci/cobalt/cobalt-driver.h | |
parent | 78aad7f81aa6dfccdb2804ac35db6fc371d265cf (diff) | |
download | linux-136a5e9e01ed89d8891845027b3ee731bb662926.tar.xz |
[media] cobalt: support transfer function
Add support for the transfer function to the cobalt driver: make sure it is
passed on to/retrieved from the sub-device correctly.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/pci/cobalt/cobalt-driver.h')
-rw-r--r-- | drivers/media/pci/cobalt/cobalt-driver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/pci/cobalt/cobalt-driver.h b/drivers/media/pci/cobalt/cobalt-driver.h index f63ce193a65d..c206df930669 100644 --- a/drivers/media/pci/cobalt/cobalt-driver.h +++ b/drivers/media/pci/cobalt/cobalt-driver.h @@ -231,6 +231,7 @@ struct cobalt_stream { u32 pixfmt; u32 sequence; u32 colorspace; + u32 xfer_func; u32 ycbcr_enc; u32 quantization; |