diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2015-06-07 12:32:32 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-06-09 22:30:39 +0200 |
commit | b4dbad8fe3b60466e0d364b34c075117757838f2 (patch) | |
tree | 3a1b444ec76005a61be83956f1381d53193f965b /include/media | |
parent | [media] adv7842: replace uintX_t by uX for consistency (diff) | |
download | linux-b4dbad8fe3b60466e0d364b34c075117757838f2.tar.xz linux-b4dbad8fe3b60466e0d364b34c075117757838f2.zip |
[media] adv7511: log the currently set infoframes
The adv7511 sets up InfoFrames that are used when transmitting video.
Log the contents of those InfoFrames so it is possible to see exactly what
the transmitter is sending.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/adv7511.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/adv7511.h b/include/media/adv7511.h index f351eff404d6..d83b91d80764 100644 --- a/include/media/adv7511.h +++ b/include/media/adv7511.h @@ -42,6 +42,7 @@ struct adv7511_cec_arg { struct adv7511_platform_data { u8 i2c_edid; u8 i2c_cec; + u8 i2c_pktmem; u32 cec_clk; }; |