Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Enumerations | Functions
vx222.c File Reference
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/pci.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <sound/core.h>
#include <sound/initval.h>
#include <sound/tlv.h>
#include "vx222.h"

Go to the source code of this file.

Macros

#define CARD_NAME   "VX222"
 
#define SND_VX222_PM_OPS   NULL
 

Enumerations

enum  { VX_PCI_VX222_OLD, VX_PCI_VX222_NEW }
 

Functions

 MODULE_AUTHOR ("Takashi Iwai <[email protected]>")
 
 MODULE_DESCRIPTION ("Digigram VX222 V2/Mic")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_SUPPORTED_DEVICE ("{{Digigram,"CARD_NAME"}}")
 
 module_param_array (index, int, NULL, 0444)
 
 MODULE_PARM_DESC (index,"Index value for Digigram "CARD_NAME" soundcard.")
 
 module_param_array (id, charp, NULL, 0444)
 
 MODULE_PARM_DESC (id,"ID string for Digigram "CARD_NAME" soundcard.")
 
 module_param_array (enable, bool, NULL, 0444)
 
 MODULE_PARM_DESC (enable,"Enable Digigram "CARD_NAME" soundcard.")
 
 module_param_array (mic, bool, NULL, 0444)
 
 MODULE_PARM_DESC (mic,"Enable Microphone.")
 
 module_param_array (ibl, int, NULL, 0444)
 
 MODULE_PARM_DESC (ibl,"Capture IBL size.")
 
 MODULE_DEVICE_TABLE (pci, snd_vx222_ids)
 
 module_pci_driver (vx222_driver)
 

Macro Definition Documentation

#define CARD_NAME   "VX222"

Definition at line 31 of file vx222.c.

#define SND_VX222_PM_OPS   NULL

Definition at line 296 of file vx222.c.

Enumeration Type Documentation

anonymous enum
Enumerator:
VX_PCI_VX222_OLD 
VX_PCI_VX222_NEW 

Definition at line 58 of file vx222.c.

Function Documentation

MODULE_AUTHOR ( "Takashi Iwai <[email protected]>"  )
MODULE_DESCRIPTION ( "Digigram VX222 V2/Mic"  )
MODULE_DEVICE_TABLE ( pci  ,
snd_vx222_ids   
)
MODULE_LICENSE ( "GPL"  )
module_param_array ( index  ,
int  ,
NULL  ,
0444   
)
module_param_array ( id  ,
charp  ,
NULL  ,
0444   
)
module_param_array ( enable  ,
bool  ,
NULL  ,
0444   
)
module_param_array ( mic  ,
bool  ,
NULL  ,
0444   
)
module_param_array ( ibl  ,
int  ,
NULL  ,
0444   
)
MODULE_PARM_DESC ( index  ,
"Index value for Digigram "CARD_NAME" soundcard."   
)
MODULE_PARM_DESC ( id  ,
"ID string for Digigram "CARD_NAME" soundcard."   
)
MODULE_PARM_DESC ( enable  ,
"Enable Digigram "CARD_NAME" soundcard."   
)
MODULE_PARM_DESC ( mic  ,
"Enable Microphone."   
)
MODULE_PARM_DESC ( ibl  ,
"Capture IBL size."   
)
module_pci_driver ( vx222_driver  )
MODULE_SUPPORTED_DEVICE ( "{{Digigram,"CARD_NAME"}}"  )