Re: PCIe capture driver

2015-10-20 Thread Ran Shalit
On Tue, Oct 20, 2015 at 9:23 AM, Hans Verkuil wrote: > On 10/19/2015 10:26 PM, Ran Shalit wrote: >> Hello, >> >> When writing a device driver for capturing video coming from PCIe, >> does it need to be used as v4l device (video for linux) , ? > > Yes. If you don't then 1) you

Re: Brazilian television capture device

2015-10-20 Thread Michael Stilmant
Hi, David I'm in the same process that you are. I'm also on remote (Europe) but I have some laptop in Brazil where I can do some test using remote shell. I don't talk Brazilian/Portuguese so it is also hard to find Local Linux groups certainly discussing about it I have also that reference.

Re: Brazilian television capture device

2015-10-20 Thread Markus Rechberger
The new Sundtek devices support DVB-C, DVB-T, ISDB-T, AnalogTV and FM Radio. The old ones only supported ISDB-T/AnalogTV and FM Radio. Power consumption is very low too. On Tue, Oct 20, 2015 at 11:01 AM, Michael Stilmant wrote: > Hi, David > > I'm in the same

Re:My resume

2015-10-20 Thread alexandrina gallagher
Hi! A acquaintance of mine gave me your email adress. He was very confident you would be very glad to read my resume. After looking through your website and seeing what it is you guys do, I'm also very sure you will not be disappointed. I'm attaching my resume for you to read. I am very much

Re: Brazilian television capture device

2015-10-20 Thread David Liontooth
On 10/20/15 11:32 AM, Markus Rechberger wrote: The new Sundtek devices support DVB-C, DVB-T, ISDB-T, AnalogTV and FM Radio. The old ones only supported ISDB-T/AnalogTV and FM Radio. Power consumption is very low too. OK, very cool -- I see for instance

Re: [PATCH 1/1] staging: omap4iss: Compiling V4L2 framework and I2C as modules is fine

2015-10-20 Thread Laurent Pinchart
Hi Sakari, Thank you for the patch. On Friday 16 October 2015 02:21:13 Sakari Ailus wrote: > Don't require V4L2 framework and I2C being linked to the kernel directly. That's a leftover of when the driver had to be compiled in the kernel. > Signed-off-by: Sakari Ailus

Re: PCIe capture driver

2015-10-20 Thread Hans Verkuil
On 10/19/2015 10:26 PM, Ran Shalit wrote: > Hello, > > When writing a device driver for capturing video coming from PCIe, > does it need to be used as v4l device (video for linux) , ? Yes. If you don't then 1) you will never be able to upstream the driver, 2) any application that wants to use

Re: [PATCH] m5602: correctly check failed thread creation

2015-10-20 Thread Hans de Goede
Hi, On 19-10-15 17:24, Insu Yun wrote: Since thread creation can be failed, check return value of kthread_create and handle an error. Signed-off-by: Insu Yun --- drivers/media/usb/gspca/m5602/m5602_s5k83a.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-)

Re: [PATCH] gspca: correctly checked failed allocation

2015-10-20 Thread Hans de Goede
Hi, On 19-10-15 18:43, Insu Yun wrote: create_singlethread_workqueue can be failed in memory pressue. So, check return value and return -ENOMEM Signed-off-by: Insu Yun --- drivers/media/usb/gspca/sq905.c | 2 ++ 1 file changed, 2 insertions(+) diff --git

Guten Tag,

2015-10-20 Thread sheffield Credit Union
-- Guten Tag, Ich bin Frau Alicia Raymond, die vollziehende Mittel aus einem gut erkannt legitimen Darlehensgeberin als Sheffield Credit Union bekannt. Haben Sie schlechte Kredit haben, oder Sie brauchen Geld, um Ihre Rechnungen zu bezahlen sind? Zinssatz beträgt 3%. füllen Sie das

Trying to get Terratec Cinergy T XS to work

2015-10-20 Thread Alberto Mardegan
Hi all! I own a USB DVB-T receiver, Terratec Cinergy T XS, (0ccd:0043) which as far as I can tell from google searches used to work with the old "em28xx-new" driver. I've downloaded the old driver from https://bugs.launchpad.net/ubuntu/+source/linux/+bug/460636/comments/2 and tried to modify

Re: [Patch v2 1/2] media: v4l: ti-vpe: Add CAL v4l2 camera capture driver

2015-10-20 Thread Hans Verkuil
On 10/16/2015 05:07 PM, Hans Verkuil wrote: > On 09/21/2015 10:04 PM, Benoit Parrot wrote: >> The Camera Adaptation Layer (CAL) is a block which consists of a dual >> port CSI2/MIPI camera capture engine. >> Port #0 can handle CSI2 camera connected to up to 4 data lanes. >> Port #1 can handle CSI2

Re: [PATCH 1/1] x86: Fix reading the current exposure value of UVC

2015-10-20 Thread Шокуров Антон
Hello! Have you received my patch? When will it be included in the kernel? Thanks! 19.10.2015, 00:02, "Anton V. Shokurov" : > V4L2_CID_EXPOSURE_ABSOLUTE property does not return an updated value when > autoexposure (V4L2_CID_EXPOSURE_AUTO) is turned on. This patch

[PATCH] v4l-utils: mc_nextgen_test add ALSA capture, playback, and mixer

2015-10-20 Thread Shuah Khan
Add support for ALSA capture, playback, and mixer entity functions. Signed-off-by: Shuah Khan --- contrib/test/mc_nextgen_test.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/contrib/test/mc_nextgen_test.c b/contrib/test/mc_nextgen_test.c index

[PATCH MC Next Gen v2 2/3] sound/usb: Create media mixer function and control interface entities

2015-10-20 Thread Shuah Khan
Add support for creating MEDIA_ENT_F_AUDIO_MIXER entity for each mixer and a MEDIA_INTF_T_ALSA_CONTROL control interface entity that links to mixer entities. MEDIA_INTF_T_ALSA_CONTROL entity corresponds to the control device for the card. Signed-off-by: Shuah Khan ---

[PATCH MC Next Gen v2 3/3] media: au0828 create link between ALSA Mixer and decoder

2015-10-20 Thread Shuah Khan
Change au0828_create_media_graph() to create pad link between MEDIA_ENT_F_AUDIO_MIXER entity and decoder's AU8522_PAD_AUDIO_OUT. With mixer entity now linked to decoder, change to link MEDIA_ENT_F_AUDIO_CAPTURE to mixer's source pad. Signed-off-by: Shuah Khan ---

[PATCH MC Next Gen v2 0/3] Add mixer and control interface media entities

2015-10-20 Thread Shuah Khan
This patch v2 series adds the following: A fix to media_stream_delete() to remove intf devnode. Add support for creating MEDIA_ENT_F_AUDIO_MIXER entity for each mixer and a MEDIA_INTF_T_ALSA_CONTROL control interface entity that links to mixer entities. MEDIA_INTF_T_ALSA_CONTROL entity

[PATCH MC Next Gen v2 1/3] sound/usb: Fix media_stream_delete() to remove intf devnode

2015-10-20 Thread Shuah Khan
media_stream_delete() doesn't remove intf_devnode. Fix it to call media_devnode_remove() to remove the intf_devnode. Signed-off-by: Shuah Khan --- sound/usb/media.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/usb/media.c b/sound/usb/media.c index

cron job: media_tree daily build: ERRORS

2015-10-20 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date: Wed Oct 21 04:00:41 CEST 2015 git branch: test git hash: 79f5b6ae960d380c829fb67d5dadcd1d025d2775 gcc