OSDN Git Service

[media] dvb_frontend: get rid of set_state ops & related data
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 11 Nov 2015 20:57:16 +0000 (18:57 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 17 Nov 2015 08:46:02 +0000 (06:46 -0200)
commit45346e0e83ae1d0eff59d6d200bcb9338c04355f
treea61110b9e7c4d677b41baa989d9f7645cb288bb5
parent65f0f686de9fcbad7dadcedae94de77ab8b558b7
[media] dvb_frontend: get rid of set_state ops & related data

The get_state()/set_state and the corresponding data types
(struct tuner_state and enum tuner_param) are old DVB interfaces
that came from the DVBv3 time.

Nowadays, set_params() provide a better way to set the tuner
and demod parameters. So, no need to keep those legacy stuff,
as all drivers that were using it got converted.

With this patch, all kABI elements at dvb_frontend.h are now
documented.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/dvb-core/dvb_frontend.h
drivers/media/tuners/mt2063.c