Conditional sys/sysmacros.h inclusion

2018-12-23 Thread Ingo Feinerer
Commit 380fe7d4548a99bfcfc1594b6f0b3dd2369978f1 broke the functionality on OpenBSD as it has no sys/sysmacros.h. So replicate commit 08572e7db2120bc45db732d02409dfd3346b8e51 but use explicit OS checks instead of AC_HEADER_MAJOR. Signed-off-by: Ingo Feinerer diff --git a/lib/libv4lconvert/control/

cron job: media_tree daily build: OK

2018-12-23 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: Mon Dec 24 05:00:10 CET 2018 media-tree git hash:4bd46aa0353e022c2401a258e93b107880a66533 media_build git

IH

2018-12-23 Thread Lisa
Hello, I have a good news for you.Pleasecontact me for more details. Sorry if you received this letter in your spam, Due to recent connection error here in my country. Looking forward for your immediate response to me through my private e- mail id: (sgtlis...@gmail.com) Best Regards,$3.5 M mill

diseqc slave reply?

2018-12-23 Thread Josef Wolf
Hello all, When I try bidirectional diseqc communicastion, when calling FE_DISEQC_RECV_SLAVE_REPLY like this: struct dvb_diseqc_slave_reply reply; ioctl(fefd,FE_DISEQC_RECV_SLAVE_REPLY,&reply) I get the error: failed: Operation not supported This is with an Max-S8 made by Digital

[PATCH v4] media: vicodec: add support for CROP and COMPOSE selection

2018-12-23 Thread Dafna Hirschfeld
Add support for the selection api for the crop and compose targets. The driver rounds up the coded width and height such that all planes dimensions are multiple of 8. Signed-off-by: Dafna Hirschfeld --- Changes from v3: In v3 mistakenly renamed some stride variables in codec-fwht.c to coded_width

Re: [PATCH 00/14] Add support for FM radio in hcill and kill TI_ST

2018-12-23 Thread Tony Lindgren
* Adam Ford [181222 20:36]: > As much as I'd like to see the ti-st kim stuff go, I am not able to > load the Bluetooth on the Torpedo board (wl1283). The hooks on a > different, wl18xx and 127x board work fine. I am not sure if there is > anything different about the wl1283, but I don't have any

Re: [PATCH 00/14] Add support for FM radio in hcill and kill TI_ST

2018-12-23 Thread Tony Lindgren
* Sebastian Reichel [181222 02:48]: > On Fri, Dec 21, 2018 at 10:02:05AM -0800, Tony Lindgren wrote: > > Hmm so looks like nothing to configure for the clocks or > > CPCAP_BIT_ST_L_TIMESLOT bits for cap for the EXT? So the > > wl12xx audio is wired directly to cpcap EXT then and not a > > TDM slot

Re: [PATCH 12/14] media: wl128x-radio: move from TI_ST to hci_ll driver

2018-12-23 Thread Marcel Holtmann
Hi Sebastian, > This updates the wl128x-radio driver to be used with hci_ll > instead of the deprecated TI_ST driver. > > Signed-off-by: Sebastian Reichel > --- > drivers/bluetooth/hci_ll.c| 115 -- > drivers/media/radio/wl128x/Kconfig| 2 +- > drivers

Re: [PATCH] dma-buf: Change to use DEFINE_SHOW_ATTRIBUTE macro

2018-12-23 Thread Frank Lee
ping..