aboutsummaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorMats Randgaard <matrandg@cisco.com>2013-12-10 11:24:35 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-01-07 06:34:22 -0200
commit7de6fab1fdc81381834db690ec0511ec87acc4d3 (patch)
tree305f66640d798ee78909200cc4f5a661d6d0485a /include/media
parent[media] adv7842: remove connector type. Never used for anything useful (diff)
downloadlinux-dev-7de6fab1fdc81381834db690ec0511ec87acc4d3.tar.xz
linux-dev-7de6fab1fdc81381834db690ec0511ec87acc4d3.zip
[media] adv7842: Use defines to select EDID port
Signed-off-by: Mats Randgaard <matrandg@cisco.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/adv7842.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/media/adv7842.h b/include/media/adv7842.h
index 24fed1198ce8..a4851bff8fae 100644
--- a/include/media/adv7842.h
+++ b/include/media/adv7842.h
@@ -225,4 +225,8 @@ struct adv7842_platform_data {
* deinterlacer. */
#define ADV7842_CMD_RAM_TEST _IO('V', BASE_VIDIOC_PRIVATE)
+#define ADV7842_EDID_PORT_A 0
+#define ADV7842_EDID_PORT_B 1
+#define ADV7842_EDID_PORT_VGA 2
+
#endif