diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2014-08-29 06:06:37 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-11-03 08:33:29 -0200 |
commit | fb37ab3e788c698bf889e70335d5d1ccb6de2373 (patch) | |
tree | 867677e647ac431a24280f9ff856f2ad23c177f8 /drivers/media/pci/cx88/cx88.h | |
parent | ccd6f1d488e7e49ca90d4255cb3f8a2f61951e55 (diff) | |
download | lwn-fb37ab3e788c698bf889e70335d5d1ccb6de2373.tar.gz lwn-fb37ab3e788c698bf889e70335d5d1ccb6de2373.zip |
[media] cx88: drop mpeg_active field
The vb2 framework knows if streaming is in progress, no need to use
a separate field for that.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/pci/cx88/cx88.h')
-rw-r--r-- | drivers/media/pci/cx88/cx88.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/pci/cx88/cx88.h b/drivers/media/pci/cx88/cx88.h index 862c60938663..93bc7cf7d39b 100644 --- a/drivers/media/pci/cx88/cx88.h +++ b/drivers/media/pci/cx88/cx88.h @@ -557,7 +557,6 @@ struct cx8802_dev { #if IS_ENABLED(CONFIG_VIDEO_CX88_BLACKBIRD) struct video_device *mpeg_dev; u32 mailbox; - unsigned char mpeg_active; /* nonzero if mpeg encoder is active */ /* mpeg params */ struct cx2341x_handler cxhdl; |