|
@@ -2914,6 +2914,27 @@ struct saa7134_board saa7134_boards[] = {
|
|
.amux = LINE2,
|
|
.amux = LINE2,
|
|
}},
|
|
}},
|
|
},
|
|
},
|
|
|
|
+ [SAA7134_BOARD_FLYDVBS_LR300] = {
|
|
|
|
+ /* LifeView FlyDVB-s */
|
|
|
|
+ /* Igor M. Liplianin <liplianin@tut.by> */
|
|
|
|
+ .name = "LifeView FlyDVB-S /Acorp TV134DS",
|
|
|
|
+ .audio_clock = 0x00200000,
|
|
|
|
+ .tuner_type = TUNER_ABSENT,
|
|
|
|
+ .radio_type = UNSET,
|
|
|
|
+ .tuner_addr = ADDR_UNSET,
|
|
|
|
+ .radio_addr = ADDR_UNSET,
|
|
|
|
+ .mpeg = SAA7134_MPEG_DVB,
|
|
|
|
+ .inputs = {{
|
|
|
|
+ .name = name_comp1, /* Composite input */
|
|
|
|
+ .vmux = 3,
|
|
|
|
+ .amux = LINE1,
|
|
|
|
+ },{
|
|
|
|
+ .name = name_svideo, /* S-Video signal on S-Video input */
|
|
|
|
+ .vmux = 8,
|
|
|
|
+ .amux = LINE1,
|
|
|
|
+ }},
|
|
|
|
+ },
|
|
|
|
+
|
|
};
|
|
};
|
|
|
|
|
|
const unsigned int saa7134_bcount = ARRAY_SIZE(saa7134_boards);
|
|
const unsigned int saa7134_bcount = ARRAY_SIZE(saa7134_boards);
|
|
@@ -3444,6 +3465,18 @@ struct pci_device_id saa7134_pci_tbl[] = {
|
|
.subvendor = 0x16be,
|
|
.subvendor = 0x16be,
|
|
.subdevice = 0x0005,
|
|
.subdevice = 0x0005,
|
|
.driver_data = SAA7134_BOARD_MD7134_BRIDGE_2,
|
|
.driver_data = SAA7134_BOARD_MD7134_BRIDGE_2,
|
|
|
|
+ },{
|
|
|
|
+ .vendor = PCI_VENDOR_ID_PHILIPS,
|
|
|
|
+ .device = PCI_DEVICE_ID_PHILIPS_SAA7134,
|
|
|
|
+ .subvendor = 0x5168,
|
|
|
|
+ .subdevice = 0x0300,
|
|
|
|
+ .driver_data = SAA7134_BOARD_FLYDVBS_LR300,
|
|
|
|
+ },{
|
|
|
|
+ .vendor = PCI_VENDOR_ID_PHILIPS,
|
|
|
|
+ .device = PCI_DEVICE_ID_PHILIPS_SAA7134,
|
|
|
|
+ .subvendor = 0x4e42,
|
|
|
|
+ .subdevice = 0x0300,/* LR300 */
|
|
|
|
+ .driver_data = SAA7134_BOARD_FLYDVBS_LR300,
|
|
},{
|
|
},{
|
|
.vendor = PCI_VENDOR_ID_PHILIPS,
|
|
.vendor = PCI_VENDOR_ID_PHILIPS,
|
|
.device = PCI_DEVICE_ID_PHILIPS_SAA7134,
|
|
.device = PCI_DEVICE_ID_PHILIPS_SAA7134,
|
|
@@ -3597,6 +3630,11 @@ int saa7134_board_init1(struct saa7134_dev *dev)
|
|
case SAA7134_BOARD_FLYDVBTDUO:
|
|
case SAA7134_BOARD_FLYDVBTDUO:
|
|
dev->has_remote = SAA7134_REMOTE_GPIO;
|
|
dev->has_remote = SAA7134_REMOTE_GPIO;
|
|
break;
|
|
break;
|
|
|
|
+ case SAA7134_BOARD_FLYDVBS_LR300:
|
|
|
|
+ saa_writeb(SAA7134_GPIO_GPMODE3, 0x80);
|
|
|
|
+ saa_writeb(SAA7134_GPIO_GPSTATUS2, 0x40);
|
|
|
|
+ dev->has_remote = SAA7134_REMOTE_GPIO;
|
|
|
|
+ break;
|
|
case SAA7134_BOARD_MD5044:
|
|
case SAA7134_BOARD_MD5044:
|
|
printk("%s: seems there are two different versions of the MD5044\n"
|
|
printk("%s: seems there are two different versions of the MD5044\n"
|
|
"%s: (with the same ID) out there. If sound doesn't work for\n"
|
|
"%s: (with the same ID) out there. If sound doesn't work for\n"
|