V4L/DVB (5741): Tuner: add release callback
commitbe2b85a13543bbaf1a141b3a54f84c1e3b059e69
authorMichael Krufky <mkrufky@linuxtv.org>
Mon, 4 Jun 2007 17:40:27 +0000 (4 14:40 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 18 Jul 2007 17:23:54 +0000 (18 14:23 -0300)
tree9f44d2aa513237b5baab578a51f66a4d2e731b6c
parent9ee476a56c3ee119a02b6823659f5698b1241f04
V4L/DVB (5741): Tuner: add release callback

Individual tuner drivers are now allocating memory themselves for
their own private data structures.  This changeset adds a release
callback to the tuner operations, so that newer drivers that may
require more complex data structures may release this private data
themselves.

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/tuner-core.c
include/media/tuner.h