From: Jose Alberto Reguero Date: Tue, 11 Apr 2006 13:19:25 +0000 (-0300) Subject: V4L/DVB (3767): Pvr350 tv out (saa7127) X-Git-Tag: v2.6.17-rc5~31^2~21 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ea76ce526ec1af3e07f3dd9107ca93f0c82fc9c9;p=karo-tx-linux.git V4L/DVB (3767): Pvr350 tv out (saa7127) Witout this patch tv out don't work properly with my pvr350 card. Signed-off-by: Jose Alberto Reguero Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/saa7127.c b/drivers/media/video/saa7127.c index 133f9e5252fe..c271e2e14105 100644 --- a/drivers/media/video/saa7127.c +++ b/drivers/media/video/saa7127.c @@ -142,6 +142,7 @@ struct i2c_reg_value { static const struct i2c_reg_value saa7129_init_config_extra[] = { { SAA7127_REG_OUTPUT_PORT_CONTROL, 0x38 }, { SAA7127_REG_VTRIG, 0xfa }, + { 0, 0 } }; static const struct i2c_reg_value saa7127_init_config_common[] = {