[PATCH] Fix incorrect type of tuner for the BeholdTV H6 card.

Dmitri Belimov <[email protected]>
Newsgroups gmane.comp.video.video4linux,gmane.linux.drivers.video-input-infrastructure
Message-ID <[email protected]>
Hi all

Define correct tuner in config. Radio now works fine.

diff -r f8f134705b65 linux/drivers/media/video/saa7134/saa7134-cards.c
--- a/linux/drivers/media/video/saa7134/saa7134-cards.c	Fri Jul 24 16:19:39 2009 -0300
+++ b/linux/drivers/media/video/saa7134/saa7134-cards.c	Tue Jul 28 14:54:29 2009 +1000
@@ -4900,7 +4900,7 @@
 		/* Igor Kuznetsov <[email protected]> */
 		.name           = "Beholder BeholdTV H6",
 		.audio_clock    = 0x00187de7,
-		.tuner_type     = TUNER_PHILIPS_FMD1216ME_MK3,
+		.tuner_type     = TUNER_PHILIPS_FMD1216MEX_MK3,
 		.radio_type     = UNSET,
 		.tuner_addr     = ADDR_UNSET,
 		.radio_addr     = ADDR_UNSET,
diff -r f8f134705b65 linux/drivers/media/video/saa7134/saa7134-dvb.c
--- a/linux/drivers/media/video/saa7134/saa7134-dvb.c	Fri Jul 24 16:19:39 2009 -0300
+++ b/linux/drivers/media/video/saa7134/saa7134-dvb.c	Tue Jul 28 14:54:29 2009 +1000
@@ -1461,7 +1461,7 @@
 		if (fe0->dvb.frontend) {
 			dvb_attach(simple_tuner_attach, fe0->dvb.frontend,
 				   &dev->i2c_adap, 0x61,
-				   TUNER_PHILIPS_FMD1216ME_MK3);
+				   TUNER_PHILIPS_FMD1216MEX_MK3);
 		}
 		break;
 	case SAA7134_BOARD_AVERMEDIA_A700_PRO:

Signed-off-by: Beholder Intl. Ltd. Dmitry Belimov <[email protected]>

With my best regards, Dmitry.

--
video4linux-list mailing list
Unsubscribe mailto:[email protected]?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list
h6_fix_tuner_type.patch (text/x-patch, 1.1 KB)
diff -r f8f134705b65 linux/drivers/media/video/saa7134/saa7134-cards.c
--- a/linux/drivers/media/video/saa7134/saa7134-cards.c	Fri Jul 24 16:19:39 2009 -0300
+++ b/linux/drivers/media/video/saa7134/saa7134-cards.c	Tue Jul 28 14:54:29 2009 +1000
@@ -4900,7 +4900,7 @@
 		/* Igor Kuznetsov <[email protected]> */
 		.name           = "Beholder BeholdTV H6",
 		.audio_clock    = 0x00187de7,
-		.tuner_type     = TUNER_PHILIPS_FMD1216ME_MK3,
+		.tuner_type     = TUNER_PHILIPS_FMD1216MEX_MK3,
 		.radio_type     = UNSET,
 		.tuner_addr     = ADDR_UNSET,
 		.radio_addr     = ADDR_UNSET,
diff -r f8f134705b65 linux/drivers/media/video/saa7134/saa7134-dvb.c
--- a/linux/drivers/media/video/saa7134/saa7134-dvb.c	Fri Jul 24 16:19:39 2009 -0300
+++ b/linux/drivers/media/video/saa7134/saa7134-dvb.c	Tue Jul 28 14:54:29 2009 +1000
@@ -1461,7 +1461,7 @@
 		if (fe0->dvb.frontend) {
 			dvb_attach(simple_tuner_attach, fe0->dvb.frontend,
 				   &dev->i2c_adap, 0x61,
-				   TUNER_PHILIPS_FMD1216ME_MK3);
+				   TUNER_PHILIPS_FMD1216MEX_MK3);
 		}
 		break;
 	case SAA7134_BOARD_AVERMEDIA_A700_PRO:

Signed-off-by: Beholder Intl. Ltd. Dmitry Belimov <[email protected]>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.