Fix incorrect type of tuner for the BeholdTV H6 card.

Message ID 20090728164850.16328d20@glory.loctelecom.ru (mailing list archive)
State Superseded, archived
Headers

Commit Message

Dmitri Belimov July 28, 2009, 6:48 a.m. UTC
  Hi all

Define correct tuner in config. Radio now works fine.


Signed-off-by: Beholder Intl. Ltd. Dmitry Belimov <d.belimov@gmail.com>

With my best regards, Dmitry.
  

Patch

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 <igk@igk.ru> */
 		.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 <d.belimov@gmail.com>