diff options
author | Michael Hunold <devnull@localhost> | 2003-02-26 10:56:04 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2003-02-26 10:56:04 +0000 |
commit | 47be772e5cd2e5c15e1bd3a89ec29ced10cab9c3 (patch) | |
tree | c31bdeda97cbaf66a27927c933eb524206519789 /linux/drivers/media/video/mxb.c | |
parent | 9633ce872e3f5c2644ae6e3cb2ebcb3e4af195b1 (diff) | |
download | mediapointer-dvb-s2-47be772e5cd2e5c15e1bd3a89ec29ced10cab9c3.tar.gz mediapointer-dvb-s2-47be772e5cd2e5c15e1bd3a89ec29ced10cab9c3.tar.bz2 |
- Compile fixes against 2.5.63 (daemonize() has been changed)
- Fix various warnings against 2.5.63 (export-objs has been removed)
- Fix Kconfig/Makefiles
- add the "dpc7146" driver for the analog Philips reference design
- Removed unnecessary "Config.in"
Diffstat (limited to 'linux/drivers/media/video/mxb.c')
-rw-r--r-- | linux/drivers/media/video/mxb.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/linux/drivers/media/video/mxb.c b/linux/drivers/media/video/mxb.c index b12daa05d..b7e459371 100644 --- a/linux/drivers/media/video/mxb.c +++ b/linux/drivers/media/video/mxb.c @@ -3,6 +3,9 @@ Copyright (C) 1998-2003 Michael Hunold <michael@mihu.de> + Visit http://www.mihu.de/linux/saa7146/mxb/ + for further details about this card. + This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or @@ -201,7 +204,6 @@ static int mxb_vbi_bypass(struct saa7146_dev* dev) static int mxb_probe(struct saa7146_dev* dev) { struct mxb* mxb = 0; - int i = 0; mxb = (struct mxb*)kmalloc(sizeof(struct mxb), GFP_KERNEL); @@ -389,8 +391,7 @@ static int mxb_init_done(struct saa7146_dev* dev) vm.in = 3; vm.out = 13; mxb->tea6415c->driver->command(mxb->tea6415c,TEA6415C_SWITCH, &vm); - - + /* tune in some frequency on tuner */ mxb->tuner->driver->command(mxb->tuner, VIDIOCSFREQ, &freq); |