aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7134/saa7134-dvb.c
diff options
context:
space:
mode:
authorBeholder Intl. Ltd. Dmitry Belimov <d.belimov@gmail.com>2009-08-04 19:07:42 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-09-12 11:18:44 -0400
commit4786dd65fc354cae804635726c2768b8559a51bf (patch)
treed6edfa5065f154338f45584af6d8e4c9c6f69bbc /drivers/media/video/saa7134/saa7134-dvb.c
parent9dcb79c2eedb5b3ec50f73bd531fb6dd52c94bfc (diff)
V4L/DVB (12419): Fix incorrect type of tuner for the BeholdTV H6 card
Define correct tuner in config. Radio now works fine Signed-off-by: Beholder Intl. Ltd. Dmitry Belimov <d.belimov@gmail.com> Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/saa7134/saa7134-dvb.c')
-rw-r--r--drivers/media/video/saa7134/saa7134-dvb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/saa7134/saa7134-dvb.c b/drivers/media/video/saa7134/saa7134-dvb.c
index 98f3efd1e944..2ac3f1f2f53e 100644
--- a/drivers/media/video/saa7134/saa7134-dvb.c
+++ b/drivers/media/video/saa7134/saa7134-dvb.c
@@ -1457,7 +1457,7 @@ static int dvb_init(struct saa7134_dev *dev)
1457 if (fe0->dvb.frontend) { 1457 if (fe0->dvb.frontend) {
1458 dvb_attach(simple_tuner_attach, fe0->dvb.frontend, 1458 dvb_attach(simple_tuner_attach, fe0->dvb.frontend,
1459 &dev->i2c_adap, 0x61, 1459 &dev->i2c_adap, 0x61,
1460 TUNER_PHILIPS_FMD1216ME_MK3); 1460 TUNER_PHILIPS_FMD1216MEX_MK3);
1461 } 1461 }
1462 break; 1462 break;
1463 case SAA7134_BOARD_AVERMEDIA_A700_PRO: 1463 case SAA7134_BOARD_AVERMEDIA_A700_PRO: