Re: [PATCH 0/2] V4L: Add BCM2048 radio driver

2009-05-11 Thread Hans Verkuil
On Monday 11 May 2009 08:41:17 ext-eero.nurkk...@nokia.com wrote: > From: Eero Nurkkala > > This patchset adds the BCM2048 radio driver code. > BCM2048 is radio is integrated in the BCM2048 chipset > that contains the Bluetooth also. > > There's quite some sysfs entries introduced here; > But only

Re: [PULL] http://linuxtv.org/hg/~mcisely/pvrusb2-dev

2009-05-11 Thread Mike Isely
On Mon, 11 May 2009, Mauro Carvalho Chehab wrote: > Em Mon, 11 May 2009 22:09:26 -0300 > Mauro Carvalho Chehab escreveu: > > > Em Sat, 9 May 2009 16:49:31 -0500 (CDT) > > Mike Isely escreveu: > > > > > > > > Mauro: > > > > > > Please pull from http://linuxtv.org/hg/~mcisely/pvrusb2-dev for v

Re: [PATCH v2 1/7] v4l2: video device: Add V4L2_CTRL_CLASS_FMTX controls

2009-05-11 Thread Hans Verkuil
On Tuesday 12 May 2009 08:10:43 Eduardo Valentin wrote: > On Tue, May 12, 2009 at 04:17:03AM +0200, ext Mauro Carvalho Chehab wrote: > > Em Mon, 11 May 2009 12:31:43 +0300 > > > > Eduardo Valentin escreveu: > > > This patch adds a new class of extended controls. This class > > > is intended to sup

Re: [PATCH v2 1/7] v4l2: video device: Add V4L2_CTRL_CLASS_FMTX controls

2009-05-11 Thread Eduardo Valentin
Hi Mauro, On Tue, May 12, 2009 at 04:12:31AM +0200, ext Mauro Carvalho Chehab wrote: > Em Mon, 11 May 2009 12:31:43 +0300 > Eduardo Valentin escreveu: > > > This patch adds a new class of extended controls. This class > > is intended to support Radio Modulators properties such as: > > rds, audio

Re: about exact usage of definition - Control Flags in videodev.h

2009-05-11 Thread Hans Verkuil
On Tuesday 12 May 2009 08:12:35 Kim, Heung Jun wrote: > Hello Hans, > > Nice to meet u on the mailing-list. > I'm an engineer of camera device driver, and work with Nathaniel(Dongsoo, > Kim). I'm wondering about how to use the Control Flags defined in the > videodev2.h. The Control Flags defined in

Re: [PATCH v2 1/7] v4l2: video device: Add V4L2_CTRL_CLASS_FMTX controls

2009-05-11 Thread Eduardo Valentin
On Tue, May 12, 2009 at 04:17:03AM +0200, ext Mauro Carvalho Chehab wrote: > Em Mon, 11 May 2009 12:31:43 +0300 > Eduardo Valentin escreveu: > > > This patch adds a new class of extended controls. This class > > is intended to support Radio Modulators properties such as: > > rds, audio limiters,

about exact usage of definition - Control Flags in videodev.h

2009-05-11 Thread Kim, Heung Jun
Hello Hans, Nice to meet u on the mailing-list. I'm an engineer of camera device driver, and work with Nathaniel(Dongsoo, Kim). I'm wondering about how to use the Control Flags defined in the videodev2.h. The Control Flags defined in the videodev2.h is the following as you know, /* Control flags

Re: [PATCH v2 1/7] v4l2: video device: Add V4L2_CTRL_CLASS_FMTX controls

2009-05-11 Thread Eduardo Valentin
Hi Eero, On Tue, May 12, 2009 at 06:49:25AM +0200, Nurkkala Eero.An (EXT-Offcode/Oulu) wrote: > On Mon, 2009-05-11 at 11:31 +0200, Valentin Eduardo (Nokia-D/Helsinki) wrote: > > +enum v4l2_fmtx_preemphasis { > > + V4L2_FMTX_PREEMPHASIS_75_uS = 0, > > + V4L2_FMTX_PREEMPHASIS_50_uS

Re: [PATCH v2 4/7] FMTx: si4713: Add files to handle si4713 i2c device

2009-05-11 Thread Eero Nurkkala
On Tue, 2009-05-12 at 08:22 +0300, Eero Nurkkala wrote: > > > + /* Australia */ > > > + { > > > + .channel_spacing= 20, > > > + .bottom_frequency = 8750, > > > + .top_frequency = 10800, > > > + .preemphasis

Re: [PATCH v2 4/7] FMTx: si4713: Add files to handle si4713 i2c device

2009-05-11 Thread Eero Nurkkala
On Tue, 2009-05-12 at 08:15 +0300, Eero Nurkkala wrote: > On Mon, 2009-05-11 at 11:31 +0200, Valentin Eduardo (Nokia-D/Helsinki) > wrote: > > +/* > > + * Values for region specific configurations > > + * (spacing, bottom and top frequencies, preemphasis) > > + */ > > +static struct region_info regi

Re: [PATCH v2 4/7] FMTx: si4713: Add files to handle si4713 i2c device

2009-05-11 Thread Eero Nurkkala
On Mon, 2009-05-11 at 11:31 +0200, Valentin Eduardo (Nokia-D/Helsinki) wrote: > +/* > + * Values for region specific configurations > + * (spacing, bottom and top frequencies, preemphasis) > + */ > +static struct region_info region_configs[] = { > + /* USA */ > + { > + .ch

Re: [PATCH v2 1/7] v4l2: video device: Add V4L2_CTRL_CLASS_FMTX controls

2009-05-11 Thread Eero Nurkkala
On Mon, 2009-05-11 at 11:31 +0200, Valentin Eduardo (Nokia-D/Helsinki) wrote: > +enum v4l2_fmtx_preemphasis { > + V4L2_FMTX_PREEMPHASIS_75_uS = 0, > + V4L2_FMTX_PREEMPHASIS_50_uS = 1, > + V4L2_FMTX_PREEMPHASIS_DISABLED = 2, > +}; Hello there, Would it

Re: [PATCH v2 1/7] v4l2: video device: Add V4L2_CTRL_CLASS_FMTX controls

2009-05-11 Thread Mauro Carvalho Chehab
Em Mon, 11 May 2009 12:31:43 +0300 Eduardo Valentin escreveu: > This patch adds a new class of extended controls. This class > is intended to support Radio Modulators properties such as: > rds, audio limiters, audio compression, pilot tone generation, > tuning power levels and region related prop

Re: [PATCH v2 1/7] v4l2: video device: Add V4L2_CTRL_CLASS_FMTX controls

2009-05-11 Thread Mauro Carvalho Chehab
Em Mon, 11 May 2009 12:31:43 +0300 Eduardo Valentin escreveu: > This patch adds a new class of extended controls. This class > is intended to support Radio Modulators properties such as: > rds, audio limiters, audio compression, pilot tone generation, > tuning power levels and region related prop

Re: [PULL] http://linuxtv.org/hg/~mcisely/pvrusb2-dev

2009-05-11 Thread Mauro Carvalho Chehab
Em Mon, 11 May 2009 22:09:26 -0300 Mauro Carvalho Chehab escreveu: > Em Sat, 9 May 2009 16:49:31 -0500 (CDT) > Mike Isely escreveu: > > > > > Mauro: > > > > Please pull from http://linuxtv.org/hg/~mcisely/pvrusb2-dev for various > > pvrusb2 changesets. Several have to do with IR as previous

[PATCH] Start support Philips MK5 tuner

2009-05-11 Thread Dmitri Belimov
Hi All I start support Philips MK5 tuner diff -r 19b8f124911c linux/drivers/media/common/tuners/tuner-types.c --- a/linux/drivers/media/common/tuners/tuner-types.c Thu May 07 12:30:01 2009 + +++ b/linux/drivers/media/common/tuners/tuner-types.c Tue May 12 06:14:24 2009 +1000 @@ -567,6 +

Re: [PULL] http://linuxtv.org/hg/~mcisely/pvrusb2-dev

2009-05-11 Thread Mauro Carvalho Chehab
Em Sat, 9 May 2009 16:49:31 -0500 (CDT) Mike Isely escreveu: > > Mauro: > > Please pull from http://linuxtv.org/hg/~mcisely/pvrusb2-dev for various > pvrusb2 changesets. Several have to do with IR as previously discussed > with Jean Delvare. He's waiting for these changes. Other stuff is m

Re: About using VIDIOC_REQBUFS

2009-05-11 Thread Dongsoo, Nathaniel Kim
Hello Mauro, Thank you for your comment, first of all. In earlier mail, my question was actually about how to capture a different pixel format data from the one configured in the first S_FMT. Like opening device configured with YUV422 pixel format and try to capture a JPEG data which comes from th

Re: [PATCH 3/3 ] big rework of TS for saa7134

2009-05-11 Thread Dmitri Belimov
Hi > Em Mon, 11 May 2009 20:21:23 +1000 > Dmitri Belimov escreveu: > > > > > Cheers, > > > > Mauro > > > > > > Did you check it is still OK for DVB-T and DVB-S also? > > > > No. We tested only with analog TV, capturing from analog TV and > > composite input. It support serial and parallel TS

Re: [PATCH] FM1216ME_MK3 some changes

2009-05-11 Thread Dmitri Belimov
On Mon, 11 May 2009 05:35:51 +0200 hermann pitton wrote: > Dmitri, > > Am Sonntag, den 10.05.2009, 08:52 +1000 schrieb Dmitri Belimov: > > Hi All. > > > > > [snip] > > > > > > > > > > Channel designations I dug out of ivtv-tune: > > > > > > > > > > S38 439.250 MHz (European cable) > > > > > H

Re: [PATCH 3/3 ] big rework of TS for saa7134

2009-05-11 Thread Mauro Carvalho Chehab
Em Mon, 11 May 2009 20:21:23 +1000 Dmitri Belimov escreveu: > > > Cheers, > > > Mauro > > > > Did you check it is still OK for DVB-T and DVB-S also? > > No. We tested only with analog TV, capturing from analog TV and composite > input. > It support serial and parallel TS from MPEG encoder to s

[RESEND PATCH 3/3 ] big rework of TS for saa7134

2009-05-11 Thread Dmitri Belimov
Hi all. 1. Add start/stop TS function. 2. Move setup DMA of TS to DMA function. 3. Write support cupture via MMAP 4. Rework startup and finish process, remove simple FSM. This is patch from our customer. I checked this. diff -r b40d628f830d linux/drivers/media/video/saa7134/saa7134-cards.c --- a

Re: [PATCH 3/3 ] big rework of TS for saa7134

2009-05-11 Thread Dmitri Belimov
Hi > Hi, > > Am Montag, den 11.05.2009, 19:37 -0300 schrieb Mauro Carvalho Chehab: > > Em Tue, 28 Apr 2009 19:52:00 +1000 > > Dmitri Belimov escreveu: > > > > > Hi all. > > > > > > 1. Add start/stop TS function. > > > 2. Move setup DMA of TS to DMA function. > > > 3. Write support cupture via

Re: About using VIDIOC_REQBUFS

2009-05-11 Thread Mauro Carvalho Chehab
Em Thu, 23 Apr 2009 19:15:14 +0900 "Dongsoo, Nathaniel Kim" escreveu: > Hello Hans, > > Is it an ordinary way to use twice reqbuf without closing and > re-opening between them? > > I mean like this, > > 1. Open device > 2. VIDIOC_REQBUFS > > 3. VIDIOC_STREAMON > > 4. VIDIOC_STREAMO

Re: Fwd: [linux-dvb] Signal ok but no Channels && add support Compro Videomate e800 (dvt-t part only)

2009-05-11 Thread Mauro Carvalho Chehab
Em Wed, 29 Apr 2009 19:56:38 +0400 Vladimir Geroy escreveu: Hi Vladmir, I'm not sure if you're intending just to send an RFC for people to test, or if your patch is ok. For patch submission, please take a look at: http://linuxtv.org/hg/v4l-dvb/raw-file/tip/README.patches Cheers, Mauro. > >

Re: [PATCH 3/3 ] big rework of TS for saa7134

2009-05-11 Thread hermann pitton
Hi, Am Montag, den 11.05.2009, 19:37 -0300 schrieb Mauro Carvalho Chehab: > Em Tue, 28 Apr 2009 19:52:00 +1000 > Dmitri Belimov escreveu: > > > Hi all. > > > > 1. Add start/stop TS function. > > 2. Move setup DMA of TS to DMA function. > > 3. Write support cupture via MMAP > > 4. Rework startup

Re: [PATCH 3/3 ] big rework of TS for saa7134

2009-05-11 Thread Mauro Carvalho Chehab
Em Tue, 28 Apr 2009 19:52:00 +1000 Dmitri Belimov escreveu: > Hi all. > > 1. Add start/stop TS function. > 2. Move setup DMA of TS to DMA function. > 3. Write support cupture via MMAP > 4. Rework startup and finish process, remove simple FSM. > > This is patch from our customer. I checked this.

Re: [PATCH 1/3 ] increase MPEG encoder timout

2009-05-11 Thread Mauro Carvalho Chehab
Em Tue, 28 Apr 2009 19:41:08 +1000 Dmitri Belimov escreveu: > Hi All. > > If video has a lot of changes in frame, MPEG encoder need more time for > coding process. > Add new bigger timeout for encoder. > > This is patch from our customer. I checked this. > > Signed-off-by: Alexey Osipov Nex

Re: [PATCH] media: remove driver_data direct access of struct device

2009-05-11 Thread Greg KH
On Fri, May 01, 2009 at 10:18:38PM -0500, Mike Isely wrote: > > Acked-By: Mike Isely > > Note #1: I am just acking the pvrusb2 part of this. > > Note #2: I am immediately pulling the pvrusb2 part of these changes into > that driver. Thanks for doing this, I appreciate it. greg k-h -- To unsu

Re: [PATCH] [0904_7_2] Siano: smsdvb - purge whitespaces

2009-05-11 Thread Mauro Carvalho Chehab
Uri Shkolnik escreveu: --- On Mon, 5/11/09, Mauro Carvalho Chehab wrote: From: Mauro Carvalho Chehab Subject: Re: [PATCH] [0904_7_2] Siano: smsdvb - purge whitespaces To: "Uri Shkolnik" Cc: "LinuxML" Date: Monday, May 11, 2009, 6:59 PM Em Mon, 11 May 2009 07:47:32 -0700 (PDT) Uri Shkolni

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

2009-05-11 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 May 11 19:00:05 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 11732:0ee56433741d gcc version: gcc

[PULL] one old and one new commit for linux-next

2009-05-11 Thread Guennadi Liakhovetski
Hi Mauro, I see you have wrapped the first of these two patches into your git tree, but it is missing in your hg tree, AFAICS. So, here it is again. And a build-fix from Randy Dunlap for I2C dependency. Both for linux-next. Please pull from http://linuxtv.org/hg/~gliakhovetski/v4l-dvb for the

Re: [PATCH -next] soc_camera: depends on I2C

2009-05-11 Thread Guennadi Liakhovetski
drivers/media/video/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- linux-next-20090511.orig/drivers/media/video/Kconfig > +++ linux-next-20090511/drivers/media/video/Kconfig > @@ -694,7 +694,7 @@ config VIDEO_CAFE_CCIC > > config SOC_CAMERA

Re: [PATCH] [0904_7_2] Siano: smsdvb - purge whitespaces

2009-05-11 Thread Uri Shkolnik
--- On Mon, 5/11/09, Mauro Carvalho Chehab wrote: > From: Mauro Carvalho Chehab > Subject: Re: [PATCH] [0904_7_2] Siano: smsdvb - purge whitespaces > To: "Uri Shkolnik" > Cc: "LinuxML" > Date: Monday, May 11, 2009, 6:59 PM > Em Mon, 11 May 2009 07:47:32 -0700 > (PDT) > Uri Shkolnik > escre

Grabbing single stills on MX31 - Re: Solved? - Re: soc-camera: timing out during capture - Re: Testing latest mx3_camera.c

2009-05-11 Thread Agustin
On Thu, 7 May 2009, Guennadi Liakhovetski wrote: > > On Thu, 7 May 2009, Agustin Ferrin Pozuelo wrote: > > ... > > I thought about the fact that I was only queuing one buffer, and that > > this might be a corner case as sample code uses a lot of them. And that > > in the older code that funny

[PATCH -next] v4l2: handle unregister for non-I2C builds

2009-05-11 Thread Randy Dunlap
2 ++ 1 file changed, 2 insertions(+) --- linux-next-20090511.orig/drivers/media/video/v4l2-device.c +++ linux-next-20090511/drivers/media/video/v4l2-device.c @@ -85,6 +85,7 @@ void v4l2_device_unregister(struct v4l2_ /* Unregister subdevs */ list_for_each_entry_safe(sd, next,

[PATCH -next] soc_camera: depends on I2C

2009-05-11 Thread Randy Dunlap
vers/media/video/soc_camera.ko] undefined! ERROR: "i2c_unregister_device" [drivers/media/video/soc_camera.ko] undefined! Signed-off-by: Randy Dunlap --- drivers/media/video/Kconfig |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20090511.orig/drivers/media/video

Re: [PATCH] [0904_7_2] Siano: smsdvb - purge whitespaces

2009-05-11 Thread Mauro Carvalho Chehab
Em Mon, 11 May 2009 07:47:32 -0700 (PDT) Uri Shkolnik escreveu: > The exist patches' order is 1..19, patch #1 has been replaced by patches 1.1 > (1_1) and 1.2 (1_2), and patches 7 by patches 7.1 ... 7.3 (7_1, 7_2, 7_3). > > When you finish to merge the patches which have been approved, please l

Re: [PATCH] [0904_7_2] Siano: smsdvb - purge whitespaces

2009-05-11 Thread Uri Shkolnik
--- On Mon, 5/11/09, Mauro Carvalho Chehab wrote: > From: Mauro Carvalho Chehab > Subject: Re: [PATCH] [0904_7_2] Siano: smsdvb - purge whitespaces > To: "Uri Shkolnik" > Cc: "LinuxML" > Date: Monday, May 11, 2009, 1:29 PM > Em Mon, 27 Apr 2009 05:11:27 -0700 > (PDT) > Uri Shkolnik > escre

Re: [PATCH] [0904_7_2] Siano: smsdvb - purge whitespaces

2009-05-11 Thread Uri Shkolnik
--- On Mon, 5/11/09, Mauro Carvalho Chehab wrote: > From: Mauro Carvalho Chehab > Subject: Re: [PATCH] [0904_7_2] Siano: smsdvb - purge whitespaces > To: "Uri Shkolnik" > Cc: "LinuxML" > Date: Monday, May 11, 2009, 1:29 PM > Em Mon, 27 Apr 2009 05:11:27 -0700 > (PDT) > Uri Shkolnik > escre

[PATCH] v4l2: change kmalloc to vmalloc for sglist allocation in videobuf_dma_map/unmap

2009-05-11 Thread David . Cohen . david . cohen
From: Cohen David.A (Nokia-D/Helsinki) Change kmalloc()/kfree() to vmalloc()/vfree() for sglist allocation during videobuf_dma_map() and videobuf_dma_unmap() High resolution sensors might require too many contiguous pages to be allocated for sglist by kmalloc() during videobuf_dma_map() (i.e. 25

Re: [PATCH] videobuf-dma-contig: zero copy USERPTR support V3

2009-05-11 Thread Mauro Carvalho Chehab
Em Fri, 08 May 2009 17:53:10 +0900 Magnus Damm escreveu: > From: Magnus Damm > > This is V3 of the V4L2 videobuf-dma-contig USERPTR zero copy patch. > > Since videobuf-dma-contig is designed to handle physically contiguous > memory, this patch modifies the videobuf-dma-contig code to only acce

Re: [PATCH] videobuf-dma-contig: zero copy USERPTR support V3

2009-05-11 Thread Mauro Carvalho Chehab
Em Fri, 8 May 2009 13:06:58 -0700 Andrew Morton escreveu: > On Fri, 08 May 2009 17:53:10 +0900 > Magnus Damm wrote: > > > From: Magnus Damm > > > > This is V3 of the V4L2 videobuf-dma-contig USERPTR zero copy patch. > > > > Since videobuf-dma-contig is designed to handle physically contiguou

AverMedia AVerTV Volar Black HD (A850) support

2009-05-11 Thread linuxconsole
Hi and thanks for your work. I have a AverMedia AVerTV Volar Black, I downloaded latest v4l-dvb (build with 2.6.29.2 kernel), load driver, all is fine : *** dvb-usb: found a 'AverMedia AVerTV Volar Black HD (A850)' in cold s

Re: [PATCH] [0904_7_2] Siano: smsdvb - purge whitespaces

2009-05-11 Thread Mauro Carvalho Chehab
Em Mon, 27 Apr 2009 05:11:27 -0700 (PDT) Uri Shkolnik escreveu: > > # HG changeset patch > # User Uri Shkolnik > # Date 1240833806 -10800 > # Node ID cbd828b0fe102fa023280cfeadbcb20b54a39a47 > # Parent 39bbe3b24abaaa3e049a855cb51be0b917b0c711 > Siano: smsdvb - whitespace cleanup > > From: Uri

Re: [PATCH] FM1216ME_MK3 some changes

2009-05-11 Thread Mauro Carvalho Chehab
1. AGC TOP of RF part - I think need support for MK3 2. Changing to 441MHz is not critical. We can write some information about this case to Wiki or docs. for 2.: Discussed to the end if you stay at 441MHz. If you still want to have it in, just send a patch and no more info is needed. (Likel

Re: TT-3200: locks init. and timeout

2009-05-11 Thread pierre gronlier
2009/5/9 Dominik Kuhlen : > Hi, > On Monday 04 May 2009, you wrote: >> Hello, >> >> I have a TT-3200 card and the b40d628f830d revision of v4l-dvb (april 24th) >> I have this two szap config files: >> $ cat channels_astra_fta.conf >> LCP:11479:v:0:22000:161:84:6402 >> >> $ cat channels_hotbird_fta.

[PATCH v2 5/7] FMTx: si4713: Add files to add radio interface for si4713

2009-05-11 Thread Eduardo Valentin
This patch adds files which creates the radio interface for si4713 FM transmitter devices. Signed-off-by: Eduardo Valentin --- drivers/media/radio/radio-si4713.c | 345 drivers/media/radio/radio-si4713.h | 48 + 2 files changed, 393 insertions(+), 0 de

[PATCH v2 7/7] FMTx: si4713: Add document file

2009-05-11 Thread Eduardo Valentin
Signed-off-by: Eduardo Valentin --- Documentation/video4linux/si4713.txt | 132 ++ 1 files changed, 132 insertions(+), 0 deletions(-) create mode 100644 Documentation/video4linux/si4713.txt diff --git a/Documentation/video4linux/si4713.txt b/Documentation/video

[PATCH v2 3/7] v4l2_subdev i2c: Add i2c board info to v4l2_i2c_new_subdev

2009-05-11 Thread Eduardo Valentin
Device drivers of v4l2_subdev devices may want to have i2c board info data. This patch adds an helper function to allow bridge drivers to pass board specific data to v4l2_subdev drivers. Signed-off-by: Eduardo Valentin --- drivers/media/video/v4l2-common.c | 33 +++-

[PATCH v2 6/7] FMTx: si4713: Add Kconfig and Makefile entries

2009-05-11 Thread Eduardo Valentin
Signed-off-by: Eduardo Valentin --- drivers/media/radio/Kconfig | 22 ++ drivers/media/radio/Makefile |3 +++ 2 files changed, 25 insertions(+), 0 deletions(-) diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index 3315cac..6c6a409 100644 --- a/dr

[PATCH v2 2/7] v4l2: video device: Add FMTX controls default configurations

2009-05-11 Thread Eduardo Valentin
Signed-off-by: Eduardo Valentin --- drivers/media/video/v4l2-common.c | 66 + 1 files changed, 66 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/v4l2-common.c b/drivers/media/video/v4l2-common.c index f576ef6..c17d93c 100644 --- a/drivers/me

[PATCH v2 1/7] v4l2: video device: Add V4L2_CTRL_CLASS_FMTX controls

2009-05-11 Thread Eduardo Valentin
This patch adds a new class of extended controls. This class is intended to support Radio Modulators properties such as: rds, audio limiters, audio compression, pilot tone generation, tuning power levels and region related properties. Signed-off-by: Eduardo Valentin --- include/linux/videodev2.h

[PATCH v2 0/7] [RFC] FM Transmitter (si4713) and another changes

2009-05-11 Thread Eduardo Valentin
Hello all, It took a few but I'm resending the FM transmitter driver again. Sorry for this delay, but I had another things to give attention. Anyway, after reading the API and re-writing the code I came up with the following 7 patches. Three of them are in the v4l2 API. The other 4 are for the si

Re: [linux-dvb] Infos regarding TERRATEC Cinergy HT PCMCIA

2009-05-11 Thread Mathieu Taillefumier
Hello, absolutely right, works fine, thank you. I am sorry I haven't found the time till now to give short message of the status till now (as I use to give when having asked on a list) it is alright DVB-T everything OK (Ubuntu 8.x and Debian testing), analogue works by using this PCI-DMA "

Re: [PATCH 2/6] ir-kbd-i2c: Switch to the new-style device binding model

2009-05-11 Thread Mauro Carvalho Chehab
Em Sat, 2 May 2009 09:12:11 +0200 Jean Delvare escreveu: > Mauro, please pull Mike's pvrusb2-dev work as soon as he asks you to do > so. Then I'll rebase my own patch set and send it again. Jean and Mike, Any news about this subject? Cheers, Mauro -- To unsubscribe from this list: send the l