re: Re: how to develop driver for cy7c68013(fx2 lp)?

2009-09-22 Thread Patrick Boettcher
Hi Liu, (please avoid top-posts on this list) On Tue, 22 Sep 2009, liu.yao...@zte.com.cn wrote: hi,Mauro: thanks for replying. i am not sure the dtv api can be used in my project.because cmmb's protocol is different to dmb :( Then the API needs to be extended. Maybe by you. Correct me if

[linux-dvb] pcie dvb-c

2009-09-22 Thread Halim Sahin
Hello, I know of some dvb-s pcie cards but what about dvb-c. Do we have a working pcie dvb-c card?? with kind regards Halim -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at

re: re: Re: how to develop driver for cy7c68013(fx2 lp)?

2009-09-22 Thread liu . yaojin
hi Patrick: the data stream is multiplex with h264 and acc-plus. we have ourself SDK to demultiplex it. i use my device in this way: 1、search for valid channel(read/write through ep0) 2、read stream continuously(read through ep6(out) ) - demultiplex -display. so,i think the important way is how

Re: [origin tree build failure] [PATCH] media: video: Fix build in saa7164

2009-09-22 Thread Ingo Molnar
* Mauro Carvalho Chehab mche...@redhat.com wrote: Em Mon, 21 Sep 2009 20:23:45 +0200 Ingo Molnar mi...@elte.hu escreveu: * Mauro Carvalho Chehab mche...@redhat.com wrote: This series also contains several new drivers: - new driver for NXP saa7164; -tip testing found

Re: [PULL] http://linuxtv.org/hg/~anttip/af9015/

2009-09-22 Thread Aleksandr V. Piskunov
On Tue, Sep 22, 2009 at 03:34:11AM +0300, Antti Palosaari wrote: Hei Mauro, Please pull from http://linuxtv.org/hg/~anttip/af9015/ for the following: af9015: add USB ID for KWorld PlusTV DVB-T PCI Pro Card (DVB-T PC160-T) af9015: fix few typos af9015: add LeadTek Y04G0051 remote buttons

[PATCH 0/4] adv7180 updates

2009-09-22 Thread Richard Röjfors
To follow is a series of patches against the adv7180 in the linux-media tree. 1. support for getting input status. 2. support for setting video standard 3. support for interrupt driven update of the video standard 4. usage of the __devinit and __devexit macros --Richard -- To unsubscribe from

[PATCH 1/4] adv7180: Support for getting input status

2009-09-22 Thread Richard Röjfors
This patch adds support to the ADV7180 driver to check the input status. Since the status is held in the same register as the input standard a small restructuring of the code is done to reuse the code for reading the register Signed-off-by: Richard Röjfors richard.rojf...@mocean-labs.com ---

[PATCH 2/4] adv7180: Support for setting input status

2009-09-22 Thread Richard Röjfors
Support for settings the input standard of the ADV7180. When the input standard is set there is no use to ask the chip for standard, therefore it is cached in the driver. Signed-off-by: Richard Röjfors richard.rojf...@mocean-labs.com --- diff --git a/drivers/media/video/adv7180.c

Re: Questions about Terratec Hybrid XS (em2882) [0ccd:005e]

2009-09-22 Thread Uros Vampl
On 21.09.09 18:29, Devin Heitmueller wrote: On Mon, Sep 21, 2009 at 6:15 PM, Uros Vampl mobile.leec...@gmail.com wrote: I tried arecord/aplay and sox with tvtime, and also mplayer (which has built-in audio support). I know about these tricks, I've used them successfully with Markus'

[PATCH 4/4] adv7180: Use __devinit and __devexit macros

2009-09-22 Thread Richard Röjfors
This patch defines the probe and remove function as __devinit and __devexit. Signed-off-by: Richard Röjfors richard.rojf...@mocean-labs.com --- diff --git a/drivers/media/video/adv7180.c b/drivers/media/video/adv7180.c index d9e897d..0826f0d 100644 --- a/drivers/media/video/adv7180.c +++

[PATCH 3/4] adv7180: Support checking standard via interrupts

2009-09-22 Thread Richard Röjfors
If the I2C device provides an interrupt it is registered and the standard is updated via interrupts rather than polling. Since I2C communication is needed, the interrupt handler fires off a work which will check the new standard, and store it in the internal structure. To handle mutual exclusion

Re: [PULL] http://linuxtv.org/hg/~anttip/af9015/

2009-09-22 Thread Roman
Am Tuesday 22 September 2009 10:33:47 schrieb Aleksandr V. Piskunov: Thank you Antti, MSI DIGIVOX mini III remote is now being detected and working as expected. Tested-by: Aleksandr V. Piskunov alexandr.v.pisku...@gmail.com I can confirm this. Many thanks Antti! Now i just need to find out

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

2009-09-22 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:Tue Sep 22 19:00:03 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 13038:29e4ba1a09bc gcc version: gcc

Re: RFCv2: Media controller proposal

2009-09-22 Thread Sakari Ailus
Mauro Carvalho Chehab wrote: Em Fri, 11 Sep 2009 22:15:15 +0200 Hans Verkuil hverk...@xs4all.nl escreveu: On Friday 11 September 2009 21:59:37 Mauro Carvalho Chehab wrote: Em Fri, 11 Sep 2009 21:23:44 +0200 Hans Verkuil hverk...@xs4all.nl escreveu: The second problem is that this will

Re: Media controller: sysfs vs ioctl

2009-09-22 Thread Sakari Ailus
Hans Verkuil wrote: On Sunday 13 September 2009 08:13:04 Nathaniel Kim wrote: 2009. 9. 12., 오전 7:21, Hans Verkuil 작성: Hans, First of all I'm very sorry that I had not enough time to go through your new RFC. I'll checkout right after posting this mail. I think this is a good approach and I

[PATCH] media/tvp514x: recognize the error case in tvp514x_read_reg()

2009-09-22 Thread Sebastian Andrzej Siewior
From: Sebastian Andrzej Siewior bige...@linutronix.de i2c_smbus_read_byte_data() returns a negative value on error. It is very likely to be != -1 (-EPERM). Signed-off-by: Sebastian Andrzej Siewior bige...@linutronix.de --- Noticed by strange results during signal beeing pending.

docbooks fatal build error (v4l dvb)

2009-09-22 Thread Randy Dunlap
2.6.31-git11: this prevents other docbooks from being built. mkdir -p /linux-2.6.31-git11/Documentation/DocBook/media/ cp /linux-2.6.31-git11/Documentation/DocBook/dvb/*.png /linux-2.6.31-git11/Documentation/DocBook/v4l/*.gif /linux-2.6.31-git11/Documentation/DocBook/media/ cp: cannot stat

[PATCH 1/4] tda18271_set_analog_params major bugfix

2009-09-22 Thread spam
Multiplication by 62500 causes an overflow in the 32 bits freq register when using radio. FM radio reception on a Zolid Hybrid PCI is now working. Other tda18271 configurations may also benefit from this change ;) Signed-off-by: henk.vergo...@gmail.com diff -r 29e4ba1a09bc

[PATCH 2/4] 18271_calc_main_pll small bugfix

2009-09-22 Thread spam
Removed code fragment that is not part of the (C2) specs. Possibly an early remnant of an attempted if_notch filter configuration. It is already handled correctly in the tda18271_set_if_notch function. Signed-off-by: henk.vergo...@gmail.com diff -r 29e4ba1a09bc

[PATCH 3/4] tda8290 enable deemphasis_50 module parameter.

2009-09-22 Thread spam
This adds a forgotten module_param macro needed to set a deemphasis of 50us. It is the standard setting for commercial FM radio broadcasts outside the US. Signed-off-by: henk.vergo...@gmail.com diff -r 29e4ba1a09bc linux/drivers/media/common/tuners/tda8290.c ---

[PATCH 4/4] Zolid Hybrid PCI card add AGC control

2009-09-22 Thread spam
Switches IF AGC control via GPIO 21 of the saa7134. Improves DTV reception and FM radio reception. Signed-off-by: henk.vergo...@gmail.com diff -r 29e4ba1a09bc linux/drivers/media/video/saa7134/saa7134-cards.c --- a/linux/drivers/media/video/saa7134/saa7134-cards.c Sat Sep 19 09:45:22 2009

Re: docbooks fatal build error (v4l dvb)

2009-09-22 Thread Mauro Carvalho Chehab
Hi Randy, Em Tue, 22 Sep 2009 12:42:48 -0700 Randy Dunlap randy.dun...@oracle.com escreveu: 2.6.31-git11: this prevents other docbooks from being built. mkdir -p /linux-2.6.31-git11/Documentation/DocBook/media/ cp /linux-2.6.31-git11/Documentation/DocBook/dvb/*.png

Re: docbooks fatal build error (v4l dvb)

2009-09-22 Thread Randy Dunlap
On Tue, 22 Sep 2009 18:28:27 -0300 Mauro Carvalho Chehab wrote: Hi Randy, Em Tue, 22 Sep 2009 12:42:48 -0700 Randy Dunlap randy.dun...@oracle.com escreveu: 2.6.31-git11: this prevents other docbooks from being built. mkdir -p /linux-2.6.31-git11/Documentation/DocBook/media/ cp

Fwd: ATI HDTV Wonder not always recognized

2009-09-22 Thread Dreher, Eric
I am need of opinions on whether this is a driver or motherboard issue (or something else). I originally had an ATI HDTV Wonder card working perfectly along with a PVR-150 in my two PCI slots of a Asus M2NPV-VM motherboard. Driver for the HDTV Wonder is cx88_dvb, and the PVR, ivtv The PVR-150

Re: docbooks fatal build error (v4l dvb)

2009-09-22 Thread Randy Dunlap
On Tue, 22 Sep 2009 14:36:01 -0700 Randy Dunlap wrote: On Tue, 22 Sep 2009 18:28:27 -0300 Mauro Carvalho Chehab wrote: Hi Randy, Em Tue, 22 Sep 2009 12:42:48 -0700 Randy Dunlap randy.dun...@oracle.com escreveu: 2.6.31-git11: this prevents other docbooks from being built.

Re: [RFC/RFT 0/14] radio-mr800 patch series

2009-09-22 Thread Alexey Klimov
On Tue, Sep 22, 2009 at 5:06 AM, David Ellingsworth da...@identd.dyndns.org wrote: On Mon, Sep 21, 2009 at 8:03 PM, Alexey Klimov klimov.li...@gmail.com wrote: Hello, David On Mon, Sep 14, 2009 at 11:09 PM, Alexey Klimov klimov.li...@gmail.com wrote: Hello David, On Sun, Sep 13, 2009 at

Re: driver for Cinergy Hybrid T USB XS FM

2009-09-22 Thread Devin Heitmueller
On Tue, Sep 22, 2009 at 7:45 AM, fogna fogna fogn...@gmail.com wrote: Hi Devin thanks for the reply, this means we need to contact Terratec asking them to donate a device to developers ? or do the community have to donate one ? thanks Well, if Terratec were willing to donate some hardware,

Re: Questions about Terratec Hybrid XS (em2882) [0ccd:005e]

2009-09-22 Thread Devin Heitmueller
On Tue, Sep 22, 2009 at 5:12 AM, Uros Vampl mobile.leec...@gmail.com wrote: On 21.09.09 18:29, Devin Heitmueller wrote: On Mon, Sep 21, 2009 at 6:15 PM, Uros Vampl mobile.leec...@gmail.com wrote: I tried arecord/aplay and sox with tvtime, and also mplayer (which has built-in audio

Re: Audio drop on saa7134

2009-09-22 Thread hermann pitton
Hi David, Am Montag, den 21.09.2009, 00:53 -0700 schrieb David Liontooth: hermann pitton wrote: Hi, Am Sonntag, den 20.09.2009, 06:02 -0300 schrieb Mauro Carvalho Chehab: Em Sun, 20 Sep 2009 01:24:12 -0700 David Liontooth lionte...@cogweb.net escreveu: Sep 18 07:00:01

[GIT PATCHES for 2.6.32] V4L/DVB fixes

2009-09-22 Thread Mauro Carvalho Chehab
Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git for_linus For 4 build fix patches: - saa7134: fix build; - dvbdev: Remove an annoying/uneeded warning that happens when DVB_CORE is disabled but some V4L drivers are enabled;

Re: [RFC/RFT 0/14] radio-mr800 patch series

2009-09-22 Thread Douglas Schilling Landgraf
Hello Alexey, On Wed, 23 Sep 2009 03:43:55 +0400 Alexey Klimov klimov.li...@gmail.com wrote: On Tue, Sep 22, 2009 at 5:06 AM, David Ellingsworth da...@identd.dyndns.org wrote: On Mon, Sep 21, 2009 at 8:03 PM, Alexey Klimov klimov.li...@gmail.com wrote: Hello, David On Mon, Sep 14,