Age | Commit message (Collapse) | Author |
|
- Updated comments.
* tuner-simple.c:
- Added newline for code style consistency.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Fix setting frequency on tda8290.
Thanks to Fabien PERROT <perrot1983@yahoo.fr>
|
|
- When switching external mux on mute, switch internal mux to TV.
Thanks to Konrad Rzepecki <hannibal@megapolis.pl>
|
|
- Produce diffstat before patch.
- diffstat & patch to STDOUT.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- recover the original PAL tuner on Compro VideoMate Gold+ Pal
- add remote support for Compro VideoMate gold+ II, Pal saa7134 chip
Signed-off-by: Hermann Pitton <hermann.pitton@onlinehome.de>
|
|
- Script updated to strip tail spaces
- Correclty generates a tuner number for tea chip
* doc/CARDLIST.cx88, doc/CARDLIST.saa7134, doc/CARDLIST.tuner:
- Card definitions updated.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
doc/CARDLIST.saa7134, doc/Cards:
- tail spaces removed.
* cx88-core.c, cx88.h:
- cx88_pci_irqs changed to static
* doc/V4L1_API.html:
- Now informs that it is obsolete.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
|
|
- use DMA_32BIT_MASK. Thanks to domen@coderock.org.
* tuner.h:
- Remove unneeded set_tuner from tuner structure.
* saa7134-cards.c, saa7134-tvaudio.c:
patch to switch external mux on mute on some cards.
* tuner-simple:
- unify tuner list
|
|
- Less verbose
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- API.html added, pointing to V4L api at linuxtv.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
|
|
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
|
|
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
|
|
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
|
|
- included a make rmmodules for removing modules from memory.
it is not perfect, but helps debuging :-)
* .bp/2.6/i2c-tuner:
- tea filename corrected.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- forgot to remove TUNER_TENA_9533_B in one location,
fixed now.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- some tuner_info msgs will be generated only if insmod opt
tuner_debug enabled.
*tea5767.c:
- tuner_info msgs will be generated only if insmod tuner option
tuner_debug enabled.
- some cleanups for better reading.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
* CARDLIST.tuner:
- Removed tuner#64 and consolidated into tuner#61,
Appropriate comments added.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- Fix UHF switch for tuner=61 & tuner=64.
Signed-off-by: Hermann Pitton <hermann.pitton@onlinehome.de>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- Fixed missing line in cx88-dvb.c
Thanks to Didier Caillaud <mailing.cld@free.fr>
|
|
* tuner-simple.c, tuner.h:
* CARDLIST.saa7134, CARDLIST.tuner:
- Add new card entry: Kworld Xpert TV PVR7134
Add new tuner entry: Tena TNF9533-B/DF
Thanks to Hannibal <hannibal@megapolis.pl>
- Replace // with /* */
- Fix tab/spacing problems
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Fix kernel compile error with CONFIG_MODULES=n
Signed-off-by: Adrian Bunk <bunk@stusta.de>
|
|
- Change lgdt3302 driver to return raw data for SNR.
Signed-off-by: Mac Michaels <wmichaels1@earthlink.net>
|
|
- v4l2_tuner has three fields for audio mode:
capability (bitmask, says what the hardware is able to do).
rxsubchans (bitmask, which channels are available).
audmode (enum, current mode).
For radio seeing a stereo signal but sending mono the driver
can simply set this:
rxsubchans = V4L2_TUNER_SUB_MONO | V4L2_TUNER_SUB_STEREO;
audmode = V4L2_TUNER_MODE_MONO;
- VIDIOCSTUNER should not allow turning stereo/mono. Code commented.
It will be removed soon.
Signed-off-by: Gerd Knorr <kraxel@bytesex.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
fixed FEC error status
Signed-off-by: Mac Michaels <wmichaels1@earthlink.net>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
* cx88-video.c, cx88.h, tuner.h:
* CARDLIST.cx88:
- Fix DViCO Board names as per email from
DViCO Systems Software Engineer Jeff Lee:
"DTT7611 model is 3Gold-T ... Temic 4042 is the 3Gold-Q model."
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- is not clear at V4L1 API if VIDIOCSTUNER can change to mono.
support for changing implemented anyway to allow radio st/mono
switch.
- Issue to solve: tea indicates stereo even when switched to mono.
signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Implemented tuner-core support for VIDIO_S_TUNER
- It can be used by changing mono/stereo mode
|
|
- make install now remove old installs at /lib/modules/<kern ver>/v4l
- make v4l_install now remove kernel modules
signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Add new card entry for Compro VideoMate TV Gold+II.
Thanks to Elshin Roman <roxmail@list.ru>
|
|
- make install now installs file over old 2.6 files
- make v4l_install added for old behavior
Some changelog lines changed so that all have the *same* format.
|
|
|
|
* tuner-core.c, tvaudio.c, tveeprom.c:
- Up requirement on kernel version to remove normal_i2c_range.
Actually it gives nothing, only remove unused static structure
so it's used as a reminder.
- Fix compilation.
|
|
- Move PHILIPS_FMD initialization code to set_type function,
- Fix dumb error in tda8290 tunning.
|
|
|
|
|
|
|
|
* cx88.h, msp3400.c, saa6752hs.c:
* tda9887.c, tuner-core.c, tvaudio.c, tveeprom.c:
- Remove unneeded config options. Now I2C_CLIENT_MULTI
and I2C_NORMAL_RANGE is checked on the fly.
|
|
Request from Luc Saillard <luc@saillard.org>.
|
|
|
|
dvb-pll.h, lgdt3302.c, lgdt3302.h, lgdt3302_priv.h
- added support for LGDT3302 demod for cx88 cards:
DViCO FusionHDTV 3 Gold
Signed-off-by: Mac Michaels <wmichaels1@earthlink.net>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
* Make.config
- Allow DVB to compile if kernel is later than 2.6.10
|
|
dvb-pll.h, lgdt3302.c, lgdt3302.h, lgdt3302_priv.h
- added support for LGDT3302 demod for cx88 cards:
DViCO FusionHDTV 3 Gold
Signed-off-by: Mac Michaels <wmichaels1@earthlink.net>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
* Make.config
- Allow DVB to compile if kernel is later than 2.6.10
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
|