From: Jose Alberto Reguero Date: Sat, 22 Apr 2006 07:35:45 +0000 (-0400) Subject: [PATCH] fix saa7129 support in saa7127 module for pvr350 tv out X-Git-Tag: v2.6.16.28-rc1~114 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f5d195f1c98ec76606522daeb49bb7d2eb8065e4;p=karo-tx-linux.git [PATCH] fix saa7129 support in saa7127 module for pvr350 tv out This patch fixes tv-out support for the newer model of the pvr350, which has a saa7129 instead of a saa7127 video encoder. Signed-off-by: Jose Alberto Reguero Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Hans Verkuil Signed-off-by: Michael Krufky Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/media/video/saa7127.c b/drivers/media/video/saa7127.c index 992c71774f30..9e4c178bd6ba 100644 --- a/drivers/media/video/saa7127.c +++ b/drivers/media/video/saa7127.c @@ -141,6 +141,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[] = {