Age | Commit message (Collapse) | Author |
|
- not necessary to set filter state twice to STATE_FREE during
dvb_dmxdev_init()
Signed-off-by: Peter Beutner <p.beutner@gmx.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>
|
|
executed.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
|
|
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>
|
|
printk() calls should include appropriate KERN_* constant.
Signed-off-by: Christophe Lucas <clucas@rotomalug.org>
Signed-off-by: Domen Puncer <domen@coderock.org>
|
|
http://kerneljanitors.org/TODO
- convert from pci_module_init to pci_register_driver
Signed-off-by: Christophe Lucas <c.lucas@ifrance.com>
Signed-off-by: Domen Puncer <domen@coderock.org>
|
|
- 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
|
|
each data_rcv-stop
small change in register-struct
restructured code in dma-handling (added some comments regarding FCIIb limitations)
debug-messages and irq-watchdog (disabled by default, but maybe needed later) added
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
|
|
- API.html added, pointing to V4L api at linuxtv.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
Signed-off-by: Manu Abraham <manu@kromtek.com>
|
|
Patch sent by Allan Stirling
Signed-off-by: Manu Abraham <manu@kromtek.com>
Signed-off-by: Allan Stirling <Dibblahdvb0042@pendor.org>
|
|
Signed-off-by: Manu Abraham <manu@kromtek.com>
|
|
Signed-off-by: Manu Abraham <manu@kromtek.com>
|
|
Set polarization for cards that do not autodetect polarization
Signed-off-by: Manu Abraham <manu@kromtek.com>
|
|
Signed-off-by Manu Abraham <manu@kromtek.com>
|
|
Signed-off-by: Manu Abraham <manu@kromtek.com>
|
|
Signed-off-by: Manu Abraham <manu@kromtek.com>
|
|
This should not be flagged on other cards.
|
|
|
|
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
|
|
|
|
- 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>
|
|
- 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>
|
|
|
|
* 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: Oliver Endriss <o.endriss@gmx.de>
|
|
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
|
|
|
|
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
|
|
many filters as possible in case of errors.
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
|
|
av7110.c and av7110_av.c
- fix error message in StartHWFilter
- do not StopHWFilter for handle 0xffff
Signed-off-by: Wolfgang Rohdewald <wolfgang@rohdewald.de>
|
|
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
|
|
|
|
- Add new card entry for Compro VideoMate TV Gold+II.
Thanks to Elshin Roman <roxmail@list.ru>
|
|
|
|
Signed-off-by: Michael Paxton <packo@tpg.com.au>
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
|
|
|