summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-01-30use default tuner_params if desired_type not availableMichael Krufky
From: Michael Krufky <mkrufky@linuxtv.org> If a given tuner definition contains more than one tuner_params array members, it will try to select the appropriate tuner_params based on the video standard in use. If there is no tuner_params defined for the current video standard, it will select the default, tuner_params[0] Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
2006-01-31added terratec hybrid xs and kworld 2800rf supportmrechberger
From: Markus Rechberger <mrechberger@gmail.com> added terratec hybrid xs product/vendorid added gpio audio initialization for kworld pvr 2800rf Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
2006-01-31Allow SAA7134 to fall back to AM sound when there is NICAM-L Hartmut Hackmann
From: Hartmut Hackmann <hartmut.hackmann@t-online.de> This patch allows to select AM sound even if NICAM is detected. Proposed by Alain Frappin Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
2006-01-31Updated Avermedia 777 DVB-T to use dvb-pllHartmut Hackmann
From: Jose Alberto Reguero <jareguero@telefonica.net> linux/drivers/media/dvb/frontends/dvb-pll.c linux/drivers/media/dvb/frontends/dvb-pll.h - added td1316 tuner linux/drivers/media/video/saa7134/saa7134-dvb.c - changed tuning code for AverTV 777 to use dvb-pll Signed-off-by: Jose Alberto Reguero <jareguero@telefonica.net> Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
2006-01-30Now, after commiting, it will show log messagesMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> This helps to avoid mistakes at commit messages Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2006-01-30removed requirement for CHANGE_LOG_* env varsMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> Before, to use make commit, some env vars were required. Now, just using HGUSER=Mauro Carvalho Chehab <mchehab@infradead.org> is enough to gererate an useful log. Readme updated to this new condition. Also added a warning about keeping the first line in blank. Readme visual improved. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2006-01-30update tuner commentsMichael Krufky
From: Michael Krufky <mkrufky@linuxtv.org> Right now, all tuners are using the first tuner_params[] array element for analog mode. We are now ready to begin merging similar tuner definitions together, such that each tuner definition will have a tuner_params struct for each available video standard. The tuner_params[] array element will be chosen based on the video standard in use. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
2006-01-29tuner_dbg will show tuner param and range selectedMichael Krufky
From: Michael Krufky <mkrufky@linuxtv.org> - tuner_dbg will show tuner param and range selected Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
2006-01-29allow multiple tuner params in each tuner definitionMichael Krufky
From: Michael Krufky <mkrufky@linuxtv.org> - allow multiple tuner params in each tuner definition. - the correct tuner_params element will be chosen based on current video standard. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
2006-01-29move video std detection to top of set_tv_freq functionMichael Krufky
From: Michael Krufky <mkrufky@linuxtv.org> - move video std detection to top of set_tv_freq function - we must detect video std first, so that we can choose the correct tuner_params Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
2006-01-30Add support for the Avermedia 777 DVB-T cardHartmut Hackmann
From: Jose Alberto Reguero <jareguero@telefonica.net> Signed-off-by: Jose Alberto Reguero <jareguero@telefonica.net> Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
2006-01-29Fix NICAM buzz on analog soundRicardo Cerqueira
From: Marcin Rudowski <mar_rud@poczta.onet.pl> Apparently, having the number of lines fixed at 4 reduces (or even kills) the buzz found in NICAM stereo with analog sound. Signed-off-by: Marcin Rudowski <mar_rud@poczta.onet.pl> Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
2006-01-29add count to tunertype structMichael Krufky
From: Michael Krufky <mkrufky@m1k.net> The tuner_params element is an array of undefined length, with each array member being a set of parameters for each video standard type. The number of members in the tuner_params array will be stored in tuners[]->count Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2006-01-29You must have mercurial installed in order to access the repository.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
2006-01-29Update README.patches for mercurial SCM.mk@localhost.localdomain
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
2006-01-29ChangeLog file removed from v4l-dvb Mercurial treeMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> - This patch removes ChangeLog file. with Mercurial, it can be generated any time by running hg logs -v. - Makefile and prep_commit_msg.pl updated to work without ChangeLog. - Removed/Adapted instructions on README.HG about ChangeLog. - prepare-Changelog.pl changed to just report one line. This might help people to identify functions that were changed by a patchset. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2006-01-29Use the login name with the ssh URL.Hans Verkuil
From: Hans Verkuil <hverkuil@xs4all.nl> Use the login name with the ssh URL. This allows you to use make push, even if your local username differs from the repo username. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
2006-01-29fix typos and add 'make push' descriptionHans Verkuil
From: Hans Verkuil <hverkuil@xs4all.nl> Fixed typos and add a description of make push and emphasize that make commit commits to the local repository, not the master. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
2006-01-28Some review, thanks to Johannes Stezenbach.Mauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2006-01-28make pull will now do push -uMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> pull -u allows retriving info from master database and also update local files. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2006-01-28Removed commit from make pushMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> This allows commiting at local tree first Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2006-01-28Updated SCM infoMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> Removed README.CVS README.HG now contains more info about usage with HG. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2006-01-28Several fixes for using with mercurialMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> cvs commands replaced to hg created a new script to help commiting Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2006-01-25Added small setupscriptMarkus Rechberger
From: Markus Rechberger <mrechberger@gmail.com> Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
2006-01-25adding small setup toolMarkus Rechberger
From: Markus Rechberger <mrechberger@gmail.com> Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
2006-01-25cleanupsMarkus Rechberger
From: Markus Rechberger <mrechberger@gmail.com> Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
2006-01-25small cleanups (removed debugging printks),Markus Rechberger
From: Markus Rechberger <mrechberger@gmail.com> Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
2006-01-25xc3028 fixesMarkus Rechberger
From: Markus Rechberger <mrechberger@gmail.com> Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
2006-01-25fixed tuner-types, modified channel calculationMarkus Rechberger
From: Markus Rechberger <mrechberger@gmail.com> Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
2006-01-25better description added MakefileMarkus Rechberger
From: Markus Rechberger <mrechberger@gmail.com> Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
2006-01-25modified Makefile to fit compilationMarkus Rechberger
From: Markus Rechberger <mrechberger@gmail.com> Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
2006-01-25Typo in READMEMarkus Rechberger
From: Markus Rechberger <mrechberger@gmail.com> Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
2006-01-25Hauppauge HVR 900 supportMarkus Rechberger
From: Markus Rechberger <mrechberger@gmail.com> Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
2006-01-25Hauppauge HVR 900 driver supportMarkus Rechberger
From: Markus Rechberger <mrechberger@gmail.com> Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
2006-01-24bug-fixMichael Krufky
bug-fix: allow tristate build for cx88-vp3054-i2c - allow tristate build for cx88-vp3054-i2c Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2006-01-23Fix minor bug in pvrusb2 where audio mode wasn't updating correctlyMike Isely
From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
2006-01-23Use mutexes in pvrusb2 for kernel 2.6.16 or laterMike Isely
From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
2006-01-23removed duplicated tuner_rangesMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2006-01-23remove stray obsolete commentMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2006-01-23remove nxt2002 from insmod.shMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2006-01-23move config byte from tuner_params to tuner_range struct.Michael Krufky
- move config byte from tuner_params to tuner_range struct. - dvb tuners must be able to set different config byte for each range. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2006-01-23rename cb variable names in tuner structures for global consistencyMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2006-01-23changed comment in tuner-core.cMarkus Rechberger
From: Markus Rechberger <mrechberger@gmail.com> Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
2006-01-22Fix printk type warningMichael Krufky
From: Randy Dunlap <rdunlap@xenotime.net> Fix printk type warning: drivers/media/dvb/b2c2/flexcop-pci.c:164: warning: format '%08x' expects type 'unsigned int', but argument 4 has type 'dma_addr_t' Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2006-01-22Hauppauge HVR 900 Composite supportMarkus Rechberger
From: Markus Rechberger <mrechberger@gmail.com> Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
2006-01-22fixed spelling error, exectuted --> executed.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2006-01-22Add new internal VIDIOC_INT commandsHans Verkuil
Add new internal VIDIOC_INT commands for setting the tuner mode, for putting a chip into standby mode and to set/get the routing of inputs/outputs of audio or video of a chip. These new commands will replace older commands that are no longer up to the task. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
2006-01-22bug-fix missing break;Markus Rechberger
From: Markus Rechberger Acked-by: Michael Krufky <mkrufky@m1k.net> Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
2006-01-22drivers/media/dvb/: possible cleanupsMichael Krufky
From: Adrian Bunk <bunk@stusta.de> - make needlessly global code static - #if 0 the following unused global functions: - b2c2/flexcop-dma.c: flexcop_dma_control_packet_irq() - b2c2/flexcop-dma.c: flexcop_dma_config_packet_count() Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Patrick Boettcher <pb@linuxtv.org> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2006-01-22audmode and rxsubchans fixes (VIDIOC_G/S_TUNER)Hans Verkuil
- audmode and rxsubchans fixes in msp3400, tuner, tvaudio and cx25840. - msp3400 cleanups Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>