Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
aw2-alsa.c File Reference
#include <linux/init.h>
#include <linux/pci.h>
#include <linux/dma-mapping.h>
#include <linux/slab.h>
#include <linux/interrupt.h>
#include <linux/delay.h>
#include <linux/io.h>
#include <linux/module.h>
#include <sound/core.h>
#include <sound/initval.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/control.h>
#include "saa7146.h"
#include "aw2-saa7146.h"

Go to the source code of this file.

Data Structures

struct  aw2_pcm_device
 
struct  aw2
 

Macros

#define CTL_ROUTE_ANALOG   0
 
#define CTL_ROUTE_DIGITAL   1
 

Functions

 MODULE_AUTHOR ("Cedric Bregardis <[email protected]>, ""Jean-Christian Hassler <[email protected]>")
 
 MODULE_DESCRIPTION ("Emagic Audiowerk 2 sound driver")
 
 MODULE_LICENSE ("GPL")
 
 module_param_array (index, int, NULL, 0444)
 
 MODULE_PARM_DESC (index,"Index value for Audiowerk2 soundcard.")
 
 module_param_array (id, charp, NULL, 0444)
 
 MODULE_PARM_DESC (id,"ID string for the Audiowerk2 soundcard.")
 
 module_param_array (enable, bool, NULL, 0444)
 
 MODULE_PARM_DESC (enable,"Enable Audiowerk2 soundcard.")
 
 MODULE_DEVICE_TABLE (pci, snd_aw2_ids)
 
 module_pci_driver (aw2_driver)
 

Macro Definition Documentation

#define CTL_ROUTE_ANALOG   0

Definition at line 48 of file aw2-alsa.c.

#define CTL_ROUTE_DIGITAL   1

Definition at line 49 of file aw2-alsa.c.

Function Documentation

MODULE_AUTHOR ( "Cedric Bregardis <[email protected] ,
""Jean-Christian Hassler< jhassler @free.fr >"   
)
MODULE_DESCRIPTION ( "Emagic Audiowerk 2 sound driver )
MODULE_DEVICE_TABLE ( pci  ,
snd_aw2_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 Audiowerk2 soundcard."   
)
MODULE_PARM_DESC ( id  ,
"ID string for the Audiowerk2 soundcard."   
)
MODULE_PARM_DESC ( enable  ,
"Enable Audiowerk2 soundcard."   
)
module_pci_driver ( aw2_driver  )