[go: nahoru, domu]

History log of /drivers/media/tuners/mxl5005s.c
Revision Date Author Comments
2f00fce46793bc5b523c64dcefd7bac13ab70b9c 03-Sep-2014 Mauro Carvalho Chehab <m.chehab@samsung.com> [media] mxl5005s: just return 0 instead of using a var

Instead of allocating a var to store 0 and just return it,
change the code to return 0 directly.

Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
c4931055c2261a4c22520342ef209b74df7d2e91 02-Sep-2012 Antti Palosaari <crope@iki.fi> [media] mxl5005s: implement get_if_frequency()

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
ccae7af2bf07dfef69cc2eb6ebc9e1ff15addfbd 14-Jun-2012 Mauro Carvalho Chehab <mchehab@redhat.com> [media] common: move media/common/tuners to media/tuners

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>