summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/ivtv/ivtv-driver.c
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2011-11-24 09:58:53 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-02-14 13:43:27 -0200
commitda8ec560e3b4e25d73c64a9e08f9f90ebfbfbf7c (patch)
treeb5a54de56115709452e7ae24bcedffc46ebb56cd /drivers/media/video/ivtv/ivtv-driver.c
parent6b4f12523db46536c750473abdd380763cb0409b (diff)
downloadlinux-da8ec560e3b4e25d73c64a9e08f9f90ebfbfbf7c.tar.gz
linux-da8ec560e3b4e25d73c64a9e08f9f90ebfbfbf7c.tar.xz
linux-da8ec560e3b4e25d73c64a9e08f9f90ebfbfbf7c.zip
[media] ivtv: implement new decoder command ioctls
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-driver.c')
-rw-r--r--drivers/media/video/ivtv/ivtv-driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/ivtv/ivtv-driver.c b/drivers/media/video/ivtv/ivtv-driver.c
index 3949b7dc2368..48d1d47ed04f 100644
--- a/drivers/media/video/ivtv/ivtv-driver.c
+++ b/drivers/media/video/ivtv/ivtv-driver.c
@@ -1375,7 +1375,7 @@ static void ivtv_remove(struct pci_dev *pdev)
else
type = IVTV_DEC_STREAM_TYPE_MPG;
ivtv_stop_v4l2_decode_stream(&itv->streams[type],
- VIDEO_CMD_STOP_TO_BLACK | VIDEO_CMD_STOP_IMMEDIATELY, 0);
+ V4L2_DEC_CMD_STOP_TO_BLACK | V4L2_DEC_CMD_STOP_IMMEDIATELY, 0);
}
ivtv_halt_firmware(itv);
}