|
Last change
on this file was 354, checked in by stevenhl, 17 years ago |
|
Import untested baseline cmedia sources, work products and binaries
Binaries and work products should be deleted from repository.
once new builds are verified to work.
|
|
File size:
706 bytes
|
| Line | |
|---|
| 1 | /* $Id: sound.h,v 1.1 2000/04/23 14:55:33 ktk Exp $ */
|
|---|
| 2 |
|
|---|
| 3 | /*
|
|---|
| 4 | * Sound core interface functions
|
|---|
| 5 | */
|
|---|
| 6 |
|
|---|
| 7 | extern int register_sound_special(struct file_operations *fops, int unit);
|
|---|
| 8 | extern int register_sound_mixer(struct file_operations *fops, int dev);
|
|---|
| 9 | extern int register_sound_midi(struct file_operations *fops, int dev);
|
|---|
| 10 | extern int register_sound_dsp(struct file_operations *fops, int dev);
|
|---|
| 11 | extern int register_sound_synth(struct file_operations *fops, int dev);
|
|---|
| 12 |
|
|---|
| 13 | extern void unregister_sound_special(int unit);
|
|---|
| 14 | extern void unregister_sound_mixer(int unit);
|
|---|
| 15 | extern void unregister_sound_midi(int unit);
|
|---|
| 16 | extern void unregister_sound_dsp(int unit);
|
|---|
| 17 | extern void unregister_sound_synth(int unit);
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.