From be0f6220f923cb5e25e59785a330bbb8a27bef3e Mon Sep 17 00:00:00 2001 From: Markus Rechberger Date: Mon, 10 Oct 2005 22:30:20 +0000 Subject: fixed registry value in em2820-i2c.c which corrects a tuner setting (also removed that call from em2820-video.c) --- linux/drivers/usb/media/em2820-video.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linux/drivers/usb/media/em2820-video.c') diff --git a/linux/drivers/usb/media/em2820-video.c b/linux/drivers/usb/media/em2820-video.c index eddabdd00..be3caad98 100644 --- a/linux/drivers/usb/media/em2820-video.c +++ b/linux/drivers/usb/media/em2820-video.c @@ -275,7 +275,9 @@ void em2820_config_i2c(struct em2820 *dev) /* configure tda9887 */ +#if 0 em2820_i2c_call_clients(dev, TDA9887_SET_CONFIG, &dev->tda9887_conf); +#endif /* em2820_i2c_call_clients(dev,VIDIOC_S_STD,&dev->tvnorm->id); */ } -- cgit v1.2.3