Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
msnd_pinnacle.c File Reference
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/interrupt.h>
#include <linux/types.h>
#include <linux/delay.h>
#include <linux/ioport.h>
#include <linux/firmware.h>
#include <linux/isa.h>
#include <linux/isapnp.h>
#include <linux/irq.h>
#include <linux/io.h>
#include <sound/core.h>
#include <sound/initval.h>
#include <sound/asound.h>
#include <sound/pcm.h>
#include <sound/mpu401.h>
#include "msnd.h"
#include "msnd_classic.h"
#include "msnd_pinnacle.h"

Go to the source code of this file.

Macros

#define LOGNAME   "snd_msnd_pinnacle"
 
#define has_isapnp(x)   0
 
#define DEV_NAME   "msnd-pinnacle"
 

Functions

 module_param_array (index, int, NULL, S_IRUGO)
 
 MODULE_PARM_DESC (index,"Index value for msnd_pinnacle soundcard.")
 
 module_param_array (id, charp, NULL, S_IRUGO)
 
 MODULE_PARM_DESC (id,"ID string for msnd_pinnacle soundcard.")
 
 MODULE_AUTHOR ("Karsten Wiese <[email protected]>")
 
 MODULE_DESCRIPTION ("Turtle Beach "LONGNAME" Linux Driver")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_FIRMWARE (INITCODEFILE)
 
 MODULE_FIRMWARE (PERMCODEFILE)
 
 module_param_array (io, long, NULL, S_IRUGO)
 
 MODULE_PARM_DESC (io,"IO port #")
 
 module_param_array (irq, int, NULL, S_IRUGO)
 
 module_param_array (mem, long, NULL, S_IRUGO)
 
 module_param_array (write_ndelay, int, NULL, S_IRUGO)
 
 module_param (calibrate_signal, int, S_IRUGO)
 
 module_param_array (digital, int, NULL, S_IRUGO)
 
 module_param_array (cfg, long, NULL, S_IRUGO)
 
 module_param_array (reset, int, 0, S_IRUGO)
 
 module_param_array (mpu_io, long, NULL, S_IRUGO)
 
 module_param_array (mpu_irq, int, NULL, S_IRUGO)
 
 module_param_array (ide_io0, long, NULL, S_IRUGO)
 
 module_param_array (ide_io1, long, NULL, S_IRUGO)
 
 module_param_array (ide_irq, int, NULL, S_IRUGO)
 
 module_param_array (joystick_io, long, NULL, S_IRUGO)
 
 module_init (snd_msnd_init)
 
 module_exit (snd_msnd_exit)
 

Macro Definition Documentation

#define DEV_NAME   "msnd-pinnacle"

Definition at line 1071 of file msnd_pinnacle.c.

#define has_isapnp (   x)    0

Definition at line 793 of file msnd_pinnacle.c.

#define LOGNAME   "snd_msnd_pinnacle"

Definition at line 78 of file msnd_pinnacle.c.

Function Documentation

MODULE_AUTHOR ( "Karsten Wiese <[email protected]>"  )
MODULE_DESCRIPTION ( "Turtle Beach "LONGNAME" Linux Driver"  )
module_exit ( snd_msnd_exit  )
MODULE_FIRMWARE ( INITCODEFILE  )
MODULE_FIRMWARE ( PERMCODEFILE  )
module_init ( snd_msnd_init  )
MODULE_LICENSE ( "GPL"  )
module_param ( calibrate_signal  ,
int  ,
S_IRUGO   
)
module_param_array ( index  ,
int  ,
NULL  ,
S_IRUGO   
)
module_param_array ( id  ,
charp  ,
NULL  ,
S_IRUGO   
)
module_param_array ( io  ,
long  ,
NULL  ,
S_IRUGO   
)
module_param_array ( irq  ,
int  ,
NULL  ,
S_IRUGO   
)
module_param_array ( mem  ,
long  ,
NULL  ,
S_IRUGO   
)
module_param_array ( write_ndelay  ,
int  ,
NULL  ,
S_IRUGO   
)
module_param_array ( digital  ,
int  ,
NULL  ,
S_IRUGO   
)
module_param_array ( cfg  ,
long  ,
NULL  ,
S_IRUGO   
)
module_param_array ( reset  ,
int  ,
,
S_IRUGO   
)
module_param_array ( mpu_io  ,
long  ,
NULL  ,
S_IRUGO   
)
module_param_array ( mpu_irq  ,
int  ,
NULL  ,
S_IRUGO   
)
module_param_array ( ide_io0  ,
long  ,
NULL  ,
S_IRUGO   
)
module_param_array ( ide_io1  ,
long  ,
NULL  ,
S_IRUGO   
)
module_param_array ( ide_irq  ,
int  ,
NULL  ,
S_IRUGO   
)
module_param_array ( joystick_io  ,
long  ,
NULL  ,
S_IRUGO   
)
MODULE_PARM_DESC ( index  ,
"Index value for msnd_pinnacle soundcard."   
)
MODULE_PARM_DESC ( id  ,
"ID string for msnd_pinnacle soundcard."   
)
MODULE_PARM_DESC ( io  ,
"IO port #"   
)