Re: old V4L Wiki

2009-07-27 Thread Simon Kenyon
Johannes Stezenbach wrote: Namespace Main: Em2880/remote Namespace Talk: Em2820 Namespace User: MarkusRechberger/Bugs could these be put somewhere? -- simon -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to

Re: [linux-dvb] Help Request: DM1105 STV0299 DVB-S PCI - Unable to tune

2009-07-27 Thread Shaun Murdoch
Hi, Thanks for the help so far. I did a hg clone of the latest v4l-dvb repository, built, installed, rebooted a few times, and did the modprobe below, but unfortunately I still can't lock: Here's the scan output: $ sudo ../scan -vvv test scanning test using '/dev/dvb/adapter0/frontend0' and

[PATCHv12 1/8] v4l2-subdev.h: Add g_modulator callbacks to subdev api

2009-07-27 Thread Eduardo Valentin
Signed-off-by: Eduardo Valentin eduardo.valen...@nokia.com --- linux/include/media/v4l2-subdev.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/linux/include/media/v4l2-subdev.h b/linux/include/media/v4l2-subdev.h index 89a39ce..d411345 100644 ---

[PATCHv12 2/8] v4l2: video device: Add V4L2_CTRL_CLASS_FM_TX controls

2009-07-27 Thread Eduardo Valentin
This patch adds a new class of extended controls. This class is intended to support FM Radio Modulators properties such as: rds, audio limiters, audio compression, pilot tone generation, tuning power levels and preemphasis properties. Signed-off-by: Eduardo Valentin eduardo.valen...@nokia.com ---

[PATCHv12 7/8] FM TX: si4713: Add Kconfig and Makefile entries

2009-07-27 Thread Eduardo Valentin
Simple add Makefile and Kconfig entries. Signed-off-by: Eduardo Valentin eduardo.valen...@nokia.com --- linux/drivers/media/radio/Kconfig | 22 ++ linux/drivers/media/radio/Makefile |2 ++ 2 files changed, 24 insertions(+), 0 deletions(-) diff --git

Re: DViCO FusionHDTV DVB-T Dual Digital 4 gives bulk message failed

2009-07-27 Thread Anne Aileus
Hi All, Further to Bob's email below, I confirm that this regression is present in 2.6.30.2. Once the problem occurs, I see the following message repeatedly in my logs: Jul 27 21:49:21 f kernel: [ 2990.204264] dvb-usb: bulk message failed: -110 (1/0) From what I can see, the problem can be

[PATCHv13 1/8] v4l2-subdev.h: Add g_modulator callbacks to subdev api

2009-07-27 Thread Eduardo Valentin
Signed-off-by: Eduardo Valentin eduardo.valen...@nokia.com --- linux/include/media/v4l2-subdev.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/linux/include/media/v4l2-subdev.h b/linux/include/media/v4l2-subdev.h index 89a39ce..d411345 100644 ---

[PATCHv14 8/8] FM TX: si4713: Add document file

2009-07-27 Thread Eduardo Valentin
This patch adds a document file for si4713 device driver. It describes the driver interfaces and organization. Signed-off-by: Eduardo Valentin eduardo.valen...@nokia.com --- linux/Documentation/video4linux/si4713.txt | 176 1 files changed, 176 insertions(+), 0

[PATCHv14 4/8] v4l2-spec: Add documentation description for FM TX extended control class

2009-07-27 Thread Eduardo Valentin
This single patch adds documentation description for FM Modulator (FM TX) Extended Control Class and its Control IDs. The text was added under Extended Controls section. Signed-off-by: Eduardo Valentin eduardo.valen...@nokia.com --- v4l2-spec/Makefile |1 + v4l2-spec/controls.sgml |

Re: TBS 8920 still fails to initialize - cx24116_readreg error

2009-07-27 Thread Igor M. Liplianin
On 27 июля 2009 04:43:16 Mark Zimmerman wrote: On Sun, Jul 26, 2009 at 03:29:13PM +0300, Igor M. Liplianin wrote: On 25 2009 05:22:06 Mark Zimmerman wrote: On Fri, Jul 24, 2009 at 07:06:11PM +0300, Igor M. Liplianin wrote: On 24 2009 05:33:15 Mark Zimmerman wrote:

Warnings in Compile

2009-07-27 Thread Brandon Jenkins
Greetings, I received the following warnings while compiling a fresh pull today from v4l-dvb. CC [M] /root/drivers/v4l-dvb/v4l/pvrusb2-hdw.o /root/drivers/v4l-dvb/v4l/pvrusb2-hdw.c: In function 'pvr2_hdw_load_modules': /root/drivers/v4l-dvb/v4l/pvrusb2-hdw.c:2145: warning: format not a string

[cron job] v4l-dvb daily build 2.6.22 and up: WARNINGS, 2.6.16-2.6.21: ERRORS

2009-07-27 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Mon Jul 27 19:00:04 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 12340:b1e2006c168a gcc version: gcc

Re: Warnings in Compile

2009-07-27 Thread Devin Heitmueller
On Mon, Jul 27, 2009 at 2:05 PM, Brandon Jenkinsbcjenk...@tvwhere.com wrote: Greetings, I received the following warnings while compiling a fresh pull today from v4l-dvb.  CC [M]  /root/drivers/v4l-dvb/v4l/pvrusb2-hdw.o /root/drivers/v4l-dvb/v4l/pvrusb2-hdw.c: In function

Re: em28xx i2s volume control

2009-07-27 Thread Mauro Carvalho Chehab
Em Mon, 20 Jul 2009 14:00:08 -0400 ac...@fastmail.fm escreveu: On Sun, Jul 19, 2009 at 10:50:49AM -0300, Mauro Carvalho Chehab wrote: Em Sat, 18 Jul 2009 14:22:51 -0400 ac...@fastmail.fm escreveu: How do you control the i2s volume output on empia boards? the em28xx chip doesn't

How to save number of times using memcpy?

2009-07-27 Thread Dongsoo, Nathaniel Kim
Hello everyone, What I'm gonna ask might be quite a bit tough couple of questions, but definitely necessary in multimedia device driver area. My first question is Is any driver using using continuous physical memory has any chance to be adopted in main line kernel? Because I'm afraid what I'm

Re: lsmod path hardcoded in v4l/Makefile

2009-07-27 Thread Mauro Carvalho Chehab
Em Tue, 21 Jul 2009 09:14:36 +0200 Matthias Schwarzott z...@gentoo.org escreveu: Hi Mauro! is there any reason to not pull this besides time? Time is one reason, however, there's another: It is not a good idea to run as root. Most people compile everything with a normal user and then use

Re: TBS 8920 still fails to initialize - cx24116_readreg error

2009-07-27 Thread Mark Zimmerman
On Mon, Jul 27, 2009 at 08:50:20PM +0300, Igor M. Liplianin wrote: On 27 2009 04:43:16 Mark Zimmerman wrote: On Sun, Jul 26, 2009 at 03:29:13PM +0300, Igor M. Liplianin wrote: On 25 2009 05:22:06 Mark Zimmerman wrote: On Fri, Jul 24, 2009 at 07:06:11PM +0300, Igor M. Liplianin

[PULL] http://linuxtv.org/hg/~dougsland/video4linux

2009-07-27 Thread Douglas Schilling Landgraf
Hello Mauro, Please pull from http://linuxtv.org/hg/~dougsland/video4linux for the following: - saa7134: fix lock imbalance - Fix for crash in dvb-usb-af9015 - v4l doc: fix cqcam source code path - stv680: kfree called before usb_kill_urb - ir-kbd-i2c: Add support for Z8F0811/Hauppage IR

Re: Pinnacle PCTV 310i active antenna

2009-07-27 Thread hermann pitton
Hi Martin, Am Montag, den 27.07.2009, 21:36 +0200 schrieb Martin Konopka: Hi Hermann, I'm using kernel 2.6.28-11 on a mythbuntu distribution. I tried to load the drivers with the card=50 option and antenna_pwr=1. [ 8745.007384] saa7133[0]: subsystem: 11bd:002f, board: Pinnacle PCTV 300i