diff options
author | Devin Heitmueller <dheitmueller@hauppauge.com> | 2010-08-19 00:50:07 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-10-21 07:17:29 +0400 |
commit | 888062188cfbed50bbe14f7e180cdc70336dfc4c (patch) | |
tree | 7e699b0724af3479623ab3f311a5fa170730f6f5 /drivers/media/video/cx231xx/cx231xx.h | |
parent | 4270c3cac41e248ee339d18e01251989b74a30f1 (diff) | |
download | linux-888062188cfbed50bbe14f7e180cdc70336dfc4c.tar.xz |
[media] cx231xx: make output mode configurable via the board profile
Extend the board profile structure to allow configuration of the output mode.
Right now they are all doing VIP 1.1 format, but we have a board that needs
ITU656 format (which hasn't been checked in yet).
Signed-off-by: Devin Heitmueller <dheitmueller@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx231xx/cx231xx.h')
-rw-r--r-- | drivers/media/video/cx231xx/cx231xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx231xx/cx231xx.h b/drivers/media/video/cx231xx/cx231xx.h index 8d4fcf70387f..e65e0fd88e4b 100644 --- a/drivers/media/video/cx231xx/cx231xx.h +++ b/drivers/media/video/cx231xx/cx231xx.h @@ -353,6 +353,7 @@ struct cx231xx_board { unsigned char xclk, i2c_speed; enum cx231xx_decoder decoder; + int output_mode; struct cx231xx_input input[MAX_CX231XX_INPUT]; struct cx231xx_input radio; |