Hi Shuah,
[auto build test ERROR on sailus-media/master]
[also build test ERROR on next-20160311]
[cannot apply to v4.5-rc7]
[if your patch is applied to the wrong git tree, please drop us a note to help
improving the system]
url:
https://github.com/0day-ci/linux/commits/Shuah-Khan/media-au0
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 Mar 13 04:00:21 CET 2016
git branch: test
git hash: 840f5b0572ea9ddaca2bf5540a171013e92c97bd
gcc versio
Fix to clear enable/disable/change source handlers in the media device
when media device is unregistered in au0828_unregister_media_device().
When au0828 module is removed, snd-usb-audio shouldn't call the handlers.
Clearing will ensure snd-usb-audio won't call them once au0828 is removed.
Signed-
Add GFP flags to media_create_pad_link(), media_create_intf_link(),
media_devnode_create(), and media_add_link() that could get called
in atomic context to allow callers to pass in the right flags for
memory allocation.
tree-wide driver changes for media_*() GFP flags change:
Change drivers to add
Change media_add_link() and media_devnode_create() to dump_stack when
called in atomic context.
Signed-off-by: Shuah Khan
Suggested-by: Mauro Carvalho Chehab
---
drivers/media/media-entity.c | 6 ++
1 file changed, 6 insertions(+)
diff --git a/drivers/media/media-entity.c b/drivers/media/m
On 03/11/2016 12:02 PM, Mauro Carvalho Chehab wrote:
> For au0828_enable_source() to work, the tuner links should be
> disabled and the tuner/decoder should be cached at au0828 struct.
>
> While here, put dev->decoder cache together with dev->tuner, as
> it makes easier to drop both latter if/when
I plugged a WinTV-soloHD device into my Debian Sid system running:
Linux anglides 4.4.0-1-amd64 #1 SMP Debian 4.4.4-2 (2016-03-09) x86_64
GNU/Linux
but the device, whilst appearing in the lsusb listing, didn't cause a
/dev/dvb hierarchy to appear. I am guessing then that the change:
http://git.l
Hi,
On 12-03-16 01:45, Niklas Söderlund wrote:
NV16 and NV61 are two-plane versions of the YUV 4:2:2 formats YUYV and
YVYU. Support both formats by merging the two planes into a one and
falling through to the V4L2_PIX_FMT_{YUYV,YVYU} code path.
Signed-off-by: Niklas Söderlund
---
I'm sorry th