Modules | |
| Linux DDE Soundcore Helpers | |
| Linux soundcore emulation helpers. | |
Functions | |
| int | register_sound_dsp (struct file_operations *fops, int dev) |
| Register a DSP Device. | |
| int | register_sound_mixer (struct file_operations *fops, int dev) |
| Register a Mixer Device. | |
| int | register_sound_midi (struct file_operations *fops, int dev) |
| Register a MIDI Device. | |
| int | register_sound_special (struct file_operations *fops, int unit) |
| Register a Special Sound Node. | |
| int | register_sound_synth (struct file_operations *fops, int dev) |
| Register a synth Device. | |
| void | unregister_sound_dsp (int unit) |
| Unregister a DSP Device. | |
| void | unregister_sound_mixer (int unit) |
| Unregister a Mixer Device. | |
| void | unregister_sound_midi (int unit) |
| Unregister a MIDI Device. | |
| void | unregister_sound_special (int unit) |
| Unregister a Special Node. | |
| void | unregister_sound_synth (int unit) |
| Unregister a synth Device. | |
| struct file_operations * | soundcore_req_fops (int type, int num) |
| Query for device operations structure. | |
| int register_sound_dsp | ( | struct file_operations * | fops, | |
| int | dev | |||
| ) |
Register a DSP Device.
| fops | interface | |
| dev | unit number |
Definition at line 175 of file soundcore.c.
| int register_sound_midi | ( | struct file_operations * | fops, | |
| int | dev | |||
| ) |
Register a MIDI Device.
| fops | interface | |
| dev | unit number |
Definition at line 231 of file soundcore.c.
| int register_sound_mixer | ( | struct file_operations * | fops, | |
| int | dev | |||
| ) |
Register a Mixer Device.
| fops | interface | |
| dev | unit number |
Definition at line 204 of file soundcore.c.
| int register_sound_special | ( | struct file_operations * | fops, | |
| int | unit | |||
| ) |
Register a Special Sound Node.
| fops | interface | |
| unit | unit number |
Definition at line 264 of file soundcore.c.
| int register_sound_synth | ( | struct file_operations * | fops, | |
| int | dev | |||
| ) |
Register a synth Device.
| fops | interface | |
| dev | unit number |
Definition at line 336 of file soundcore.c.
| struct file_operations* soundcore_req_fops | ( | int | type, | |
| int | num | |||
| ) | [read] |
Query for device operations structure.
| type | desired device type | |
| num | desired device number |
Definition at line 427 of file soundcore.c.
| void unregister_sound_dsp | ( | int | unit | ) |
| void unregister_sound_midi | ( | int | unit | ) |
| void unregister_sound_mixer | ( | int | unit | ) |
| void unregister_sound_special | ( | int | unit | ) |
Unregister a Special Node.
| unit | unit number |
Definition at line 396 of file soundcore.c.
| void unregister_sound_synth | ( | int | unit | ) |
Unregister a synth Device.
| unit | unit number |
Definition at line 411 of file soundcore.c.