summaryrefslogtreecommitdiff
path: root/drivers/media/common/tuners/tda827x.h
AgeCommit message (Collapse)AuthorFilesLines
2012-08-14[media] common: move media/common/tuners to media/tunersMauro Carvalho Chehab1-68/+0
Move the tuners one level up, as the "common" directory will be used by drivers that are shared between more than one driver. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2008-10-12V4L/DVB (9049): convert tuner drivers to use dvb_frontend->callbackMichael Krufky1-1/+0
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2008-04-30Rename common tuner Kconfig names to use the sameMauro Carvalho Chehab1-2/+2
namespace for all of them.
2008-04-30V4L/DVB(7767): Move tuners to common/tunersMauro Carvalho Chehab1-0/+69
There were several issues in the past, caused by the hybrid tuner design, since now, the same tuner can be used by drivers/media/dvb and drivers/media/video. Kconfig items were rearranged, to split V4L/DVB core from their drivers. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>