[PATCH] media: omap3isp: fix format string warning

2011-05-29 Thread Ohad Ben-Cohen
Trivially fix this: drivers/media/video/omap3isp/isp.c: In function 'isp_isr_dbg': drivers/media/video/omap3isp/isp.c:394: warning: zero-length gnu_printf format string Signed-off-by: Ohad Ben-Cohen o...@wizery.com --- drivers/media/video/omap3isp/isp.c |2 +- 1 files changed, 1

Re: [linux-dvb] Terratec Cinergy C HD - CAM support.... Need help?

2011-05-29 Thread Willem van Asperen
On Saturday 28 May 2011 10:33:16 Bjørn Mork wrote: Marc Coevoet ma...@dommel.be writes: Op 27-05-11 21:48, Willem van Asperen schreef: a) CAM support is currently not implemented for terratec HD For all cards? The CA code in the mantis driver isn't actually hooked into the driver

Re: [PATCH 3/5 v2] [media] ov9740: Fixed some settings

2011-05-29 Thread Guennadi Liakhovetski
On Wed, 25 May 2011, ac...@nvidia.com wrote: From: Andrew Chew ac...@nvidia.com Based on vendor feedback, should issue a software reset at start of day. Also, OV9740_ANALOG_CTRL15 needs to be changed so the sensor does not begin streaming until it is ready (otherwise, results in a

Re: [PATCH 4/5 v2] [media] ov9740: Remove hardcoded resolution regs

2011-05-29 Thread Guennadi Liakhovetski
Now, this is really the direction I like! Now it's becoming a real driver;) Thanks for doing this! On Wed, 25 May 2011, ac...@nvidia.com wrote: From: Andrew Chew ac...@nvidia.com Derive resolution-dependent register settings programmatically. Signed-off-by: Andrew Chew ac...@nvidia.com

Re: [PATCH 5/5 v2] [media] ov9740: Add suspend/resume

2011-05-29 Thread Guennadi Liakhovetski
On Wed, 25 May 2011, ac...@nvidia.com wrote: From: Andrew Chew ac...@nvidia.com On suspend, remember whether we are streaming or not, and at what frame format, so that on resume, we can start streaming again. Signed-off-by: Andrew Chew ac...@nvidia.com ---

Re: [RFCv2] Add a library to retrieve associated media devices - was: Re: [ANNOUNCE] experimental alsa stream support at xawtv3

2011-05-29 Thread Hans Verkuil
Hi Mauro, Thanks for the RFC! Some initial comments below. I'll hope to do some more testing and reviewing in the coming week. On Sunday, May 29, 2011 03:01:43 Mauro Carvalho Chehab wrote: Em 28-05-2011 13:20, Mauro Carvalho Chehab escreveu: Em 28-05-2011 12:24, Hans Verkuil escreveu: But I

Re: [PATCH v4 0/3] TV driver for Samsung S5P platform (media part)

2011-05-29 Thread JiUn Yu
5. Mixer Video Processor driver. It is called 's5p-mixer' because of historical reasons. It was decided combine VP and MXR drivers into one because of shared interrupt and very similar interface via V4L2 nodes. The driver is a realization of many-to-many relation between multiple input

Re: [RFCv2] Add a library to retrieve associated media devices - was: Re: [ANNOUNCE] experimental alsa stream support at xawtv3

2011-05-29 Thread Andy Walls
Hans Verkuil hverk...@xs4all.nl wrote: Hi Mauro, Thanks for the RFC! Some initial comments below. I'll hope to do some more testing and reviewing in the coming week. On Sunday, May 29, 2011 03:01:43 Mauro Carvalho Chehab wrote: Em 28-05-2011 13:20, Mauro Carvalho Chehab escreveu: Em

Re: [RFCv2] Add a library to retrieve associated media devices - was: Re: [ANNOUNCE] experimental alsa stream support at xawtv3

2011-05-29 Thread Hans de Goede
Hi, On 05/29/2011 01:19 PM, Hans Verkuil wrote: Hi Mauro, Thanks for the RFC! Some initial comments below. I'll hope to do some more testing and reviewing in the coming week. Snip c) get_not_associated_device: Returns the next device not associated with an

Re: [RFCv2] Add a library to retrieve associated media devices - was: Re: [ANNOUNCE] experimental alsa stream support at xawtv3

2011-05-29 Thread Mauro Carvalho Chehab
Em 29-05-2011 08:19, Hans Verkuil escreveu: Each device type that is known by the API is defined inside enum device_type, currently defined as: enum device_type { UNKNOWN = 65535, NONE= 65534, MEDIA_V4L_VIDEO = 0, Can you add

Re: [linux-dvb] Terratec Cinergy C HD - CAM support.... Need help?

2011-05-29 Thread Bjørn Mork
Willem van Asperen wil...@ereprijs.demon.nl writes: Actually, doing this on s2-liplianin-41388e396e0f (the one I downloaded today) gets: $ grep mantis_ca_init *.c mantis_ca.c:int mantis_ca_init(struct mantis_pci *mantis) mantis_dvb.c: mantis_ca_init(mantis); And in the function

Remote control TechnoTrend S2-3650 CI not working

2011-05-29 Thread Steinel Andreas
Hi everybody, I use the aforementioned USB DVB-S2 box and watching works fine. In the wiki (http://www.linuxtv.org/wiki/index.php/TechnoTrend_TT-connect_S2-3650_CI) is stated (and also some posts on the mailing list suggest) that the remote should work too, yet I unfortunately cannot get it to

Re: [linux-dvb] Terratec Cinergy C HD - CAM support.... Need help?

2011-05-29 Thread Willem van Asperen
On Sunday 29 May 2011 14:11:23 Bjørn Mork wrote: Willem van Asperen wil...@ereprijs.demon.nl writes: Actually, doing this on s2-liplianin-41388e396e0f (the one I downloaded today) gets: $ grep mantis_ca_init *.c mantis_ca.c:int mantis_ca_init(struct mantis_pci *mantis) mantis_dvb.c:

Re: [RFCv2] Add a library to retrieve associated media devices - was: Re: [ANNOUNCE] experimental alsa stream support at xawtv3

2011-05-29 Thread Mauro Carvalho Chehab
Em 29-05-2011 08:47, Andy Walls escreveu: Hans Verkuil hverk...@xs4all.nl wrote: Each device type that is known by the API is defined inside enum device_type, currently defined as: enum device_type { UNKNOWN = 65535, NONE= 65534, MEDIA_V4L_VIDEO

Re: [RFCv2] Add a library to retrieve associated media devices - was: Re: [ANNOUNCE] experimental alsa stream support at xawtv3

2011-05-29 Thread Mauro Carvalho Chehab
Em 29-05-2011 08:54, Hans de Goede escreveu: Hi, On 05/29/2011 01:19 PM, Hans Verkuil wrote: Hi Mauro, Thanks for the RFC! Some initial comments below. I'll hope to do some more testing and reviewing in the coming week. Snip c) get_not_associated_device: Returns the next device not

Capabilities of the Omap3 ISP driver

2011-05-29 Thread Bastian Hecht
Hello Laurent, I'm on to a project that needs two synced separate small cameras for stereovision. It's for harvesting tomatoes in fact :) I was thinking about realizing this on an DM3730 with 2 aptina csi2 cameras that are used in snapshot mode. The questions that arise are: - is the ISP driver

Re: [RFCv2] Add a library to retrieve associated media devices - was: Re: [ANNOUNCE] experimental alsa stream support at xawtv3

2011-05-29 Thread Hans de Goede
Hi, On 05/29/2011 03:08 PM, Mauro Carvalho Chehab wrote: Em 29-05-2011 08:54, Hans de Goede escreveu: Hi, On 05/29/2011 01:19 PM, Hans Verkuil wrote: Hi Mauro, Thanks for the RFC! Some initial comments below. I'll hope to do some more testing and reviewing in the coming week. Snip c)

v4l2 device property framework in userspace

2011-05-29 Thread Martin Strubel
Hello, I was wondering if it makes sense to raise a discussion about a few aspects listed below - my apology, if this might be old coffee, I haven't been following this list for long. Since older kernels didn't have the matching functionality, we (a few losely connected developers) had hacked a

Re: [RFCv2] Add a library to retrieve associated media devices - was: Re: [ANNOUNCE] experimental alsa stream support at xawtv3

2011-05-29 Thread Mauro Carvalho Chehab
Em 29-05-2011 09:11, Mauro Carvalho Chehab escreveu: Em 29-05-2011 08:19, Hans Verkuil escreveu: enum device_type { UNKNOWN = 65535, NONE= 65534, MEDIA_V4L_VIDEO = 0, Can you add MEDIA_V4L_RADIO as well? And MEDIA_V4L_SUBDEV too. It might be

Re: [RFCv2] Add a library to retrieve associated media devices - was: Re: [ANNOUNCE] experimental alsa stream support at xawtv3

2011-05-29 Thread Mauro Carvalho Chehab
Em 29-05-2011 10:30, Hans de Goede escreveu: Hi, On 05/29/2011 03:08 PM, Mauro Carvalho Chehab wrote: Em 29-05-2011 08:54, Hans de Goede escreveu: Hi, On 05/29/2011 01:19 PM, Hans Verkuil wrote: Hi Mauro, Thanks for the RFC! Some initial comments below. I'll hope to do some more

[cron job] v4l-dvb daily build: ERRORS

2011-05-29 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:Sun May 29 19:00:38 CEST 2011 git hash:f9b51477fe540fb4c65a05027fdd6f2ecce4db3b gcc version: i686-linux-gcc (GCC)

v4l-utils.git

2011-05-29 Thread Gabor Z. Papp
lo lo guys, I'm trying to compile v4l-utils git 20110529, and getting the attached error. Could you take a look at it, whats wrong? Thanks. log.make Description: Binary data

[GIT PULL for 2.6.40] ivtv: Framebuffer, decoder, and msleep fixes

2011-05-29 Thread Andy Walls
Mauro, Please pull the following changes. Regards, Andy The following changes since commit 5e094096b93c9c48b4b90457e83cbca6fc2ff5d4: [media] v1.88 DM04/QQBOX Move remote to use rc_core dvb-usb-remote (2011-05-25 21:47:26 -0300) are available in the git repository at:

Re: [beagleboard] [PATCH] Second RFC version of mt9p031 sensor with power managament.

2011-05-29 Thread Chris Rodley
On 29/05/11 03:04, Guennadi Liakhovetski wrote: On Sat, 28 May 2011, Guennadi Liakhovetski wrote: Hi Javier On Thu, 26 May 2011, javier Martin wrote: I use a patched version of yavta and Mplayer to see video (http://download.open-technology.de/BeagleBoard_xM-MT9P031/) Are you really