summaryrefslogtreecommitdiff
path: root/v4l/Makefile
AgeCommit message (Collapse)Author
2005-10-23 - rename saa7113 to saa711xMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-23rename saa7113 to saa711xMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-19 - Fix normal v4l build. Tree-merge temporarily disabled.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-18 - Previous commit broke tree-merge. Here is the correct fix.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-18 - Partially revert to old tree-merge method to resolve the bug:Michael Krufky
dvb_dmx_init failed (errno = -12) Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-18- Added driver for Cirrus Logic Low Voltage Stereo A/D Converter.Mauro Carvalho Chehab
This is used by Adaptec AVC-2010 and AVC-2410 boards. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-14 - Added support for saa7113.Mauro Carvalho Chehab
Signed-off-by: Dwaine Garden <DwaineGarden@rogers.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-14Several Improvement on I2C IR handling for em2820:Mauro Carvalho Chehab
- moved Pinnacle IR table (ir_codes_em2820) to em2820-input.c - IR struct renamed and moved to a header file. - New file to handle em2820-specific IR. - Some cleanups. - attach now detects I2C IR and calls em2820-specific IR code - IR compat code moved to compat.h - New header with struct IR_i2c there, to allow it to be used by board-specific input handlers. Some improvements at em28xx board detection: - Board detection message improved to show interface and class. - Now it doesn't touch audio interfaces. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-11 * ../v4l/Makefile:Michael Krufky
- fix CPPFLAGS to find video-buf-dvb.h From: Adam Forsyth <agforsyth@gmail.com> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-11 - The wm8775 is a Wolfson Microelectronics 24-bit, 96kHz ADC with 4Mauro Carvalho Chehab
Channel I/P Multiplexer. It is used in Hauppauge PVR150/500 PVR boards. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-11 * ../linux/drivers/media/video/cx88/cx88.h:Michael Krufky
* ../v4l/Make.config: * ../v4l/Makefile: - Allow to disable build of video-buf-dvb in Make.config using compile flag CONFIG_VIDEO_BUF_DVB - replaced check using this method: -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)) +#ifdef HAVE_VIDEO_BUF_DVB * ../linux/drivers/media/video/saa7134/saa7134.h: - #include <linux/notifier.h> in saa7134.h to fix build Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-11 - Fixed dir for em2820. Now at drivers/usb/mediaMauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-10 * ../v4l/Makefile:Michael Krufky
- removed unneeded line. * ../v4l/scripts/makelinks.sh: * ../v4l/scripts/merge-trees.sh: * ../v4l/scripts/unmerge-trees.sh: - fixed offsets. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-10 - Alternative build method: 'make kernel-links'Michael Krufky
based on 'makelinks' script in dvb-kernel cvs. - Symlink cvs code into kernel source in order to build cvs code inside kernel build. - Currently requires merged-trees, because of some missing files in v4l-kernel cvs, present in dvb-kernel cvs, such as Makefile - 'make kernel-links' will automatically call 'make merge-trees' - Currently requires a patch to linux/include/linux/videodev.h, which adds #include "compat.h" Patch is applied during 'make kernel-links' and is removed during 'make clean' - videodev.h patch and merge-trees dependency can be removed in the future. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-09- make snap updated.Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-09 - don't symlink linux/include to v4l/ in merged-tree environment.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-09 - clean up 'make links' build output.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-09 * ../v4l/Makefile:Michael Krufky
* ../v4l/scripts/merge-trees.sh: - Step two, move merged dvb/v4l cvs tree functionality into Makefile. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-09From: Mauro Carvalho Chehab <mchehab@brturbo.com.br>Mauro Carvalho Chehab
* ../v4l/Make.config: - Fixed dvb compiling. * ../v4l/Make - Included some options to make easier to commit. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-09 - Fixed support for extraversion.Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-09From: Mauro Carvalho Chehab <mchehab@brturbo.com.br>Mauro Carvalho Chehab
- Lots of small changes to allow compiling with kernel 2.4. Compilation result not tested yet. - After this patch, .version should be removed, since its syntax has changed. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-09 * ../v4l/Make.config:Michael Krufky
* ../v4l/Makefile: * ../v4l/scripts/merge-trees.sh: * ../v4l/scripts/unmerge-trees.sh: - Step one, move merged dvb/v4l cvs tree functionality into Makefile. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-08 * ../v4l/Makefile:Michael Krufky
- renamed tree-merge functions. new names: make merge-trees make unmerge-trees Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-08 * ../linux/include/linux/videodev.h:Michael Krufky
- #include "compat.h" * ../v4l/Makefile: - add two new make commands for tree-merge: make merge make unmerge - this allows tree-merge commands to be called from both top-level v4l-kernel and v4l-kernel/v4l * ../v4l/scripts/merge-trees.sh: * ../v4l/scripts/unmerge-trees.sh: - fix offsets Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-08 * ../v4l/Makefile:Michael Krufky
- Made symlinks a separate process in Makefile. - To make symlinks without building, run "make links" - "make" alone, will symlink and build, as before. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-08 From: Mauro Carvalho Chehab <mchehab@brturbo.com.br>Mauro Carvalho Chehab
* ../linux/drivers/media/video/tveeprom.c: - Fixed include when compiling at kernel tree * ../linux/include/linux/videodev.h: - removed compat.h from wrong place * ../linux/drivers/media/video/tvp5150.c: * ../linux/kernel/drivers/usb/media/em2820-cards.c: * ../linux/kernel/drivers/usb/media/em2820-core.c: * ../linux/kernel/drivers/usb/media/em2820-i2c.c: * ../linux/kernel/drivers/usb/media/em2820-video.c: - included compat.h at the right place * ../v4l/Make - now creates symlinks to allow compiling V4L stuff at v4l dir. * ../v4l/scripts/prepare-ChangeLog.pl: - modified to include other directories. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-06 * Makefile:Nickolay V. Shmyrev
* saa7134-alsa.c: (saa7134_dma_stop), (saa7134_dma_start), (saa7134_irq_alsa_done), (snd_card_saa7134_capture_trigger), (dsp_buffer_conf), (dsp_buffer_init), (snd_card_saa7134_pcm_prepare), (snd_card_saa7134_capture_prepare), (snd_card_saa7134_pointer), (snd_card_saa7134_capture_pointer), (snd_card_saa7134_runtime_free), (snd_card_saa7134_hw_params), (snd_card_saa7134_hw_free), (dsp_buffer_free), (saa7134_cap_close), (saa7134_cap_open), (snd_card_saa7134_capture_open), (snd_card_saa7134_capture_close), (snd_card_saa7134_pcm), (snd_saa7134_volume_info), (snd_saa7134_volume_get), (snd_saa7134_volume_put), (snd_saa7134_capsrc_info), (snd_saa7134_capsrc_get), (snd_saa7134_capsrc_put), (snd_card_saa7134_new_mixer), (snd_saa7134_free), (snd_saa7134_dev_free), (alsa_card_saa7134_create), (alsa_card_saa7134_exit): * saa7134-core.c: (saa7134_irq), (saa7134_initdev), (saa7134_finidev): * saa7134-oss.c: (dsp_rec_start): * saa7134-reg.h: * saa7134.h: - Alsa support for saa7134 that should work. Wonderful patch from Ricardo. Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
2005-10-06 * Makefile:Nickolay V. Shmyrev
* em2820-i2c.c: (em2820_set_tuner): - Fixed build. Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2005-10-06From Markus Rechberger <mrechberger@gmail.com>,Ludovico Cavedon ↵Mauro Carvalho Chehab
<cavedon@sssup.it>,Mauro Carvalho Chehab <mchehab@brturbo.com.br> - Added support for Empia EM2820/2840 USB video capture devices. Current support is working for: Terratec Cinergy 250 USB Pinnacle PCTV USB 2 Hauppauge WinTV USB 2 Support is not working for: Terratec Cinergy 250 USB (em2800 based) MSI VOX USB 2.0 (saa7114 decoder based) Signed-off-by: Markus Rechberger <mrechberger@gmail.com> Signed-off-by: Ludovico Cavedon <cavedon@sssup.it> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-09-30forgot to run unmerge-trees.sh before last commit. fixed now.Michael Krufky
2005-09-30correct typoMichael Krufky
2005-09-21-tvp5150 included on makefile.Mauro Carvalho Chehab
- Basic decoder functions implemented. Still lacks video std functions. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-08-16 * MakeMauro Carvalho Chehab
* rds.h: * saa6588.c: - kernel module for acquiring RDS data from a SAA6588. * bttv-driver.c: - Allow multiple open() calls to /dev/radio - Add read functionality for /dev/radio Signed-off-by: Hans J. Koch <koch@hjk-az.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-08-14lsa module compiling disabled by default.Mauro Carvalho Chehab
to turn on, CONFIG_VIDEO_ALSA = m anyway, it didn't provide digital audio yet. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-08-13Makefile corrected to compile cx88-alsa.koMauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-08-10 * Make.config, MakeMauro Carvalho Chehab
- Added support for future alsa support, yet to be finished. * bt87x-alsa.c: - bt87x.c that is inside ALSA tree. Yet to make it compile from here. * cx88-alsa.c,cx88.h: - cx88 ALSA skeleton. It is not yet working. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-31 - Better method for Makefile to detect compilation against -mm tree.Michael Krufky
Thanks to Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-30 * bttv-driver.c, msp3400.c, tda9887.c, tuner-core.c:Michael Krufky
* Makefile, scripts/merge-trees.sh, scripts/unmerge-trees.sh: - Fix cvs compile to work for both latest -linus and -mm trees. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-30Improved method for setting CVS_DVB cflag Signed-off-by: Michael Krufky ↵Michael Krufky
<mkrufky@m1k.net>
2005-07-29 - Include logic to detect merged dvb/v4l cvs trees usingMichael Krufky
tree merging scripts, adding DVB_CVS to EXTRA_CFLAGS. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-27 Include logic to detect compilation against -mm kernels,Michael Krufky
adding MM_KERNEL to EXTRA_CFLAGS. This test will be available in -mm kernels AFTER (but not including) 2.6.13-rc3-mm1. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-27 Include logic to detect compilation against -mm kernels,Michael Krufky
adding MM_KERNEL to EXTRA_CFLAGS. This test will be available in -mm kernels AFTER (but not including) 2.6.13-rc3-mm1. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-25Undo accidental change in previous commit.Michael Krufky
2005-07-25Rename lgdt3302 to lgdt330x.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-24 * cx88-dvb.c, saa7134-dvb.c, Makefile:Michael Krufky
- The #define CONFIG_DVB_* are actually CFLAGS set my Makefile. CONFIG_* namespace is reserved for Kconfig. This renames them back to HAVE_*. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-22* Makefile:Michael Krufky
- Restore EXTRA_CFLAGS for DVB frontends previously removed in error. These flags do not determine whether frontends are built, instead they determine whether support for compatability with certain frontends is built-into cx88-dvb.c and saa7134-dvb.c . With all of these flags not set, both cx88-dvb and saa7134-dvb will report that the frontend is not supported, no matter what frontend is present. Both lgdt3302 and tda1004x are disabled within cx88-dvb and saa7134-dvb, respectively, for kernel versions less than 2.6.13. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-15 - Now compiling also with linux-2.6.12 version.Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-15DVB Stuff removed. Makefile now doesn't need it also.Mauro Carvalho Chehab
compat.h changed to reflect latest API change. Included a script to make ChangeLog Generation easier. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-04 * Makefile, saa7134-dvb.c:Michael Krufky
- Let Kconfig decide whether to include frontend-specific code in saa7134-dvb. * cx88-video.c: - added missing contrast offset value, set to 0. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-04 * Makefile, cx88-dvb.c:Michael Krufky
- Let Kconfig decide whether to include frontend-specific code. Signed-off-by: Michael Krufky <mkrufky@m1k.net>