|
| MODULE_AUTHOR ("Jaroslav Kysela <[email protected]>") |
|
| MODULE_DESCRIPTION ("ICEnsemble ICE1712 (Envy24)") |
|
| MODULE_LICENSE ("GPL") |
|
| MODULE_SUPPORTED_DEVICE ("{"HOONTECH_DEVICE_DESC DELTA_DEVICE_DESC EWS_DEVICE_DESC"{ICEnsemble,Generic ICE1712},""{ICEnsemble,Generic Envy24}}") |
|
| module_param_array (index, int, NULL, 0444) |
|
| MODULE_PARM_DESC (index,"Index value for ICE1712 soundcard.") |
|
| module_param_array (id, charp, NULL, 0444) |
|
| MODULE_PARM_DESC (id,"ID string for ICE1712 soundcard.") |
|
| module_param_array (enable, bool, NULL, 0444) |
|
| MODULE_PARM_DESC (enable,"Enable ICE1712 soundcard.") |
|
| module_param_array (omni, bool, NULL, 0444) |
|
| MODULE_PARM_DESC (omni,"Enable Midiman M-Audio Delta Omni I/O support.") |
|
| module_param_array (cs8427_timeout, int, NULL, 0444) |
|
| MODULE_PARM_DESC (cs8427_timeout,"Define reset timeout for cs8427 chip in msec resolution.") |
|
| module_param_array (model, charp, NULL, 0444) |
|
| MODULE_PARM_DESC (model,"Use the given board model.") |
|
| module_param_array (dxr_enable, int, NULL, 0444) |
|
| MODULE_PARM_DESC (dxr_enable,"Enable DXR support for Terratec DMX6FIRE.") |
|
| MODULE_DEVICE_TABLE (pci, snd_ice1712_ids) |
|
int __devinit | snd_ice1712_init_cs8427 (struct snd_ice1712 *ice, int addr) |
|
int | snd_ice1712_gpio_get (struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) |
|
int | snd_ice1712_gpio_put (struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) |
|
int __devinit | snd_ice1712_spdif_build_controls (struct snd_ice1712 *ice) |
|
| module_pci_driver (ice1712_driver) |
|