Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
azt2320.c File Reference
#include <asm/io.h>
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/time.h>
#include <linux/wait.h>
#include <linux/pnp.h>
#include <linux/module.h>
#include <sound/core.h>
#include <sound/initval.h>
#include <sound/wss.h>
#include <sound/mpu401.h>
#include <sound/opl3.h>

Go to the source code of this file.

Data Structures

struct  snd_card_azt2320
 

Macros

#define PFX   "azt2320: "
 
#define DRIVER_NAME   "snd-card-azt2320"
 

Functions

 MODULE_AUTHOR ("Massimo Piccioni <[email protected]>")
 
 MODULE_DESCRIPTION ("Aztech Systems AZT2320")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_SUPPORTED_DEVICE ("{{Aztech Systems,PRO16V},""{Aztech Systems,AZT2320},""{Aztech Systems,AZT3300},""{Aztech Systems,AZT2320},""{Aztech Systems,AZT3000}}")
 
 module_param_array (index, int, NULL, 0444)
 
 MODULE_PARM_DESC (index,"Index value for azt2320 based soundcard.")
 
 module_param_array (id, charp, NULL, 0444)
 
 MODULE_PARM_DESC (id,"ID string for azt2320 based soundcard.")
 
 module_param_array (enable, bool, NULL, 0444)
 
 MODULE_PARM_DESC (enable,"Enable azt2320 based soundcard.")
 
 MODULE_DEVICE_TABLE (pnp_card, snd_azt2320_pnpids)
 

Macro Definition Documentation

#define DRIVER_NAME   "snd-card-azt2320"

Definition at line 100 of file azt2320.c.

#define PFX   "azt2320: "

Definition at line 45 of file azt2320.c.

Function Documentation

MODULE_AUTHOR ( "Massimo Piccioni <[email protected]>"  )
MODULE_DESCRIPTION ( "Aztech Systems AZT2320"  )
MODULE_DEVICE_TABLE ( pnp_card  ,
snd_azt2320_pnpids   
)
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 azt2320 based soundcard."   
)
MODULE_PARM_DESC ( id  ,
"ID string for azt2320 based soundcard."   
)
MODULE_PARM_DESC ( enable  ,
"Enable azt2320 based soundcard."   
)
MODULE_SUPPORTED_DEVICE ( "{{Aztech Systems,PRO16V},""{Aztech Systems,AZT2320},""{Aztech Systems,AZT3300},""{Aztech Systems,AZT2320},""{Aztech Systems,AZT3000}}"  )