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

Go to the source code of this file.

Macros

#define PONTIS_DEVICE_DESC   "{Pontis,MS300},"
 
#define VT1720_SUBDEVICE_PONTIS_MS300   0x00020002 /* a dummy id for MS300 */
 

Variables

struct snd_ice1712_card_info snd_vt1720_pontis_cards []
 

Macro Definition Documentation

#define PONTIS_DEVICE_DESC   "{Pontis,MS300},"

Definition at line 27 of file pontis.h.

#define VT1720_SUBDEVICE_PONTIS_MS300   0x00020002 /* a dummy id for MS300 */

Definition at line 29 of file pontis.h.

Variable Documentation

struct snd_ice1712_card_info snd_vt1720_pontis_cards
Initial value:
= {
{
.name = "Pontis MS300",
.model = "ms300",
.chip_init = pontis_init,
.build_controls = pontis_add_controls,
.eeprom_size = sizeof(pontis_eeprom),
.eeprom_data = pontis_eeprom,
},
{ }
}

Definition at line 825 of file pontis.c.