patch-2.3.99-pre4 linux/drivers/sound/sound_core.c
Next file: linux/drivers/sound/soundcard.c
Previous file: linux/drivers/sound/sound_calls.h
Back to the patch index
Back to the overall index
- Lines: 90
- Date:
Sun Apr 2 15:38:54 2000
- Orig file:
v2.3.99-pre3/linux/drivers/sound/sound_core.c
- Orig date:
Tue Mar 14 19:10:40 2000
diff -u --recursive --new-file v2.3.99-pre3/linux/drivers/sound/sound_core.c linux/drivers/sound/sound_core.c
@@ -218,7 +218,7 @@
static struct sound_unit *chains[16];
/**
- * register_sound_special
+ * register_sound_special - register a special sound node
* @fops: File operations for the driver
* @unit: Unit number to allocate
*
@@ -288,7 +288,7 @@
EXPORT_SYMBOL(register_sound_special);
/**
- * register_sound_mixer
+ * register_sound_mixer - register a mixer device
* @fops: File operations for the driver
* @dev: Unit number to allocate
*
@@ -306,7 +306,7 @@
EXPORT_SYMBOL(register_sound_mixer);
/**
- * register_sound_midi
+ * register_sound_midi - register a midi device
* @fops: File operations for the driver
* @dev: Unit number to allocate
*
@@ -329,7 +329,7 @@
*/
/**
- * register_sound_dsp
+ * register_sound_dsp - register a DSP device
* @fops: File operations for the driver
* @dev: Unit number to allocate
*
@@ -350,7 +350,7 @@
EXPORT_SYMBOL(register_sound_dsp);
/**
- * register_sound_synth
+ * register_sound_synth - register a synth device
* @fops: File operations for the driver
* @dev: Unit number to allocate
*
@@ -369,7 +369,7 @@
EXPORT_SYMBOL(register_sound_synth);
/**
- * unregister_sound_special
+ * unregister_sound_special - unregister a special sound device
* @unit: Unit number to allocate
*
* Release a sound device that was allocated with register_sound_special.
@@ -385,7 +385,7 @@
EXPORT_SYMBOL(unregister_sound_special);
/**
- * unregister_sound_mixer
+ * unregister_sound_mixer - unregister a mixer
* @unit: Unit number to allocate
*
* Release a sound device that was allocated with register_sound_mixer.
@@ -400,7 +400,7 @@
EXPORT_SYMBOL(unregister_sound_mixer);
/**
- * unregister_sound_midi
+ * unregister_sound_midi - unregister a midi device
* @unit: Unit number to allocate
*
* Release a sound device that was allocated with register_sound_midi.
@@ -415,7 +415,7 @@
EXPORT_SYMBOL(unregister_sound_midi);
/**
- * unregister_sound_dsp
+ * unregister_sound_dsp - unregister a DSP device
* @unit: Unit number to allocate
*
* Release a sound device that was allocated with register_sound_dsp.
@@ -433,7 +433,7 @@
EXPORT_SYMBOL(unregister_sound_dsp);
/**
- * unregister_sound_synth
+ * unregister_sound_synth - unregister a synth device
* @unit: Unit number to allocate
*
* Release a sound device that was allocated with register_sound_synth.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)