|
| module_param (wf_raw, int, 0444) |
|
| MODULE_PARM_DESC (wf_raw,"if non-zero, assume that we need to boot the OS") |
|
| module_param (fx_raw, int, 0444) |
|
| MODULE_PARM_DESC (fx_raw,"if non-zero, assume that the FX process needs help") |
|
| module_param (debug_default, int, 0444) |
|
| MODULE_PARM_DESC (debug_default,"debug parameters for card initialization") |
|
| module_param (wait_usecs, int, 0444) |
|
| MODULE_PARM_DESC (wait_usecs,"how long to wait without sleeping, usecs") |
|
| module_param (sleep_interval, int, 0444) |
|
| MODULE_PARM_DESC (sleep_interval,"how long to sleep when waiting for reply") |
|
| module_param (sleep_tries, int, 0444) |
|
| MODULE_PARM_DESC (sleep_tries,"how many times to try sleeping during a wait") |
|
| module_param (ospath, charp, 0444) |
|
| MODULE_PARM_DESC (ospath,"pathname to processed ICS2115 OS firmware") |
|
| module_param (reset_time, int, 0444) |
|
| MODULE_PARM_DESC (reset_time,"how long to wait for a reset to take effect") |
|
| module_param (ramcheck_time, int, 0444) |
|
| MODULE_PARM_DESC (ramcheck_time,"how many seconds to wait for the RAM test") |
|
| module_param (osrun_time, int, 0444) |
|
| MODULE_PARM_DESC (osrun_time,"how many seconds to wait for the ICS2115 OS") |
|
int | snd_wavefront_cmd (snd_wavefront_t *dev, int cmd, unsigned char *rbuf, unsigned char *wbuf) |
|
int | snd_wavefront_synth_open (struct snd_hwdep *hw, struct file *file) |
|
int | snd_wavefront_synth_release (struct snd_hwdep *hw, struct file *file) |
|
int | snd_wavefront_synth_ioctl (struct snd_hwdep *hw, struct file *file, unsigned int cmd, unsigned long arg) |
|
void | snd_wavefront_internal_interrupt (snd_wavefront_card_t *card) |
|
int __devinit | snd_wavefront_start (snd_wavefront_t *dev) |
|
int __devinit | snd_wavefront_detect (snd_wavefront_card_t *card) |
|
| MODULE_FIRMWARE (DEFAULT_OSPATH) |
|