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

Go to the source code of this file.

Data Structures

struct  snd_usX2Y_hwdep_pcm_shm
 

Macros

#define MAXPACK   50
 
#define MAXBUFFERMS   100
 
#define MAXSTRIDE   3
 
#define SSS   (((MAXPACK*MAXBUFFERMS*MAXSTRIDE + 4096) / 4096) * 4096)
 

Functions

int usX2Y_hwdep_pcm_new (struct snd_card *card)
 

Macro Definition Documentation

#define MAXBUFFERMS   100

Definition at line 2 of file usx2yhwdeppcm.h.

#define MAXPACK   50

Definition at line 1 of file usx2yhwdeppcm.h.

#define MAXSTRIDE   3

Definition at line 3 of file usx2yhwdeppcm.h.

#define SSS   (((MAXPACK*MAXBUFFERMS*MAXSTRIDE + 4096) / 4096) * 4096)

Definition at line 5 of file usx2yhwdeppcm.h.

Function Documentation

int usX2Y_hwdep_pcm_new ( struct snd_card card)

Definition at line 740 of file usx2yhwdeppcm.c.