]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
V4L/DVB (8999): S2API: Reduce demod driver complexity by using a cache sync
authorSteven Toth <stoth@linuxtv.org>
Fri, 12 Sep 2008 02:52:32 +0000 (23:52 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 12 Oct 2008 11:37:04 +0000 (09:37 -0200)
commitee33c525c4d09756156cd4c18e6586da900eb310
treecca20ec311c2b2e0d860566be9f78441b0e5535d
parent65af619d84ee2d3a1faacbbeded374d0b313d3a9
V4L/DVB (8999): S2API: Reduce demod driver complexity by using a cache sync

For demod drivers, we want a single tuning function (set_frontend) to have
access to the properly constructed dvb_frontend_parameters structure, or
the cache values - regardless of whether the legacy or new API is being used.

This cuts down on redundant code in the demod drivers and ensures the
tuning parameters are consistent regardless of the API entry type.

Signed-off-by: Steven Toth <stoth@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/dvb-core/dvb_frontend.c