Re: Wintv-HVR-1120 woes

2010-10-25 Thread fabio tirapelle
> Da: Sasha Sirotkin > A: fabio tirapelle > Cc: Albin Kauffmann ; linux-media@vger.kernel.org > Inviato: Lun 25 ottobre 2010, 09:18:28 > Oggetto: Re: Wintv-HVR-1120 woes > > On Mon, Oct 25, 2010 at 8:16 AM, fabio tirapelle wrote: > > My WinTV-HVR-1120 works if I delete dvb-fe-tda10048-1.0.fw

Re: Wintv-HVR-1120 woes

2010-10-25 Thread Sasha Sirotkin
On Mon, Oct 25, 2010 at 8:16 AM, fabio tirapelle wrote: > My WinTV-HVR-1120 works if I delete dvb-fe-tda10048-1.0.fw and > rename dvb-fe-tda10046.fw in dvb-fe-tda10048-1.0.fw > (see cf "Hauppauge  WinTV-HVR-1120 on Unbuntu 10.04" thread). > After reboot my WinTV-HVR-1120 works. Ubuntu recognizes t

V4L hg doesn't compile for current stable kernel 2.6.36

2010-10-25 Thread VDR User
hg hash abd3aac6644e tip make[2]: Entering directory `/usr/src/linux-2.6.36' CC [M] /tmp/v4l_dvb.20101025/v4l-dvb/v4l/dvbdev.o CC [M] /tmp/v4l_dvb.20101025/v4l-dvb/v4l/dmxdev.o /tmp/v4l_dvb.20101025/v4l-dvb/v4l/dmxdev.c:1142: error: unknown field 'ioctl' specified in i

Re: Wintv-HVR-1120 woes

2010-10-25 Thread Sasha Sirotkin
On Mon, Oct 25, 2010 at 9:24 AM, fabio tirapelle wrote: > > >> Da: Sasha Sirotkin >> A: fabio tirapelle >> Cc: Albin Kauffmann ; linux-media@vger.kernel.org >> Inviato: Lun 25 ottobre 2010, 09:18:28 >> Oggetto: Re: Wintv-HVR-1120 woes >> >> On Mon, Oct 25, 2010 at 8:16 AM, fabio tirapelle wrote

RE: [PATCH 5/6 v5] V4L/DVB: s5p-fimc: Add camera capture support

2010-10-25 Thread Sylwester Nawrocki
Hi Sewoon, thanks you for your further review! > -Original Message- > From: Sewoon Park [mailto:seuni.p...@samsung.com] > Sent: Thursday, October 21, 2010 10:21 AM > To: 'Sylwester Nawrocki'; linux-media@vger.kernel.org; linux-samsung- > s...@vger.kernel.org > Cc: m.szyprow...@samsung.com

Re: [PATCH v2 10/11] mt9m111: rewrite set_pixfmt

2010-10-25 Thread Michael Grzeschik
On Sat, Oct 02, 2010 at 10:03:55AM +0200, Guennadi Liakhovetski wrote: > Michael, any insight? long time ago... > > > > For the YUV and RGB formats, tested and acked. > > > > For the bayer, I don't use it. With row switch, that gives back: > > > > byte offset: 0 1 2 3 > > > > B G B G

[PATCH v3] mt9m111: rewrite set_pixfmt

2010-10-25 Thread Michael Grzeschik
added new bit offset defines, more supported BE colour formats and also support BGR565 swapped pixel formats removed pixfmt helper functions and option flags setting the configuration register directly in set_pixfmt added reg_mask function reg_mask is basically the same as clearing & setting reg

RE: [PATCH 1/7] v4l: add videobuf2 Video for Linux 2 driver framework

2010-10-25 Thread Marek Szyprowski
Hello, On Monday, October 25, 2010 2:17 AM Pawel Osciak wrote: > On Tue, Oct 19, 2010 at 23:41, Marek Szyprowski > wrote: > > From: Pawel Osciak > > > +/** > > + * __vb2_queue_cancel() - cancel and stop (pause) streaming > > + * > > + * Removes all queued buffers from driver's queue and all bu

RE: [PATCH 5/7] v4l: videobuf2: add read() emulator

2010-10-25 Thread Marek Szyprowski
Hello, On Monday, October 25, 2010 2:13 AM Pawel Osciak wrote: > Hi Marek, > This is a pretty crafty patch, you've managed to make it nice and > clean, without adding complexity to streaming code. Nice job. A few of > my comments below. Thanks! > On Tue, Oct 19, 2010 at 23:41, Marek Szyprowski

Re: Wintv-HVR-1120 woes

2010-10-25 Thread Albin Kauffmann
On Mon, Oct 25, 2010 at 9:46 AM, Sasha Sirotkin wrote: > On Mon, Oct 25, 2010 at 9:24 AM, fabio tirapelle wrote: >> >> >>> Da: Sasha Sirotkin >>> A: fabio tirapelle >>> Cc: Albin Kauffmann ; linux-media@vger.kernel.org >>> Inviato: Lun 25 ottobre 2010, 09:18:28 >>> Oggetto: Re: Wintv-HVR-1120 w

Re: Wintv-HVR-1120 woes

2010-10-25 Thread fabio tirapelle
> Da: Albin Kauffmann > A: Sasha Sirotkin > Cc: fabio tirapelle ; linux-media@vger.kernel.org > Inviato: Lun 25 ottobre 2010, 13:20:13 > Oggetto: Re: Wintv-HVR-1120 woes > > On Mon, Oct 25, 2010 at 9:46 AM, Sasha Sirotkin >wrote: > > On Mon, Oct 25, 2010 at 9:24 AM, fabio tirapelle >wrot

[PATCH 1/2 v3] media: Add timberdale video-in driver

2010-10-25 Thread Richard Röjfors
This patch adds the timberdale video-in driver. The video IP of timberdale delivers the video data via DMA. The driver uses the DMA api to handle DMA transfers, and make use of the V4L2 video buffers to handle buffers against user space. If available the driver uses an encoder to get/set the vide

[PATCH 0/2 v3] media, mfd: Add timberdale video-in driver

2010-10-25 Thread Richard Röjfors
To follow are two patches. The first adds the timberdale video-in driver to the media tree. The second adds it to the timberdale MFD driver. Changes since last version: * Using the unlocked_ioctl to avoid BKL, instead using a mutex in the ioctl callbacks where needed. * The try_fmt function do

[PATCH 2/2 v3] mfd: Add timberdale video-in driver to timberdale

2010-10-25 Thread Richard Röjfors
This patch defines platform data for the video-in driver and adds it to all configurations of timberdale. Signed-off-by: Richard Röjfors Acked-by: Samuel Ortiz --- diff --git a/drivers/mfd/timberdale.c b/drivers/mfd/timberdale.c index ac59950..52a651b 100644 --- a/drivers/mfd/timberdale.c +++ b/

[PATCH] bttv driver memory corruption

2010-10-25 Thread Laurent Birtz
Hello, here is a bug report for the bttv driver and tentative patches to solve the problem. Two bugs are addressed, a memory corruption of random kernel pages and a race condition in the DMA RISC code. NOTE: this message was sent originally sent to video4linux-l...@redhat.com two months ago. App

Re: Wintv-HVR-1120 woes

2010-10-25 Thread Sasha Sirotkin
On Mon, Oct 25, 2010 at 1:51 PM, fabio tirapelle wrote: > > >> Da: Albin Kauffmann >> A: Sasha Sirotkin >> Cc: fabio tirapelle ; linux-media@vger.kernel.org >> Inviato: Lun 25 ottobre 2010, 13:20:13 >> Oggetto: Re: Wintv-HVR-1120 woes >> >> On Mon, Oct 25, 2010 at 9:46 AM, Sasha Sirotkin >>wrot

Re: em28xx: Terratec Grabby no sound

2010-10-25 Thread Mauro Carvalho Chehab
Em 25-10-2010 15:24, Florian Klink escreveu: > Hi, > > I recently bought a Terratec Grabby. The device has a S-Video and 3 Cinch > cables (sound left, sound right, video). I want to record some video > cassettes with it. (with a cinch-scart adapter). > > I checked the signal, there is audio and v

em28xx: Terratec Grabby no sound

2010-10-25 Thread Florian Klink
Hi, I recently bought a Terratec Grabby. The device has a S-Video and 3 Cinch cables (sound left, sound right, video). I want to record some video cassettes with it. (with a cinch-scart adapter). I checked the signal, there is audio and video on it. When I try to "play" the capture device wit

[V4L][SAA7134] fix tda9887 detection on cold and eeprom read corruption on warm Medion 7134

2010-10-25 Thread Maciej Szmigiero
[V4L][SAA7134] fix tda9887 detection on cold and eeprom read corruption on warm Medion 7134 When Medion 7134 analog+DVB-T card is cold (after powerup) the tda9887 analog demodulator won't show on i2c bus. This results in no signal on analog TV. After loading driver for second time eeprom (requir

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-25 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 Oct 25 19:00:21 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15167:abd3aac6644e git master:

[ANNOUNCE] mercurial backport tree is needing a new maintainer

2010-10-25 Thread Douglas Schilling Landgraf
Hello, I am just writing to officially say that I cannot maintain the hg backport tree anymore. Sorry for this, I *really* tried to help here, but, since I know some people still like to use it I prefer write this email. Unfortunately due my current activities I cannot give attention which

Re: [PATCH v3] mt9m111: rewrite set_pixfmt

2010-10-25 Thread Guennadi Liakhovetski
On Mon, 25 Oct 2010, Michael Grzeschik wrote: > added new bit offset defines, > more supported BE colour formats > and also support BGR565 swapped pixel formats > > removed pixfmt helper functions and option flags > setting the configuration register directly in set_pixfmt > > added reg_mask fun

Fwd: Re: DM1105: could not attach frontend 195d:1105

2010-10-25 Thread Mauro Carvalho Chehab
Patchwork lost a few patches, including this one. Probably some database corruption and a later rollback, since this patch were already a patchwork ID... Sorry for the noise. Mensagem original Assunto: Re: DM1105: could not attach frontend 195d:1105 Data: Sat, 23 Oct 2010 12:2

Re: em28xx: Terratec Grabby no sound

2010-10-25 Thread Mauro Carvalho Chehab
Em 25-10-2010 18:24, Florian Klink escreveu: > Hi Mauro, > > thanks for your answer! I'm c/c the mailing list, as this info may be useful for the others. It would be nice to have this added to wiki, but I won't have time for it, unfortunately. > >> Maybe the amux is wrong. The only way to know f

Re: em28xx: Terratec Grabby no sound

2010-10-25 Thread Florian Klink
Hi, I'm not very familiar with mailing lists, sorry! Patched em28xx-cards.c, but no luck with mplayer -v -tv driver=v4l2:input=0:device=/dev/video1:forceaudio tv:// (/dev/video0 is webcam). I'm able to see the video, but still no sound in mplayer playing the sound with arecord works (i think

Re: Pinnacle PCTV HD 800i troubles

2010-10-25 Thread Tugrul Galatali
On Mon, Oct 18, 2010 at 11:05 PM, Tugrul Galatali wrote: > After a variable amount of time recording, the card stops functioning > and starts filling my disk with error messages. It usually starts with > something like this: This happened again after the longest spell of not occurring, about 6.5

Re: em28xx: Terratec Grabby no sound

2010-10-25 Thread Mauro Carvalho Chehab
Em 25-10-2010 20:06, Florian Klink escreveu: > Hi, > > I'm not very familiar with mailing lists, sorry! > > Patched em28xx-cards.c, but no luck with > mplayer -v -tv driver=v4l2:input=0:device=/dev/video1:forceaudio tv:// > (/dev/video0 is webcam). I'm able to see the video, but still no sound in

[PATCH 07/10] drivers/media: Removed unnecessary KERN_s from dprintk uses

2010-10-25 Thread Joe Perches
Converted if (debug >= 2) printk(KERN_DEBUG... to if debug >= 2) dprintk(...) Signed-off-by: Joe Perches --- drivers/media/common/tuners/max2165.c | 10 -- drivers/media/dvb/frontends/atbm8830.c|8 +++- drivers/media/dvb/frontends/lgs8gxx.c | 11 --

[PATCH 00/10] Remove multiple uses of KERN_

2010-10-25 Thread Joe Perches
Found using strings vmlinux | grep "^<.>.*<.>" and a couple of other cleanups of logging message format strings. Joe Perches (10): arch/x86/kernel/apic/io_apic.c: Typo fix WARNING drivers/atm/eni.c: Remove multiple uses of KERN_ drivers/hid/hid-input.c: Remove KERN_DEBUG from dbg_hid use d

[PATCH] saa7134 behold A7 and H7

2010-10-25 Thread Dmitri Belimov
Hi Fix autodetect for Behold A7 and H7 TV cards. diff -r abd3aac6644e linux/drivers/media/video/saa7134/saa7134-cards.c --- a/linux/drivers/media/video/saa7134/saa7134-cards.c Fri Jul 02 00:38:54 2010 -0300 +++ b/linux/drivers/media/video/saa7134/saa7134-cards.c Mon Oct 25 09:16:24 2010 +1000 @