Re: [PATCH 3/6] V4L/DVB: smsusb: enable IR port for Hauppauge WinTV MiniStick

2010-08-02 Thread Richard Zidlicky
On Sun, Aug 01, 2010 at 05:17:18PM -0300, Mauro Carvalho Chehab wrote: Add the proper gpio port for WinTV MiniStick, with the information provided by Michael. Thanks-to: Michael Krufky mkru...@kernellabs.com Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com diff --git

Re: Handling of large keycodes

2010-08-02 Thread Dmitry Torokhov
On Sat, Jul 31, 2010 at 10:23:45AM -0300, Mauro Carvalho Chehab wrote: Hi Dmitry, Em 31-07-2010 06:19, Dmitry Torokhov escreveu: Hi Mauro, I finally got a chance to review the patches adding handling of large scancodes to input core and there are a few things with this approach that

Re: Handling of large keycodes

2010-08-02 Thread Dmitry Torokhov
On Sat, Jul 31, 2010 at 01:03:26PM +0200, Stefan Richter wrote: Dmitry Torokhov wrote: --- a/include/linux/input.h +++ b/include/linux/input.h @@ -56,22 +56,35 @@ struct input_absinfo { __s32 resolution; }; -struct keycode_table_entry { - __u32 keycode; /* e.g.

RE: [PATCH v5 0/3] Multi-planar video format and buffer support for the V4L2 API

2010-08-02 Thread Pawel Osciak
Hi, thanks for the review. Karicheri, Muralidharan m-kariche...@ti.com wrote: 7. Format conversion -- v4l2 core ioctl handling includes a simple conversion layer that allows translation - when possible - between multi-planar and single-planar APIs, transparently

TeVii S470 periodically fails to tune/lock - needs poweroff

2010-08-02 Thread OM Ugarcina
Hello Guys, I have been using my TeVii S470 DVBS2 card for about one month . I am using it with mythtv on fedora 12 using latest kernel , and compiled the latest v4l drivers . The sensitivity and picture is very good both on dvbs and dvbs2 transponders , very happy with that . However several

RE: [PATCH v5 1/3] v4l: Add multi-planar API definitions to the V4L2 API

2010-08-02 Thread Pawel Osciak
Hi Hans, thank you for the review. Hans Verkuil hverk...@xs4all.nl wrote: On Friday 30 July 2010 10:49:41 Pawel Osciak wrote: snip @@ -157,9 +158,23 @@ enum v4l2_buf_type { /* Experimental */ V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY = 8, #endif +V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE

RE: [PATCH v5 2/3] v4l: Add multi-planar ioctl handling code

2010-08-02 Thread Pawel Osciak
Hi, Hans Verkuil hverk...@xs4all.nl wrote: On Friday 30 July 2010 10:49:42 Pawel Osciak wrote: snip static long __video_do_ioctl(struct file *file, unsigned int cmd, void *arg) { struct video_device *vfd = video_devdata(file); const struct v4l2_ioctl_ops *ops =

RE: [PATCH v5 1/3] v4l: Add multi-planar API definitions to the V4L2 API

2010-08-02 Thread Hans Verkuil
Hi Pawel! Hi Hans, thank you for the review. Hans Verkuil hverk...@xs4all.nl wrote: On Friday 30 July 2010 10:49:41 Pawel Osciak wrote: snip @@ -157,9 +158,23 @@ enum v4l2_buf_type { /* Experimental */ V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY = 8, #endif +

Re: No audio in HW Compressed MPEG2 container on HVR-1300

2010-08-02 Thread lawrence rust
On Mon, 2010-08-02 at 14:15 +1200, Shane Harrison wrote: Hi There, I am having a problem with getting an audio stream present in the MPEG2 stream from an HVR-1300 card. [snip] Problem ~~ The delivered MPEG-2 stream generally has no audio component. Mplayer reports no audio found.

STK7700D id is 1164:0871 on Toshiba A660 laptops, conflicts with Yuan MC770

2010-08-02 Thread Olivier Poulet
Hello all, I am running Ubuntu 10.04 on a Toshiba A660-14x laptop. The hybrid tuner is being reported in Windows 7 as based on the STK7700D. Both tuners (dvb analog) work correctly there. However, it's usb vendor device strings are 1164:0871, see the output of hwinfo below. This makes the dvb

Re: [PATCH 00/20] MT9M111/MT9M131

2010-08-02 Thread Michael Grzeschik
Hey Guennadi, Robert sorry for that lack of information to those patches. I also just have been slicing one big patch into several canonical and tried to get rid of most tofu. You see the result in that patchseries. But since some big changes i could not figure out correctly, i left them in the

Re: [PATCH 09/13] IR: add helper function for hardware with small o/b buffer.

2010-08-02 Thread Maxim Levitsky
On Sun, 2010-08-01 at 22:11 -0400, Andy Walls wrote: On Sat, 2010-07-31 at 17:59 +0300, Maxim Levitsky wrote: Some ir input devices have small buffer, and interrupt the host each time it is full (or half full) Add a helper that automaticly handles timeouts, and also automaticly merges

Re: [PATCH v3 1/8] ARM: Samsung: Add register definitions for Samsung S5P SoC camera interface

2010-08-02 Thread Russell King - ARM Linux
On Mon, Aug 02, 2010 at 12:32:20PM +0200, Pawel Osciak wrote: Well, some of them are indeed unused, but it's not an uncommon practice in kernel and might help future developers. On the other hand, arch/arm is getting soo big that we need to do something about this - and one solution is to avoid

RE: [PATCH v3 1/8] ARM: Samsung: Add register definitions for Samsung S5P SoC camera interface

2010-08-02 Thread Marek Szyprowski
Hello, On Monday, August 02, 2010 12:52 PM Russell King wrote: On Mon, Aug 02, 2010 at 12:32:20PM +0200, Pawel Osciak wrote: Well, some of them are indeed unused, but it's not an uncommon practice in kernel and might help future developers. On the other hand, arch/arm is getting soo big

Re: Handling of large keycodes

2010-08-02 Thread Mauro Carvalho Chehab
Em 02-08-2010 05:02, Dmitry Torokhov escreveu: On Sat, Jul 31, 2010 at 10:23:45AM -0300, Mauro Carvalho Chehab wrote: Hi Dmitry, Em 31-07-2010 06:19, Dmitry Torokhov escreveu: Hi Mauro, I finally got a chance to review the patches adding handling of large scancodes to input core and there

Re: [PATCH v3 1/8] ARM: Samsung: Add register definitions for Samsung S5P SoC camera interface

2010-08-02 Thread Mauro Carvalho Chehab
Em 02-08-2010 07:52, Russell King - ARM Linux escreveu: On Mon, Aug 02, 2010 at 12:32:20PM +0200, Pawel Osciak wrote: Well, some of them are indeed unused, but it's not an uncommon practice in kernel and might help future developers. On the other hand, arch/arm is getting soo big that we

Re: Fwd: No audio in HW Compressed MPEG2 container on HVR-1300

2010-08-02 Thread lawrence rust
On Mon, 2010-08-02 at 22:19 +1200, Shane Harrison wrote: [snip] Thanks Lawrence, will give that a whirl tomorrow and the muting idea might be important in this case as well. Wierd you posted Saturday the day after I last worked on this and looked at the archives :-) I am not ruling out

Re: [PATCH v3 1/8] ARM: Samsung: Add register definitions for Samsung S5P SoC camera interface

2010-08-02 Thread Russell King - ARM Linux
On Mon, Aug 02, 2010 at 08:51:06AM -0300, Mauro Carvalho Chehab wrote: Em 02-08-2010 07:52, Russell King - ARM Linux escreveu: On Mon, Aug 02, 2010 at 12:32:20PM +0200, Pawel Osciak wrote: Well, some of them are indeed unused, but it's not an uncommon practice in kernel and might help

RE: [PATCH v3 1/8] ARM: Samsung: Add register definitions for Samsung S5P SoC camera interface

2010-08-02 Thread Pawel Osciak
Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Mon, Aug 02, 2010 at 12:32:20PM +0200, Pawel Osciak wrote: Well, some of them are indeed unused, but it's not an uncommon practice in kernel and might help future developers. On the other hand, arch/arm is getting soo big that we need to

[RFC 0/4] FM V4L2 driver for WL128x

2010-08-02 Thread raja_mani
From: Raja-Mani x0102...@ti.com The following patches are FM V4L2-Radio drivers for WL128x (backward compatible for WL127x). This driver makes use of TI Shared Transport driver for its transport via UART/TTY. Only FM Rx is supported as of now. Any FM V4L2 Radio standard application can make use

Re: [Q]: any DVB-S2 card which is 45MS/s capable?

2010-08-02 Thread Marko Ristola
Hi. I have written some Mantis bandwidth related DMA transfer optimizations on June/July this year. They are now waiting for approval by Manu Abraham. Those reduce CPU pressure, increasing the bandwidth that can be received from the DVB card. 45MS/s bandwidth support will surely benefit from

Re: [RFC/PATCH v3 01/10] media: Media device node support

2010-08-02 Thread Laurent Pinchart
Hi Hans, On Sunday 01 August 2010 13:14:18 Hans Verkuil wrote: On Thursday 29 July 2010 18:06:34 Laurent Pinchart wrote: The media_devnode structure provides support for registering and unregistering character devices using a dynamic major number. Reference counting is handled internally,

Re: [RFC/PATCH v3 03/10] media: Entities, pads and links

2010-08-02 Thread Laurent Pinchart
Hi Sakari, On Friday 30 July 2010 16:00:31 Sakari Ailus wrote: Laurent Pinchart wrote: [snip] diff --git a/include/media/media-entity.h b/include/media/media-entity.h new file mode 100644 index 000..37a25bf --- /dev/null +++ b/include/media/media-entity.h @@ -0,0 +1,85 @@

[PATCH v7 5/5] Documentation: v4l: Add hw_seek spacing and FM_RX class

2010-08-02 Thread Matti J. Aaltonen
Add a couple of words about the spacing field in ithe HW seek struct and about the new FM RX control class. Signed-off-by: Matti J. Aaltonen matti.j.aalto...@nokia.com --- Documentation/DocBook/v4l/controls.xml | 71 .../DocBook/v4l/vidioc-s-hw-freq-seek.xml

[PATCH v7 0/5] TI WL1273 FM Radio driver.

2010-08-02 Thread Matti J. Aaltonen
Hello all, and thanks for the comments Hans. Now I've done a couple of iterations with the codec on the ALSA mailing list and that still continues... I've removed all #undef DEBUG lines, because the ALSA people didn't like them. I'll go through the comments and the rest of the changes: +

[PATCH v7 2/5] MFD: WL1273 FM Radio: MFD driver for the FM radio.

2010-08-02 Thread Matti J. Aaltonen
This is a parent for two child drivers: a V4L2 driver and an ALSA codec driver. The MFD part implements I2C communication to the device and provides a couple of functions that are called from both children. Signed-off-by: Matti J. Aaltonen matti.j.aalto...@nokia.com --- drivers/mfd/wl1273-core.c

[PATCH v7 4/5] V4L2: WL1273 FM Radio: Controls for the FM radio.

2010-08-02 Thread Matti J. Aaltonen
This driver implements V4L2 controls for the Texas Instruments WL1273 FM Radio. Signed-off-by: Matti J. Aaltonen matti.j.aalto...@nokia.com --- drivers/media/radio/Kconfig| 15 + drivers/media/radio/Makefile |1 + drivers/media/radio/radio-wl1273.c | 1972

Re: [RFC/PATCH v3 03/10] media: Entities, pads and links

2010-08-02 Thread Laurent Pinchart
Hi Hans, On Sunday 01 August 2010 13:32:50 Hans Verkuil wrote: On Thursday 29 July 2010 18:06:36 Laurent Pinchart wrote: snip diff --git a/include/media/media-entity.h b/include/media/media-entity.h new file mode 100644 index 000..37a25bf --- /dev/null +++

Re: [RFC/PATCH v3 06/10] media: Entities, pads and links enumeration

2010-08-02 Thread Laurent Pinchart
Hi Hans, On Sunday 01 August 2010 13:58:20 Hans Verkuil wrote: On Thursday 29 July 2010 18:06:39 Laurent Pinchart wrote: [snip] diff --git a/Documentation/media-framework.txt b/Documentation/media-framework.txt index 6d680c6..1192feb 100644 --- a/Documentation/media-framework.txt +++

Re: [PATCH v2]Resend:videobuf_dma_sg: a new implementation for mmap

2010-08-02 Thread Figo.zhang
On Fri, 2010-07-30 at 19:39 +0800, Figo.zhang wrote: On Fri, 2010-07-30 at 11:31 +0200, Laurent Pinchart wrote: Hi, On Friday 30 July 2010 02:08:02 Figo.zhang wrote: a mmap issue for videobuf-dma-sg: it will alloc a new page for mmaping when it encounter page fault at

Remote that breaks current system (was: IR: Port ene driver...) it.

2010-08-02 Thread Jarod Wilson
On Sat, Jul 31, 2010 at 05:53:33PM -0400, Jon Smirl wrote: On Sat, Jul 31, 2010 at 2:51 PM, Andy Walls awa...@md.metrocast.net wrote: ... Since these two protocols have such close timings that systematic errors can cause misclassification when using simple mark or space measurements against

Re: Handling of large keycodes

2010-08-02 Thread Jarod Wilson
On Mon, Aug 02, 2010 at 08:35:37AM -0300, Mauro Carvalho Chehab wrote: Em 02-08-2010 05:02, Dmitry Torokhov escreveu: On Sat, Jul 31, 2010 at 10:23:45AM -0300, Mauro Carvalho Chehab wrote: Hi Dmitry, Em 31-07-2010 06:19, Dmitry Torokhov escreveu: Hi Mauro, I finally got a chance to

Re: [PATCHv2 2/4] mm: cma: Contiguous Memory Allocator added

2010-08-02 Thread Michał Nazarewicz
On Wednesday 28 July 2010 11:04:56 Marek Szyprowski wrote: Let me introduce one more example. As you may know we have 3 video-processor capture devices (Samsung FIMC) and a hardware codec (like Samsung MFC). FIMC can capture video data from camera sensor and accelerate common video processing

Re: [PATCH 09/13] IR: add helper function for hardware with small o/b buffer.

2010-08-02 Thread Jarod Wilson
On Sun, Aug 01, 2010 at 10:11:01PM -0400, Andy Walls wrote: On Sat, 2010-07-31 at 17:59 +0300, Maxim Levitsky wrote: ... struct ir_input_dev { @@ -69,9 +81,10 @@ struct ir_input_dev { char*driver_name; /* Name of the driver module */ struct

Re: Remote that breaks current system (was: IR: Port ene driver...) it.

2010-08-02 Thread Jon Smirl
On Mon, Aug 2, 2010 at 11:12 AM, Jarod Wilson ja...@redhat.com wrote: On Sat, Jul 31, 2010 at 05:53:33PM -0400, Jon Smirl wrote: On Sat, Jul 31, 2010 at 2:51 PM, Andy Walls awa...@md.metrocast.net wrote: ... Since these two protocols have such close timings that systematic errors can cause

Re: Remote that breaks current system

2010-08-02 Thread Christoph Bartelmus
Hi! Jon Smirl jonsm...@gmail.com wrote: [...] Got one. The Streamzap PC Remote. Its 14-bit RC5. Can't get it to properly decode in-kernel for the life of me. I got lirc_streamzap 99% of the way ported over the weekend, but this remote just won't decode correctly w/the in-kernel RC5 decoder.

Re: [PATCH v3 1/8] ARM: Samsung: Add register definitions for Samsung S5P SoC camera interface

2010-08-02 Thread Russell King - ARM Linux
On Mon, Aug 02, 2010 at 02:08:42PM +0200, Pawel Osciak wrote: Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Mon, Aug 02, 2010 at 12:32:20PM +0200, Pawel Osciak wrote: Well, some of them are indeed unused, but it's not an uncommon practice in kernel and might help future

Re: Remote that breaks current system

2010-08-02 Thread Jon Smirl
On Mon, Aug 2, 2010 at 12:42 PM, Christoph Bartelmus l...@bartelmus.de wrote: Hi! Jon Smirl jonsm...@gmail.com wrote: [...] Got one. The Streamzap PC Remote. Its 14-bit RC5. Can't get it to properly decode in-kernel for the life of me. I got lirc_streamzap 99% of the way ported over the

Re: Remote that breaks current system

2010-08-02 Thread Jarod Wilson
On Mon, Aug 02, 2010 at 06:42:00PM +0200, Christoph Bartelmus wrote: Hi! Jon Smirl jonsm...@gmail.com wrote: [...] Got one. The Streamzap PC Remote. Its 14-bit RC5. Can't get it to properly decode in-kernel for the life of me. I got lirc_streamzap 99% of the way ported over the weekend,

Re: Remote that breaks current system

2010-08-02 Thread Jarod Wilson
On Mon, Aug 02, 2010 at 01:13:22PM -0400, Jon Smirl wrote: On Mon, Aug 2, 2010 at 12:42 PM, Christoph Bartelmus l...@bartelmus.de wrote: Hi! Jon Smirl jonsm...@gmail.com wrote: [...] Got one. The Streamzap PC Remote. Its 14-bit RC5. Can't get it to properly decode in-kernel for the

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

2010-08-02 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 Aug 2 19:00:25 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14993:9652f85e688a git master:

Re: [PATCH] IR keymap: Add print button for HP OEM version of MCE remote

2010-08-02 Thread Jarod Wilson
On Sat, Jul 31, 2010 at 1:23 PM, Andy Walls awa...@md.metrocast.net wrote: This patch adds a defintion for the Print button found on HP OEM versions of the MCE remote.  All of the other keys found on the HP OEM version of the remote match the other keys as already defined. Because, who

Re: [PATCH 2/7] V4L/DVB: dvb-usb: get rid of struct dvb_usb_rc_key

2010-08-02 Thread Jarod Wilson
On Sat, Jul 31, 2010 at 10:54 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: dvb-usb has its own IR handle code. Now that we have a Remote Controller subsystem, we should start using it. So, remove this struct, in favor of the similar struct defined at the RC subsystem. This is a big,

Re: [PATCH 3/7] V4L/DVB: dvb-usb: prepare drivers for using rc-core

2010-08-02 Thread Jarod Wilson
On Sat, Jul 31, 2010 at 10:54 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: This is a big patch, yet trivial. It just move the RC properties to a separate struct, in order to prepare the dvb-usb drivers to use rc-core. There's no change on the behavior of the drivers. With this change,

[GIT PULL for 2.6.36] V4L/DVB updates

2010-08-02 Thread Mauro Carvalho Chehab
Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git v4l_for_2.6.35 This is the LIRC pull request ;) After years of being maintained out-of-tree and being merged on almost all distros, it is finally ready for its addition upstream. The core got

Re: [RFC/PATCH v3 06/10] media: Entities, pads and links enumeration

2010-08-02 Thread Hans Verkuil
On Monday 02 August 2010 16:35:54 Laurent Pinchart wrote: Hi Hans, On Sunday 01 August 2010 13:58:20 Hans Verkuil wrote: On Thursday 29 July 2010 18:06:39 Laurent Pinchart wrote: [snip] For subdevs you want to return a chip ident and revision field (same as VIDIOC_DBG_G_CHIP_IDENT

[PATCH] IR/mceusb: less generic callback name and remove cruft

2010-08-02 Thread Jarod Wilson
Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/IR/mceusb.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/media/IR/mceusb.c b/drivers/media/IR/mceusb.c index 65b0738..ac6bb2c 100644 --- a/drivers/media/IR/mceusb.c +++

[announce] changes on my git tree

2010-08-02 Thread Mauro Carvalho Chehab
Dear developers and users, After merging patches directly on my git tree, I was impressed by the number of things I discovered that I should not do when handling it ;) Living and learning :) There are lots of trash there, due to the way patches get merged back from upstream. As reverting a

[PATCH 1/2] staging/lirc: port lirc_streamzap to ir-core

2010-08-02 Thread Jarod Wilson
This ports lirc_streamzap.c over to ir-core in-place, to be followed by a patch moving the driver over to drivers/media/IR/streamzap.c and enabling the proper Kconfig bits. Presently, the in-kernel keymap doesn't work, as the stock Streamzap remote uses an RC-5-like, but not-quite-RC-5 protocol,

[PATCH 2/2] IR: put newly ported streamzap driver in proper home

2010-08-02 Thread Jarod Wilson
Moves drivers/staging/lirc/lirc_streamzap.c to drivers/media/IR/streamzap.c, along with making the requisite Kconfig and Makefile changes. Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/IR/Kconfig | 12 + drivers/media/IR/Makefile |1 +

Avermedia Avertv DVB-T Super 007 PCI (M135D)

2010-08-02 Thread lists
Hello all, I'm interested in buying a PCI DVB-T card that is available cheaply in NZ and is supported by Gnu/Linux and MythTV. I only need one DVB-T tuner, as I have a dual-tuner already and our region only has three multiplexes (so three will do everything with multirec). The best bet that I

Re: [PATCH 1/2] staging/lirc: port lirc_streamzap to ir-core

2010-08-02 Thread Greg KH
On Mon, Aug 02, 2010 at 05:29:22PM -0400, Jarod Wilson wrote: drivers/media/IR/keymaps/Makefile |1 + Uppercase IR? Any reason why you all picked that? Just curious. greg k-h -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to

Re: [PATCH 1/2] staging/lirc: port lirc_streamzap to ir-core

2010-08-02 Thread Mauro Carvalho Chehab
Em 02-08-2010 19:35, Greg KH escreveu: On Mon, Aug 02, 2010 at 05:29:22PM -0400, Jarod Wilson wrote: drivers/media/IR/keymaps/Makefile |1 + Uppercase IR? Any reason why you all picked that? Infra Red. Well, it were not probably a good idea ;) Anyway, I intend to rename it to

RE: [PATCH v3 1/8] ARM: Samsung: Add register definitions for Samsung S5P SoC camera interface

2010-08-02 Thread Kukjin Kim
Russell King wrote: On Mon, Aug 02, 2010 at 02:08:42PM +0200, Pawel Osciak wrote: Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Mon, Aug 02, 2010 at 12:32:20PM +0200, Pawel Osciak wrote: Well, some of them are indeed unused, but it's not an uncommon practice in kernel and

Re: [PATCH 1/2] staging/lirc: port lirc_streamzap to ir-core

2010-08-02 Thread Greg KH
On Mon, Aug 02, 2010 at 09:24:14PM -0300, Mauro Carvalho Chehab wrote: Em 02-08-2010 19:35, Greg KH escreveu: On Mon, Aug 02, 2010 at 05:29:22PM -0400, Jarod Wilson wrote: drivers/media/IR/keymaps/Makefile |1 + Uppercase IR? Any reason why you all picked that? Infra

Re: [PATCH 3/6] V4L/DVB: smsusb: enable IR port for Hauppauge WinTV MiniStick

2010-08-02 Thread Mauro Carvalho Chehab
Hi Richard, Em 02-08-2010 04:27, Richard Zidlicky escreveu: On Sun, Aug 01, 2010 at 05:17:18PM -0300, Mauro Carvalho Chehab wrote: Add the proper gpio port for WinTV MiniStick, with the information provided by Michael. Thanks-to: Michael Krufky mkru...@kernellabs.com Signed-off-by: Mauro

Re: [PATCH v3 1/8] ARM: Samsung: Add register definitions for Samsung S5P SoC camera interface

2010-08-02 Thread Kyungmin Park
On Tue, Aug 3, 2010 at 9:46 AM, Kukjin Kim kgene@samsung.com wrote: Russell King wrote: On Mon, Aug 02, 2010 at 02:08:42PM +0200, Pawel Osciak wrote: Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Mon, Aug 02, 2010 at 12:32:20PM +0200, Pawel Osciak wrote: Well, some of

Re: [Q]: any DVB-S2 card which is 45MS/s capable?

2010-08-02 Thread Emmanuel
Marko Ristola a écrit : Hi. I have written some Mantis bandwidth related DMA transfer optimizations on June/July this year. They are now waiting for approval by Manu Abraham. Those reduce CPU pressure, increasing the bandwidth that can be received from the DVB card. 45MS/s bandwidth support