Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
chip.c File Reference
#include "chip.h"
#include "firmware.h"
#include "pcm.h"
#include "control.h"
#include "comm.h"
#include "midi.h"
#include <linux/moduleparam.h>
#include <linux/interrupt.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/gfp.h>
#include <sound/initval.h>

Go to the source code of this file.

Functions

 MODULE_AUTHOR ("Torsten Schenk <[email protected]>")
 
 MODULE_DESCRIPTION ("TerraTec DMX 6Fire USB audio driver")
 
 MODULE_LICENSE ("GPL v2")
 
 MODULE_SUPPORTED_DEVICE ("{{TerraTec, DMX 6Fire USB}}")
 
 module_param_array (index, int, NULL, 0444)
 
 MODULE_PARM_DESC (index,"Index value for the 6fire sound device")
 
 module_param_array (id, charp, NULL, 0444)
 
 MODULE_PARM_DESC (id,"ID string for the 6fire sound device.")
 
 module_param_array (enable, bool, NULL, 0444)
 
 MODULE_PARM_DESC (enable,"Enable the 6fire sound device.")
 
 MODULE_DEVICE_TABLE (usb, device_table)
 
 module_usb_driver (usb_driver)
 

Function Documentation

MODULE_AUTHOR ( "Torsten Schenk <[email protected]>"  )
MODULE_DESCRIPTION ( "TerraTec DMX 6Fire USB audio driver"  )
MODULE_DEVICE_TABLE ( usb  ,
device_table   
)
MODULE_LICENSE ( "GPL v2 )
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 the 6fire sound device"   
)
MODULE_PARM_DESC ( id  ,
"ID string for the 6fire sound device."   
)
MODULE_PARM_DESC ( enable  ,
"Enable the 6fire sound device."   
)
MODULE_SUPPORTED_DEVICE ( "{{TerraTec, DMX 6Fire USB}}"  )
module_usb_driver ( usb_driver  )