Searched hist:e417668d402e07a0de40b996005324800e694633 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | tda8261_cfg.h | diff e417668d402e07a0de40b996005324800e694633 Wed Nov 11 14:07:44 CST 2015 Mauro Carvalho Chehab <mchehab@osg.samsung.com> [media] tda8261: don't use set_state/get_state callbacks
Those callbacks are meant to be used only on some very specific cases. There's absolutely no need to do that at tda8261, as the only parameter that it allows to be set/get is the frequency.
So, use the standard get_params() and get_frequency() kABI ops.
There's no need to touch at any bridge driver, as all interactions are done via the macros at tda8261_cfg.h.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
|
H A D | tda8261.c | diff e417668d402e07a0de40b996005324800e694633 Wed Nov 11 14:07:44 CST 2015 Mauro Carvalho Chehab <mchehab@osg.samsung.com> [media] tda8261: don't use set_state/get_state callbacks
Those callbacks are meant to be used only on some very specific cases. There's absolutely no need to do that at tda8261, as the only parameter that it allows to be set/get is the frequency.
So, use the standard get_params() and get_frequency() kABI ops.
There's no need to touch at any bridge driver, as all interactions are done via the macros at tda8261_cfg.h.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
|