aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/cx24116.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb/frontends/cx24116.c')
-rw-r--r--drivers/media/dvb/frontends/cx24116.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/dvb/frontends/cx24116.c b/drivers/media/dvb/frontends/cx24116.c
index 666a0d89e83..f150fa24ff9 100644
--- a/drivers/media/dvb/frontends/cx24116.c
+++ b/drivers/media/dvb/frontends/cx24116.c
@@ -776,7 +776,7 @@ error:
776static int cx24116_get_params(struct dvb_frontend* fe) 776static int cx24116_get_params(struct dvb_frontend* fe)
777{ 777{
778 struct cx24116_state *state = fe->demodulator_priv; 778 struct cx24116_state *state = fe->demodulator_priv;
779 struct tv_frontend_properties *cache = &fe->tv_property_cache; 779 struct dtv_frontend_properties *cache = &fe->dtv_property_cache;
780 780
781 dprintk("%s()\n",__func__); 781 dprintk("%s()\n",__func__);
782 782
@@ -796,7 +796,7 @@ static int cx24116_initfe(struct dvb_frontend* fe)
796 return cx24116_diseqc_init(fe); 796 return cx24116_diseqc_init(fe);
797} 797}
798 798
799static int cx24116_set_property(struct dvb_frontend *fe, tv_property_t* tvp) 799static int cx24116_set_property(struct dvb_frontend *fe, dtv_property_t* tvp)
800{ 800{
801 dprintk("%s(..)\n", __func__); 801 dprintk("%s(..)\n", __func__);
802 return 0; 802 return 0;
@@ -814,7 +814,7 @@ static int cx24116_set_params(struct dvb_frontend *fe)
814static int cx24116_set_frontend(struct dvb_frontend* fe, struct dvb_frontend_parameters *p) 814static int cx24116_set_frontend(struct dvb_frontend* fe, struct dvb_frontend_parameters *p)
815{ 815{
816 struct cx24116_state *state = fe->demodulator_priv; 816 struct cx24116_state *state = fe->demodulator_priv;
817 struct tv_frontend_properties *c = &fe->tv_property_cache; 817 struct dtv_frontend_properties *c = &fe->dtv_property_cache;
818 struct cx24116_cmd cmd; 818 struct cx24116_cmd cmd;
819 fe_status_t tunerstat; 819 fe_status_t tunerstat;
820 int ret, above30msps; 820 int ret, above30msps;