Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
trident.c File Reference
#include <linux/init.h>
#include <linux/pci.h>
#include <linux/time.h>
#include <linux/module.h>
#include <sound/core.h>
#include "trident.h"
#include <sound/initval.h>

Go to the source code of this file.

Functions

 MODULE_AUTHOR ("Jaroslav Kysela <[email protected]>, <audio@tridentmicro.com>")
 
 MODULE_DESCRIPTION ("Trident 4D-WaveDX/NX & SiS SI7018")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_SUPPORTED_DEVICE ("{{Trident,4DWave DX},""{Trident,4DWave NX},""{SiS,SI7018 PCI Audio},""{Best Union,Miss Melody 4DWave PCI},""{HIS,4DWave PCI},""{Warpspeed,ONSpeed 4DWave PCI},""{Aztech Systems,PCI 64-Q3D},""{Addonics,SV 750},""{CHIC,True Sound 4Dwave},""{Shark,Predator4D-PCI},""{Jaton,SonicWave 4D},""{Hoontech,SoundTrack Digital 4DWave NX}}")
 
 module_param_array (index, int, NULL, 0444)
 
 MODULE_PARM_DESC (index,"Index value for Trident 4DWave PCI soundcard.")
 
 module_param_array (id, charp, NULL, 0444)
 
 MODULE_PARM_DESC (id,"ID string for Trident 4DWave PCI soundcard.")
 
 module_param_array (enable, bool, NULL, 0444)
 
 MODULE_PARM_DESC (enable,"Enable Trident 4DWave PCI soundcard.")
 
 module_param_array (pcm_channels, int, NULL, 0444)
 
 MODULE_PARM_DESC (pcm_channels,"Number of hardware channels assigned for PCM.")
 
 module_param_array (wavetable_size, int, NULL, 0444)
 
 MODULE_PARM_DESC (wavetable_size,"Maximum memory size in kB for wavetable synth.")
 
 MODULE_DEVICE_TABLE (pci, snd_trident_ids)
 
 module_pci_driver (trident_driver)
 

Function Documentation

MODULE_AUTHOR ( "Jaroslav Kysela <[email protected] ,
< audio @tridentmicro.com >"   
)
MODULE_DESCRIPTION ( "Trident 4D-WaveDX/NX & SiS SI7018"  )
MODULE_DEVICE_TABLE ( pci  ,
snd_trident_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_param_array ( pcm_channels  ,
int  ,
NULL  ,
0444   
)
module_param_array ( wavetable_size  ,
int  ,
NULL  ,
0444   
)
MODULE_PARM_DESC ( index  ,
"Index value for Trident 4DWave PCI soundcard."   
)
MODULE_PARM_DESC ( id  ,
"ID string for Trident 4DWave PCI soundcard."   
)
MODULE_PARM_DESC ( enable  ,
"Enable Trident 4DWave PCI soundcard."   
)
MODULE_PARM_DESC ( pcm_channels  ,
"Number of hardware channels assigned for PCM."   
)
MODULE_PARM_DESC ( wavetable_size  ,
"Maximum memory size in kB for wavetable synth."   
)
module_pci_driver ( trident_driver  )
MODULE_SUPPORTED_DEVICE ( "{{Trident,4DWave DX},""{Trident,4DWave NX},""{SiS,SI7018 PCI Audio},""{Best Union,Miss Melody 4DWave PCI},""{HIS,4DWave PCI},""{Warpspeed,ONSpeed 4DWave PCI},""{Aztech Systems,PCI 64-Q3D},""{Addonics,SV 750},""{CHIC,True Sound 4Dwave},""{Shark,Predator4D-PCI},""{Jaton,SonicWave 4D},""{Hoontech,SoundTrack Digital 4DWave NX}}"  )