diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-01-03 20:08:07 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-02-14 00:10:14 +0100 |
commit | b6a40e728099aa645d0d35896532e4f0f6f31e69 (patch) | |
tree | 86cd9ebfe02ea294e6caeb60193645a02ca425d8 /drivers/media/usb/cx231xx/cx231xx.h | |
parent | [media] cx25840: fill the media controller entity (diff) | |
download | linux-b6a40e728099aa645d0d35896532e4f0f6f31e69.tar.xz linux-b6a40e728099aa645d0d35896532e4f0f6f31e69.zip |
[media] cx231xx: initialize video/vbi pads
Both video and vbi are sink pads. Initialize them as such.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/usb/cx231xx/cx231xx.h')
-rw-r--r-- | drivers/media/usb/cx231xx/cx231xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/cx231xx/cx231xx.h b/drivers/media/usb/cx231xx/cx231xx.h index af9d6c4041dc..e0d3106f6b44 100644 --- a/drivers/media/usb/cx231xx/cx231xx.h +++ b/drivers/media/usb/cx231xx/cx231xx.h @@ -660,6 +660,7 @@ struct cx231xx { #if defined(CONFIG_MEDIA_CONTROLLER) struct media_device *media_dev; + struct media_pad video_pad, vbi_pad; #endif unsigned char eedata[256]; |