diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-12-26 23:40:17 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-12-31 15:57:57 +0400 |
commit | 2827e1ff8692289a9767ab15be9671bb8df77f79 (patch) | |
tree | 5f2a1af1c0bf43b7ccd7c1117fd22e74da9ae985 /drivers/media/video/tlg2300/pd-common.h | |
parent | f159451c12f47acec84d13028781e9a296dbdd7b (diff) | |
download | linux-2827e1ff8692289a9767ab15be9671bb8df77f79.tar.xz |
[media] tlg2300: convert set_fontend to use DVBv5 parameters
Instead of using dvb_frontend_parameters struct, that were
designed for a subset of the supported standards, use the DVBv5
cache information.
Also, fill the supported delivery systems at dvb_frontend_ops
struct.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/tlg2300/pd-common.h')
-rw-r--r-- | drivers/media/video/tlg2300/pd-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/tlg2300/pd-common.h b/drivers/media/video/tlg2300/pd-common.h index 56564e6aaac2..5dd73b7857d1 100644 --- a/drivers/media/video/tlg2300/pd-common.h +++ b/drivers/media/video/tlg2300/pd-common.h @@ -140,7 +140,7 @@ struct pd_dvb_adapter { u8 reserved[3]; /* data for power resume*/ - struct dvb_frontend_parameters fe_param; + struct dtv_frontend_properties fe_param; /* for channel scanning */ int prev_freq; |