aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb
diff options
context:
space:
mode:
authorManu Abraham <abraham.manu@gmail.com>2007-10-05 00:57:59 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-29 14:53:17 -0500
commitb11eb46344f9d64c9bd9ecbb1b265f9c67f105eb (patch)
treeb4986a6ca3714636fff8214c7c5b12ad496d09f1 /drivers/media/dvb
parent3479474b368ec3da83240500eca03688fd53ca03 (diff)
V4L/DVB (9412): Fix tuner name and comment
Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r--drivers/media/dvb/ttpci/budget-av.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/drivers/media/dvb/ttpci/budget-av.c b/drivers/media/dvb/ttpci/budget-av.c
index 2ce36765ebd3..ae28b0e7ab8d 100644
--- a/drivers/media/dvb/ttpci/budget-av.c
+++ b/drivers/media/dvb/ttpci/budget-av.c
@@ -1475,9 +1475,12 @@ static struct stb0899_config knc1_dvbs2_config = {
1475 .tuner_set_rfsiggain = NULL, 1475 .tuner_set_rfsiggain = NULL,
1476}; 1476};
1477 1477
1478/* SD1878 tuner config */ 1478/*
1479 * SD1878/SHA tuner config
1480 * 1F, Single I/P, Horizontal mount, High Sensitivity
1481 */
1479static const struct tda8261_config sd1878c_config = { 1482static const struct tda8261_config sd1878c_config = {
1480// .name = "SD1878C", 1483// .name = "SD1878/SHA",
1481 .addr = 0x60, 1484 .addr = 0x60,
1482 .step_size = TDA8261_STEP_1000 /* kHz */ 1485 .step_size = TDA8261_STEP_1000 /* kHz */
1483}; 1486};