]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
V4L: ivtv: fix udma yuv bug
authorIan Armstrong <ian@iarmst.demon.co.uk>
Sun, 14 Oct 2007 15:53:46 +0000 (11:53 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 2 Nov 2007 15:44:14 +0000 (08:44 -0700)
commit7d57d714006e652e420193ff114d5314661e54e4
tree6864f38fa38ed752615c60df3e3b2a5db43c0e2c
parent2c69807c486caab74f2fe29834b53a47dee04919
V4L: ivtv: fix udma yuv bug

Based on cb50f548c0ee9b2aac39743fc4021a7188825a98 in mainline

[PATCH] V4L: ivtv: fix udma yuv bug

Using udma yuv causes the driver to become locked into that mode. This
prevents use of the mpeg decoder & non-udma yuv output.

This patch clears the operating mode when the device is closed.

Signed-off-by: Ian Armstrong <ian@iarmst.demon.co.uk>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/media/video/ivtv/ivtv-fileops.c