Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
se.h File Reference

Go to the source code of this file.

Macros

#define SE_DEVICE_DESC
 
#define VT1724_SUBDEVICE_SE90PCI   0xb161000
 
#define VT1724_SUBDEVICE_SE200PCI   0xb160100
 

Variables

struct snd_ice1712_card_info snd_vt1724_se_cards []
 

Macro Definition Documentation

#define SE_DEVICE_DESC
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.

Variable Documentation

struct snd_ice1712_card_info snd_vt1724_se_cards
Initial value:
= {
{
.name = "ONKYO SE200PCI",
.model = "se200pci",
.chip_init = se_init,
.build_controls = se_add_controls,
.eeprom_size = sizeof(se200pci_eeprom),
.eeprom_data = se200pci_eeprom,
},
{
.name = "ONKYO SE90PCI",
.model = "se90pci",
.chip_init = se_init,
.build_controls = se_add_controls,
.eeprom_size = sizeof(se90pci_eeprom),
.eeprom_data = se90pci_eeprom,
},
{}
}

Definition at line 754 of file se.c.