[media] tuner-core: Reorganize the functions internally
authorMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 4 Feb 2011 02:32:07 +0000 (23:32 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 21 Mar 2011 23:32:01 +0000 (20:32 -0300)
commit9f3f71ef6d9a6179a16f82287f062cbf3f112ec6
tree876e436a763bd3580ee2b36134c4480483a81a81
parentb77bdb028807bb1f78b5b50127456e1f664bd501
[media] tuner-core: Reorganize the functions internally

This is a big patch with no functional changes. It just
rearranges everything inside the driver, and prepares to
break TV and Radio into two separate fops groups.

Currently, it has an heuristics logic to determine if the
call came from radio or video. However, the caller driver
knows for sure, so tuner-core shouldn't try to guess it.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/tuner-core.c