diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-02-05 17:09:55 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-02-10 09:38:56 -0200 |
commit | f38f2622f876609c3dc2865bbd937be22bad5a42 (patch) | |
tree | 620568ac15818f9781a54af7b98ae612a25bd0bc /include/media/i2c | |
parent | 82275133cc52e201e44de08a9471357fa2823b0c (diff) | |
download | blackbird-op-linux-f38f2622f876609c3dc2865bbd937be22bad5a42.tar.gz blackbird-op-linux-f38f2622f876609c3dc2865bbd937be22bad5a42.zip |
[media] tvp5150: add internal signal generator to HW input list
Some tvp5150 variants, have an internal generator that can generate a
black screen output. Since this is a HW block, it should be in the HW
inputs list.
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'include/media/i2c')
-rw-r--r-- | include/media/i2c/tvp5150.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/i2c/tvp5150.h b/include/media/i2c/tvp5150.h index 649908a25605..685a1e718531 100644 --- a/include/media/i2c/tvp5150.h +++ b/include/media/i2c/tvp5150.h @@ -25,6 +25,7 @@ #define TVP5150_COMPOSITE0 0 #define TVP5150_COMPOSITE1 1 #define TVP5150_SVIDEO 2 +#define TVP5150_GENERATOR 3 /* TVP5150 HW outputs */ #define TVP5150_NORMAL 0 |