aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/cx22700.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2011-12-22 12:47:48 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-12-31 06:10:49 -0500
commita689e3657d7e82c2271008553c709fc79fb2e038 (patch)
tree88c1edf1deacd41733ce5b31566c6fd187a52e11 /drivers/media/dvb/frontends/cx22700.c
parentbc9cd2736b34619b58961d506210fe0e6dfaa27d (diff)
[media] dvb-core: add support for a DVBv5 get_frontend() callback
Creates a DVBv5 get_frontend call, renaming the DVBv3 one to get_frontend_legacy(), while not all frontends are converted. After the conversion for all drivers, get_frontend_legacy() will be removed. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/cx22700.c')
-rw-r--r--drivers/media/dvb/frontends/cx22700.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/cx22700.c b/drivers/media/dvb/frontends/cx22700.c
index ce1e74f20f17..7ac95decac37 100644
--- a/drivers/media/dvb/frontends/cx22700.c
+++ b/drivers/media/dvb/frontends/cx22700.c
@@ -420,7 +420,7 @@ static struct dvb_frontend_ops cx22700_ops = {
420 .i2c_gate_ctrl = cx22700_i2c_gate_ctrl, 420 .i2c_gate_ctrl = cx22700_i2c_gate_ctrl,
421 421
422 .set_frontend_legacy = cx22700_set_frontend, 422 .set_frontend_legacy = cx22700_set_frontend,
423 .get_frontend = cx22700_get_frontend, 423 .get_frontend_legacy = cx22700_get_frontend,
424 .get_tune_settings = cx22700_get_tune_settings, 424 .get_tune_settings = cx22700_get_tune_settings,
425 425
426 .read_status = cx22700_read_status, 426 .read_status = cx22700_read_status,