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

Go to the source code of this file.

Macros

#define PCI_DEVICE_ID_PLX_LX6464ES   PCI_DEVICE_ID_PLX_9056
 
#define CHIPSC_RESET_XILINX   (1L<<16)
 

Functions

 MODULE_AUTHOR ("Tim Blechmann")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_DESCRIPTION ("digigram lx6464es")
 
 MODULE_SUPPORTED_DEVICE ("{digigram lx6464es{}}")
 
 module_param_array (index, int, NULL, 0444)
 
 MODULE_PARM_DESC (index,"Index value for Digigram LX6464ES interface.")
 
 module_param_array (id, charp, NULL, 0444)
 
 MODULE_PARM_DESC (id,"ID string for Digigram LX6464ES interface.")
 
 module_param_array (enable, bool, NULL, 0444)
 
 MODULE_PARM_DESC (enable,"Enable/disable specific Digigram LX6464ES soundcards.")
 
 MODULE_DEVICE_TABLE (pci, snd_lx6464es_ids)
 
 module_pci_driver (lx6464es_driver)
 

Macro Definition Documentation

#define CHIPSC_RESET_XILINX   (1L<<16)

Definition at line 76 of file lx6464es.c.

#define PCI_DEVICE_ID_PLX_LX6464ES   PCI_DEVICE_ID_PLX_9056

Definition at line 57 of file lx6464es.c.

Function Documentation

MODULE_AUTHOR ( "Tim Blechmann"  )
MODULE_DESCRIPTION ( "digigram lx6464es )
MODULE_DEVICE_TABLE ( pci  ,
snd_lx6464es_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_PARM_DESC ( index  ,
"Index value for Digigram LX6464ES interface."   
)
MODULE_PARM_DESC ( id  ,
"ID string for Digigram LX6464ES interface."   
)
MODULE_PARM_DESC ( enable  ,
"Enable/disable specific Digigram LX6464ES soundcards."   
)
module_pci_driver ( lx6464es_driver  )
MODULE_SUPPORTED_DEVICE ( "{digigram lx6464es{}}"  )