V4L/DVB (6087): ivtv: prevent changing VBI format while capture is in progress
authorHans Verkuil <hverkuil@xs4all.nl>
Mon, 20 Aug 2007 19:26:40 +0000 (16:26 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 10 Oct 2007 01:06:38 +0000 (22:06 -0300)
Changing the VBI format requires a CX2341X_ENC_INITIALIZE_INPUT firmware
call. This can only be done if no capture is in progress. So return
-EBUSY if the encoder is busy.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

No differences found