Go to the source code of this file.
#define AK4114_ADDR 0x20 /*S/PDIF receiver*/ |
Definition at line 12 of file wtm.h.
#define STAC9460_2_I2C_ADDR 0x56 /* ADC|DAC *2 */ |
Definition at line 14 of file wtm.h.
#define STAC9460_I2C_ADDR 0x54 /* ADC*2 | DAC*6 */ |
Definition at line 13 of file wtm.h.
#define VT1724_SUBDEVICE_WTM 0x36495345 /* WT192M ver1.0 */ |
Definition at line 6 of file wtm.h.
#define WTM_DEVICE_DESC "{EGO SYS INC,WaveTerminal 192M}," |
Definition at line 5 of file wtm.h.
Initial value:= {
{
.name = "ESI Waveterminal 192M",
.model = "WT192M",
.build_controls = wtm_add_controls,
.eeprom_size = sizeof(wtm_eeprom),
},
{}
}
Definition at line 506 of file wtm.c.