projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3479474
)
V4L/DVB (9412): Fix tuner name and comment
author
Manu Abraham
<abraham.manu@gmail.com>
Fri, 5 Oct 2007 04:57:59 +0000
(
01:57
-0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Mon, 29 Dec 2008 19:53:17 +0000
(17:53 -0200)
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/ttpci/budget-av.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/ttpci/budget-av.c
b/drivers/media/dvb/ttpci/budget-av.c
index 2ce36765ebd35a81ff0f2e5f1653ee5357f04121..ae28b0e7ab8d0a072be8b1e4bf208945f526fe82 100644
(file)
--- 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 = {
.tuner_set_rfsiggain = NULL,
};
-/* SD1878 tuner config */
+/*
+ * SD1878/SHA tuner config
+ * 1F, Single I/P, Horizontal mount, High Sensitivity
+ */
static const struct tda8261_config sd1878c_config = {
-// .name = "SD1878
C
",
+// .name = "SD1878
/SHA
",
.addr = 0x60,
.step_size = TDA8261_STEP_1000 /* kHz */
};