All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] r820t: add DVBC profile in sysfreq_sel
@ 2015-02-15  0:52 Benjamin Larsson
  2015-02-17  9:55 ` Benjamin Larsson
  0 siblings, 1 reply; 2+ messages in thread
From: Benjamin Larsson @ 2015-02-15  0:52 UTC (permalink / raw)
  To: mchehab; +Cc: Linux Media Mailing List

Signed-off-by: Benjamin Larsson <benjamin@southpole.se>
---
 drivers/media/tuners/r820t.c | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/drivers/media/tuners/r820t.c b/drivers/media/tuners/r820t.c
index 8e040cf..639c220 100644
--- a/drivers/media/tuners/r820t.c
+++ b/drivers/media/tuners/r820t.c
@@ -775,6 +775,19 @@ static int r820t_sysfreq_sel(struct r820t_priv *priv, u32 freq,
 		div_buf_cur = 0x30;	/* 11, 150u */
 		filter_cur = 0x40;	/* 10, low */
 		break;
+	case SYS_DVBC_ANNEX_A:
+		mixer_top = 0x24;       /* mixer top:13 , top-1, low-discharge */
+		lna_top = 0xe5;
+		lna_vth_l = 0x62;
+		mixer_vth_l = 0x75;
+		air_cable1_in = 0x60;
+		cable2_in = 0x00;
+		pre_dect = 0x40;
+		lna_discharge = 14;
+		cp_cur = 0x38;          /* 111, auto */
+		div_buf_cur = 0x30;     /* 11, 150u */
+		filter_cur = 0x40;      /* 10, low */
+		break;
 	default: /* DVB-T 8M */
 		mixer_top = 0x24;	/* mixer top:13 , top-1, low-discharge */
 		lna_top = 0xe5;		/* detect bw 3, lna top:4, predet top:2 */
-- 
2.1.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] r820t: add DVBC profile in sysfreq_sel
  2015-02-15  0:52 [PATCH] r820t: add DVBC profile in sysfreq_sel Benjamin Larsson
@ 2015-02-17  9:55 ` Benjamin Larsson
  0 siblings, 0 replies; 2+ messages in thread
From: Benjamin Larsson @ 2015-02-17  9:55 UTC (permalink / raw)
  To: mchehab; +Cc: Linux Media Mailing List

Forgot to say that with this patch the Astrometa DVB-T/T2/C usb stick 
now has working DVB-C reception at all the frequencies I have at home. 
Before it was not working at around 290-314 MHz.

The current status of the Astrometa stick is that DVB-T and DVB-C (8MHz 
tested, 6MHz testers wanted) should be working fine. DVB-T2 needs 
working pid filters before it can work properly.

MvH
Benjamin Larsson

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-17 10:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-15  0:52 [PATCH] r820t: add DVBC profile in sysfreq_sel Benjamin Larsson
2015-02-17  9:55 ` Benjamin Larsson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.