* [linux-dvb] Patch for broken radio in XC2k and XC3k tuners
@ 2011-03-19 23:12 Mirek Slugeň
0 siblings, 0 replies; only message in thread
From: Mirek Slugeň @ 2011-03-19 23:12 UTC (permalink / raw)
To: linux-dvb; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 556 bytes --]
Hi, I am very supprised that no one complains about broken radio support
on devices with XC2k and XC3k tuner, it is broken since commit:
V4L/DVB: tuner-xc2028: fix tuning logic to solve a regression in Australia
from date 19.3.2010
BUG is present in current kernel stable version 2.6.38 and also olders
like 2.6.37, fix is very trivial.
I tested this fix with Leadtek DTV1800H radio and it works great, before
this fix I can listen so much of noise on tuned frequency (so something
wrong with tuning).
Feel free to modify this patch :)
M. Slugen
[-- Attachment #2: kernel_xc2000_radio.diff --]
[-- Type: text/x-patch, Size: 422 bytes --]
--- linux-2.6.37.2.old/drivers/media/common/tuners/tuner-xc2028.c 2011-03-19 23:25:28.000000000 +0100
+++ linux-2.6.37.2/drivers/media/common/tuners/tuner-xc2028.c 2011-03-19 23:26:13.458252000 +0100
@@ -937,6 +937,8 @@
rc = send_seq(priv, {0x00, 0x00});
/* Analog modes require offset = 0 */
+ } else if (new_mode == T_RADIO) {
+ /* nop */
} else {
/*
* Digital modes require an offset to adjust to the
[-- Attachment #3: Type: text/plain, Size: 228 bytes --]
_______________________________________________
linux-dvb users mailing list
For V4L/DVB development, please use instead linux-media@vger.kernel.org
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-03-19 23:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-19 23:12 [linux-dvb] Patch for broken radio in XC2k and XC3k tuners Mirek Slugeň
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox