diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2014-04-23 12:02:15 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-09-03 12:49:31 +0200 |
commit | 5150392cd94c5a5a89b92e58ddc579f0de2d1a89 (patch) | |
tree | e890fff29612e473bf0cd10566b8a56f0f981751 /drivers/media/pci/cx23885/cx23885.h | |
parent | [media] cx23885: convert to the control framework (diff) | |
download | linux-5150392cd94c5a5a89b92e58ddc579f0de2d1a89.tar.xz linux-5150392cd94c5a5a89b92e58ddc579f0de2d1a89.zip |
[media] cx23885: convert 417 to the control framework
Convert the -417 source to the control framework as well.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/pci/cx23885/cx23885.h')
-rw-r--r-- | drivers/media/pci/cx23885/cx23885.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/cx23885/cx23885.h b/drivers/media/pci/cx23885/cx23885.h index 516435c021e4..2d57af74b692 100644 --- a/drivers/media/pci/cx23885/cx23885.h +++ b/drivers/media/pci/cx23885/cx23885.h @@ -439,7 +439,7 @@ struct cx23885_dev { /* MPEG Encoder ONLY settings */ u32 cx23417_mailbox; - struct cx2341x_mpeg_params mpeg_params; + struct cx2341x_handler cxhdl; struct video_device *v4l_device; atomic_t v4l_reader_count; struct cx23885_tvnorm encodernorm; |