Go to the source code of this file.
Value:"{ONKYO INC,SE-90PCI},"\
"{ONKYO INC,SE-200PCI},"
Definition at line 5 of file se.h.
#define VT1724_SUBDEVICE_SE200PCI 0xb160100 |
Definition at line 10 of file se.h.
#define VT1724_SUBDEVICE_SE90PCI 0xb161000 |
Definition at line 9 of file se.h.
Initial value:= {
{
.name = "ONKYO SE200PCI",
.model = "se200pci",
.chip_init = se_init,
.build_controls = se_add_controls,
.eeprom_size = sizeof(se200pci_eeprom),
},
{
.name = "ONKYO SE90PCI",
.model = "se90pci",
.chip_init = se_init,
.build_controls = se_add_controls,
.eeprom_size = sizeof(se90pci_eeprom),
},
{}
}
Definition at line 754 of file se.c.