diff options
author | Hans Verkuil | 2015-06-29 04:55:35 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab | 2016-06-28 10:04:47 -0300 |
commit | 257d4eaed38c736da1654048e14ecd2b76bebf03 (patch) | |
tree | f2a61a17c12a8b95989dd9095b7ffb62052f9a49 /include/media | |
parent | 25c84fb1c957d25b056f2e2cc7b4ed4b2c6e4ed9 (diff) |
[media] cec: adv7511: add cec support
Add CEC support to the adv7511 driver.
Signed-off-by: Hans Verkuil <hansverk@cisco.com>
[k.debski@samsung.com: Merged changes from CEC Updates commit by Hans Verkuil]
Signed-off-by: Kamil Debski <kamil@wypas.org>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/i2c/adv7511.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/media/i2c/adv7511.h b/include/media/i2c/adv7511.h index d83b91d80764..61c3d711cc69 100644 --- a/include/media/i2c/adv7511.h +++ b/include/media/i2c/adv7511.h @@ -32,11 +32,7 @@ struct adv7511_monitor_detect { struct adv7511_edid_detect { int present; int segment; -}; - -struct adv7511_cec_arg { - void *arg; - u32 f_flags; + uint16_t phys_addr; }; struct adv7511_platform_data { |