]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit0eaa9a8f668f8c9a947bb6acb735c62d5c332c23
treea61110b9e7c4d677b41baa989d9f7645cb288bb5
parentf0f510eb728c98344fec5d57aff2ceb64f856375
[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