Go to the source code of this file.
|
| EXPORT_SYMBOL (audio_devs) |
|
| EXPORT_SYMBOL (num_audiodevs) |
|
| EXPORT_SYMBOL (mixer_devs) |
|
| EXPORT_SYMBOL (num_mixers) |
|
| EXPORT_SYMBOL (synth_devs) |
|
| EXPORT_SYMBOL (midi_devs) |
|
| EXPORT_SYMBOL (num_midis) |
|
| EXPORT_SYMBOL (sound_timer_devs) |
|
int | sound_install_audiodrv (int vers, char *name, struct audio_driver *driver, int driver_size, int flags, unsigned int format_mask, void *devc, int dma1, int dma2) |
|
| EXPORT_SYMBOL (sound_install_audiodrv) |
|
int | sound_install_mixer (int vers, char *name, struct mixer_operations *driver, int driver_size, void *devc) |
|
| EXPORT_SYMBOL (sound_install_mixer) |
|
void | sound_unload_audiodev (int dev) |
|
| EXPORT_SYMBOL (sound_unload_audiodev) |
|
int | sound_alloc_mididev (void) |
|
| EXPORT_SYMBOL (sound_alloc_mididev) |
|
int | sound_alloc_synthdev (void) |
|
| EXPORT_SYMBOL (sound_alloc_synthdev) |
|
int | sound_alloc_mixerdev (void) |
|
| EXPORT_SYMBOL (sound_alloc_mixerdev) |
|
int | sound_alloc_timerdev (void) |
|
| EXPORT_SYMBOL (sound_alloc_timerdev) |
|
void | sound_unload_mixerdev (int dev) |
|
| EXPORT_SYMBOL (sound_unload_mixerdev) |
|
void | sound_unload_mididev (int dev) |
|
| EXPORT_SYMBOL (sound_unload_mididev) |
|
void | sound_unload_synthdev (int dev) |
|
| EXPORT_SYMBOL (sound_unload_synthdev) |
|
void | sound_unload_timerdev (int dev) |
|
| EXPORT_SYMBOL (sound_unload_timerdev) |
|
void sound_unload_audiodev |
( |
int |
dev | ) |
|
void sound_unload_mididev |
( |
int |
dev | ) |
|
void sound_unload_mixerdev |
( |
int |
dev | ) |
|
void sound_unload_synthdev |
( |
int |
dev | ) |
|
void sound_unload_timerdev |
( |
int |
dev | ) |
|