Re: [REGRESSION] media: cx23885 broken by commit 453afdd "[media] cx23885: convert to vb2"

2015-02-14 Thread Jurgen Kramer
Hi Hans, On Fri, 2015-02-13 at 10:24 +0100, Hans Verkuil wrote: > Jurgen, Raimond, > > On 02/13/2015 10:12 AM, Hans Verkuil wrote: > > Hi Jurgen, > > > > On 02/04/2015 06:21 PM, Jurgen Kramer wrote: > >> On Wed, 2015-02-04 at 17:19 +0100, Hans Verkuil wrote: > >>> On 02/04/2015 05:06 PM, Jurgen

cron job: media_tree daily build: ERRORS

2015-02-14 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: Sun Feb 15 04:00:16 CET 2015 git branch: test git hash: 135f9be9194cf7778eb73594aa55791b229cf27c gcc versio

[PATCH] r820t: add DVBC profile in sysfreq_sel

2015-02-14 Thread Benjamin Larsson
Signed-off-by: Benjamin Larsson --- drivers/media/tuners/r820t.c | 13 + 1 file changed, 13 insertions(+) diff --git a/drivers/media/tuners/r820t.c b/drivers/media/tuners/r820t.c index 8e040cf..639c220 100644 --- a/drivers/media/tuners/r820t.c +++ b/drivers/media/tuners/r820t.c @@ -7

Driver Request

2015-02-14 Thread Ronald Tallent
Hi, Trying to get an Empia EasyCap USB video capture device to work in Ubuntu 14.04 and only audio capture works, no video capture device detected. Kind of new at this but I'll give you all the information I have. More info available upon request. Parent Company: Geniatech Make: MyGica Model:

[PATCH] [media] cx88: Fix possible leak in cx8802_probe()

2015-02-14 Thread Christian Engelmayer
In case allocation vb2_dma_sg_init_ctx() fails during cx8802_probe(), the already allocated cx8802 device structure memory is not freed in the used exit path. Thus adapt the cleanup handling accordingly. Detected by Coverity CID 1260065. Signed-off-by: Christian Engelmayer --- Compile tested only

dib0700_devices.c:undefined reference to `dibx000_i2c_set_speed'

2015-02-14 Thread kbuild test robot
tree: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 18320f2a6871aaf2522f793fee4a67eccf5e131a commit: a34ff6cdbb464b3e37f0cbb6b0cff9dab4ee057b [media] Make DVB NET configurable in the kernel date: 3 years, 7 months ago config: i386-randconfig-ib1-02150438 (atta

[PATCH] rtl28xxu: add support for Turbo-X DTT2000

2015-02-14 Thread Dimitris Lampridis
ID 1b80:d3a4 Afatech Simply added the PID (0xd3a4) of this DVB-T USB device to the list of rtl2832u-supported devices. VID (0x1b80) is same as KWORLD2. Tested and verified to work in amd64 with kernels 3.13.0 and 3.16.0. Signed-off-by: Dimitris Lampridis --- drivers/media/dvb-core/dvb-usb-ids

[linuxtv-media:master 348/348] drivers/media/dvb-core/dvb_frontend.c:695:6: warning: unused variable 'ret'

2015-02-14 Thread kbuild test robot
tree: git://linuxtv.org/media_tree.git master head: 135f9be9194cf7778eb73594aa55791b229cf27c commit: 135f9be9194cf7778eb73594aa55791b229cf27c [348/348] [media] dvb_frontend: start media pipeline while thread is running config: x86_64-rhel (attached as .config) reproduce: git checkout 135f9be

[linuxtv-media:master 344/348] drivers/media/usb/cx231xx/cx231xx-dvb.c:543:28: error: 'struct cx231xx' has no member named 'media_dev'

2015-02-14 Thread kbuild test robot
tree: git://linuxtv.org/media_tree.git master head: 135f9be9194cf7778eb73594aa55791b229cf27c commit: 54e339a960f8166df4368d01e792d0550d3bcd57 [344/348] [media] cx231xx: create DVB graph config: x86_64-rhel (attached as .config) reproduce: git checkout 54e339a960f8166df4368d01e792d0550d3bcd57

[linuxtv-media:master 338/348] drivers/media/v4l2-core/tuner-core.c:440:7: error: 'struct v4l2_subdev' has no member named 'entity'

2015-02-14 Thread kbuild test robot
tree: git://linuxtv.org/media_tree.git master head: 135f9be9194cf7778eb73594aa55791b229cf27c commit: 00a5a4bf7bb40fe8cd5de042948b925c54b016de [338/348] [media] tuner-core: properly initialize media controller subdev config: x86_64-rhel (attached as .config) reproduce: git checkout 00a5a4bf7b

[linuxtv-media:master 332/348] drivers/media/usb/cx231xx/cx231xx-cards.c:1553:15: error: 'struct v4l2_device' has no member named 'mdev'

2015-02-14 Thread kbuild test robot
tree: git://linuxtv.org/media_tree.git master head: 135f9be9194cf7778eb73594aa55791b229cf27c commit: 1d058bdcf5cc800fbfeece0204f7774556d341bb [332/348] [media] cx231xx: add media controller support config: x86_64-rhel (attached as .config) reproduce: git checkout 1d058bdcf5cc800fbfeece0204f7

Re: [PATCHv4 00/25] dvb core: add basic support for the media controller

2015-02-14 Thread Hans Verkuil
On 02/14/2015 12:00 PM, Mauro Carvalho Chehab wrote: > Em Sat, 14 Feb 2015 10:32:21 +0100 > Hans Verkuil escreveu: > >> On 02/13/2015 11:57 PM, Mauro Carvalho Chehab wrote: >>> This patch series adds basic support for the media controller at the >>> DVB core: it creates one media entity per DVB d

Re: [PATCHv4 00/25] dvb core: add basic support for the media controller

2015-02-14 Thread Mauro Carvalho Chehab
Em Sat, 14 Feb 2015 10:32:21 +0100 Hans Verkuil escreveu: > On 02/13/2015 11:57 PM, Mauro Carvalho Chehab wrote: > > This patch series adds basic support for the media controller at the > > DVB core: it creates one media entity per DVB devnode, if the media > > device is passed as an argument to

Re: [PATCHv4 00/25] dvb core: add basic support for the media controller

2015-02-14 Thread Hans Verkuil
On 02/13/2015 11:57 PM, Mauro Carvalho Chehab wrote: > This patch series adds basic support for the media controller at the > DVB core: it creates one media entity per DVB devnode, if the media > device is passed as an argument to the DVB structures. > > The cx231xx driver was modified to pass suc