aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2015-06-07 07:32:32 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-06-09 17:30:39 -0300
commitb4dbad8fe3b60466e0d364b34c075117757838f2 (patch)
tree3a1b444ec76005a61be83956f1381d53193f965b /drivers/media/pci
parent[media] adv7842: replace uintX_t by uX for consistency (diff)
downloadlinux-dev-b4dbad8fe3b60466e0d364b34c075117757838f2.tar.xz
linux-dev-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 'drivers/media/pci')
-rw-r--r--drivers/media/pci/cobalt/cobalt-driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/pci/cobalt/cobalt-driver.c b/drivers/media/pci/cobalt/cobalt-driver.c
index c2974e699ecf..b994b8efdc99 100644
--- a/drivers/media/pci/cobalt/cobalt-driver.c
+++ b/drivers/media/pci/cobalt/cobalt-driver.c
@@ -602,6 +602,7 @@ static int cobalt_subdevs_hsma_init(struct cobalt *cobalt)
static struct adv7511_platform_data adv7511_pdata = {
.i2c_edid = 0x7e >> 1,
.i2c_cec = 0x7c >> 1,
+ .i2c_pktmem = 0x70 >> 1,
.cec_clk = 12000000,
};
static struct i2c_board_info adv7511_info = {