The patch number 9773 was added via Mauro Carvalho Chehab <[EMAIL PROTECTED]>
to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel
If anyone has any objections, please let us know by sending a message to:
[EMAIL PROTECTED]
------
From: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
tda827x: fix printk message when in FM mode
CC: Michael Krufky <[EMAIL PROTECTED]>
Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
---
linux/drivers/media/common/tuners/tda827x.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff -r 9495fb25c893 -r 049b024795a0 linux/drivers/media/common/tuners/tda827x.c
--- a/linux/drivers/media/common/tuners/tda827x.c Sun Dec 07 14:19:29
2008 -0200
+++ b/linux/drivers/media/common/tuners/tda827x.c Mon Dec 08 00:01:57
2008 -0200
@@ -81,10 +81,11 @@ static void tda827x_set_std(struct dvb_f
mode = "xx";
}
- if (params->mode == V4L2_TUNER_RADIO)
+ if (params->mode == V4L2_TUNER_RADIO) {
priv->sgIF = 88; /* if frequency is 5.5 MHz */
-
- dprintk("setting tda827x to system %s\n", mode);
+ dprintk("setting tda827x to radio FM\n");
+ } else
+ dprintk("setting tda827x to system %s\n", mode);
}
---
Patch is available at:
http://linuxtv.org/hg/v4l-dvb/rev/049b024795a0d26cc4e3c67d4428174f0ce843cc
_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits