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

Go to the source code of this file.

Macros

#define QTET_DEVICE_DESC   "{Infrasonic,Quartet},"
 
#define VT1724_SUBDEVICE_QTET   0x30305349 /* Infrasonic Quartet */
 

Variables

struct snd_ice1712_card_info snd_vt1724_qtet_cards []
 

Macro Definition Documentation

#define QTET_DEVICE_DESC   "{Infrasonic,Quartet},"

Definition at line 4 of file quartet.h.

#define VT1724_SUBDEVICE_QTET   0x30305349 /* Infrasonic Quartet */

Definition at line 6 of file quartet.h.

Variable Documentation

struct snd_ice1712_card_info snd_vt1724_qtet_cards
Initial value:
= {
{
.subvendor = VT1724_SUBDEVICE_QTET,
.name = "Infrasonic Quartet",
.model = "quartet",
.chip_init = qtet_init,
.build_controls = qtet_add_controls,
.eeprom_size = sizeof(qtet_eeprom),
.eeprom_data = qtet_eeprom,
},
{ }
}

Definition at line 1119 of file quartet.c.