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

Go to the source code of this file.

Functions

 MODULE_AUTHOR ("Takashi Iwai <[email protected]>")
 
 MODULE_DESCRIPTION ("Digigram VXPocket")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_SUPPORTED_DEVICE ("{{Digigram,VXPocket},{Digigram,VXPocket440}}")
 
 module_param_array (index, int, NULL, 0444)
 
 MODULE_PARM_DESC (index,"Index value for VXPocket soundcard.")
 
 module_param_array (id, charp, NULL, 0444)
 
 MODULE_PARM_DESC (id,"ID string for VXPocket soundcard.")
 
 module_param_array (enable, bool, NULL, 0444)
 
 MODULE_PARM_DESC (enable,"Enable VXPocket soundcard.")
 
 module_param_array (ibl, int, NULL, 0444)
 
 MODULE_PARM_DESC (ibl,"Capture IBL size for VXPocket soundcard.")
 
 MODULE_DEVICE_TABLE (pcmcia, vxp_ids)
 
 module_init (init_vxpocket)
 
 module_exit (exit_vxpocket)
 

Function Documentation

MODULE_AUTHOR ( "Takashi Iwai <[email protected]>"  )
MODULE_DESCRIPTION ( "Digigram VXPocket"  )
MODULE_DEVICE_TABLE ( pcmcia  ,
vxp_ids   
)
module_exit ( exit_vxpocket  )
module_init ( init_vxpocket  )
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 ( ibl  ,
int  ,
NULL  ,
0444   
)
MODULE_PARM_DESC ( index  ,
"Index value for VXPocket soundcard."   
)
MODULE_PARM_DESC ( id  ,
"ID string for VXPocket soundcard."   
)
MODULE_PARM_DESC ( enable  ,
"Enable VXPocket soundcard."   
)
MODULE_PARM_DESC ( ibl  ,
"Capture IBL size for VXPocket soundcard."   
)
MODULE_SUPPORTED_DEVICE ( "{{Digigram,VXPocket},{Digigram,VXPocket440}}"  )