summaryrefslogtreecommitdiffstats
path: root/include/media/adv7842.h
diff options
context:
space:
mode:
authorHans Verkuil2015-05-07 15:37:57 +0200
committerMauro Carvalho Chehab2015-05-20 18:41:30 +0200
commit48519838cc915d1af7083662471d2eb939a024c9 (patch)
tree3863b9c2266502180284bc80a9a19a4fe4108090 /include/media/adv7842.h
parent[media] v4l2-subdev: allow subdev to send an event to the v4l2_device notify ... (diff)
downloadkernel-qcow2-linux-48519838cc915d1af7083662471d2eb939a024c9.tar.gz
kernel-qcow2-linux-48519838cc915d1af7083662471d2eb939a024c9.tar.xz
kernel-qcow2-linux-48519838cc915d1af7083662471d2eb939a024c9.zip
[media] adv7604/adv7842: replace FMT_CHANGED by V4L2_DEVICE_NOTIFY_EVENT
This makes it easier for the bridge driver to just passthrough such events to the corresponding device node. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'include/media/adv7842.h')
-rw-r--r--include/media/adv7842.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/media/adv7842.h b/include/media/adv7842.h
index 64a66d0ba9e1..1f38db8d3c21 100644
--- a/include/media/adv7842.h
+++ b/include/media/adv7842.h
@@ -230,9 +230,6 @@ struct adv7842_platform_data {
#define V4L2_CID_ADV_RX_FREE_RUN_COLOR_MANUAL (V4L2_CID_DV_CLASS_BASE + 0x1001)
#define V4L2_CID_ADV_RX_FREE_RUN_COLOR (V4L2_CID_DV_CLASS_BASE + 0x1002)
-/* notify events */
-#define ADV7842_FMT_CHANGE 1
-
/* custom ioctl, used to test the external RAM that's used by the
* deinterlacer. */
#define ADV7842_CMD_RAM_TEST _IO('V', BASE_VIDIOC_PRIVATE)