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

Go to the source code of this file.

Macros

#define USX2Y_DRIVER_VERSION   0x0100 /* 0.1.0 */
 
#define SND_USX2Y_LOADER_ID   "USX2Y Loader"
 
#define SND_USX2Y_USBPCM_ID   "USX2Y USBPCM"
 
#define USB_ID_US122   0x8007
 
#define USB_ID_US224   0x8005
 
#define USB_ID_US428   0x8001
 

Enumerations

enum  { USX2Y_TYPE_122, USX2Y_TYPE_224, USX2Y_TYPE_428, USX2Y_TYPE_NUMS }
 
enum  { USX2Y_STAT_CHIP_INIT = (1 << 0), USX2Y_STAT_CHIP_MMAP_PCM_URBS = (1 << 1), USX2Y_STAT_CHIP_HUP = (1 << 31) }
 

Macro Definition Documentation

#define SND_USX2Y_LOADER_ID   "USX2Y Loader"

Definition at line 29 of file usx2y.h.

#define SND_USX2Y_USBPCM_ID   "USX2Y USBPCM"

Definition at line 30 of file usx2y.h.

#define USB_ID_US122   0x8007

Definition at line 40 of file usx2y.h.

#define USB_ID_US224   0x8005

Definition at line 41 of file usx2y.h.

#define USB_ID_US428   0x8001

Definition at line 42 of file usx2y.h.

#define USX2Y_DRIVER_VERSION   0x0100 /* 0.1.0 */

Definition at line 25 of file usx2y.h.

Enumeration Type Documentation

anonymous enum
Enumerator:
USX2Y_TYPE_122 
USX2Y_TYPE_224 
USX2Y_TYPE_428 
USX2Y_TYPE_NUMS 

Definition at line 33 of file usx2y.h.

anonymous enum
Enumerator:
USX2Y_STAT_CHIP_INIT 
USX2Y_STAT_CHIP_MMAP_PCM_URBS 
USX2Y_STAT_CHIP_HUP 

Definition at line 45 of file usx2y.h.