]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[PATCH] fix saa7129 support in saa7127 module for pvr350 tv out
authorJose Alberto Reguero <jareguero@telefonica.net>
Sat, 22 Apr 2006 07:35:45 +0000 (03:35 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 1 May 2006 19:03:43 +0000 (12:03 -0700)
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 <jareguero@telefonica.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/media/video/saa7127.c

index 992c71774f303f40fea02013481c16ef2f30edfe..9e4c178bd6ba16dfb2ea00bcc0d584bba523eaae 100644 (file)
@@ -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[] = {