]> bbs.cooldavid.org Git - net-next-2.6.git/commit - drivers/media/video/cx18/cx18-streams.c
V4L/DVB (7931): cx18: allow for simultaneous digital and analog capture
authorHans Verkuil <hverkuil@xs4all.nl>
Sun, 25 May 2008 14:21:27 +0000 (11:21 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Thu, 5 Jun 2008 09:35:45 +0000 (06:35 -0300)
commit31554ae599a8ff6854bf8ecbedc1946c64854388
tree33169d397f17069e72d72695f6adb59a4a25b210
parentbe303e16dbd210077c697aaf2f0960413166b53d
V4L/DVB (7931): cx18: allow for simultaneous digital and analog capture

The HVR-1600 can do both analog and digital capture at the same time.
Due to a driver bug -EBUSY would be returned when attempting to setup an
analog capture while a digital capture was already in progress.

Separate the two internally.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/cx18/cx18-controls.c
drivers/media/video/cx18/cx18-driver.c
drivers/media/video/cx18/cx18-driver.h
drivers/media/video/cx18/cx18-fileops.c
drivers/media/video/cx18/cx18-ioctl.c
drivers/media/video/cx18/cx18-streams.c