diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-07-20 21:49:25 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-07-20 21:49:25 -0300 |
commit | a0445b01893489ee01d54d08da80d29a24434e0a (patch) | |
tree | 183ffaf24616779e2550c86540bf445e86f3b13d /linux/drivers/media/video/bt8xx/bttv-driver.c | |
parent | 59ac780bc36a1d932e6290e0ea492085f2ec35cd (diff) | |
parent | bf2a43cd610fd4c43b23e6dc87e086848de1b290 (diff) | |
download | mediapointer-dvb-s2-a0445b01893489ee01d54d08da80d29a24434e0a.tar.gz mediapointer-dvb-s2-a0445b01893489ee01d54d08da80d29a24434e0a.tar.bz2 |
merge: http://udev.netup.ru/hg/v4l-dvb-commits
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/bt8xx/bttv-driver.c')
-rw-r--r-- | linux/drivers/media/video/bt8xx/bttv-driver.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/bt8xx/bttv-driver.c b/linux/drivers/media/video/bt8xx/bttv-driver.c index 9c25efe06..18085ba61 100644 --- a/linux/drivers/media/video/bt8xx/bttv-driver.c +++ b/linux/drivers/media/video/bt8xx/bttv-driver.c @@ -4457,6 +4457,7 @@ static int __devinit bttv_probe(struct pci_dev *dev, /* some card-specific stuff (needs working i2c) */ bttv_init_card2(btv); + bttv_init_tuner(btv); init_irqreg(btv); /* register video4linux + input */ |