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

Go to the source code of this file.

Macros

#define WTM_DEVICE_DESC   "{EGO SYS INC,WaveTerminal 192M},"
 
#define VT1724_SUBDEVICE_WTM   0x36495345 /* WT192M ver1.0 */
 
#define AK4114_ADDR   0x20 /*S/PDIF receiver*/
 
#define STAC9460_I2C_ADDR   0x54 /* ADC*2 | DAC*6 */
 
#define STAC9460_2_I2C_ADDR   0x56 /* ADC|DAC *2 */
 

Variables

struct snd_ice1712_card_info snd_vt1724_wtm_cards []
 

Macro Definition Documentation

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

Variable Documentation

struct snd_ice1712_card_info snd_vt1724_wtm_cards
Initial value:
= {
{
.subvendor = VT1724_SUBDEVICE_WTM,
.name = "ESI Waveterminal 192M",
.model = "WT192M",
.chip_init = wtm_init,
.build_controls = wtm_add_controls,
.eeprom_size = sizeof(wtm_eeprom),
.eeprom_data = wtm_eeprom,
},
{}
}

Definition at line 506 of file wtm.c.