patch-2.3.99-pre6 linux/drivers/sound/sound_core.c
Next file: linux/drivers/sound/soundcard.c
Previous file: linux/drivers/sound/sonicvibes.c
Back to the patch index
Back to the overall index
- Lines: 63
- Date:
Wed Apr 12 09:47:28 2000
- Orig file:
v2.3.99-pre5/linux/drivers/sound/sound_core.c
- Orig date:
Tue Apr 11 15:09:19 2000
diff -u --recursive --new-file v2.3.99-pre5/linux/drivers/sound/sound_core.c linux/drivers/sound/sound_core.c
@@ -370,10 +370,11 @@
/**
* unregister_sound_special - unregister a special sound device
- * @unit: Unit number to allocate
+ * @unit: unit number to allocate
*
- * Release a sound device that was allocated with register_sound_special.
- * The unit passed is the return value from the register function.
+ * Release a sound device that was allocated with
+ * register_sound_special(). The unit passed is the return value from
+ * the register function.
*/
@@ -386,9 +387,9 @@
/**
* unregister_sound_mixer - unregister a mixer
- * @unit: Unit number to allocate
+ * @unit: unit number to allocate
*
- * Release a sound device that was allocated with register_sound_mixer.
+ * Release a sound device that was allocated with register_sound_mixer().
* The unit passed is the return value from the register function.
*/
@@ -401,9 +402,9 @@
/**
* unregister_sound_midi - unregister a midi device
- * @unit: Unit number to allocate
+ * @unit: unit number to allocate
*
- * Release a sound device that was allocated with register_sound_midi.
+ * Release a sound device that was allocated with register_sound_midi().
* The unit passed is the return value from the register function.
*/
@@ -416,9 +417,9 @@
/**
* unregister_sound_dsp - unregister a DSP device
- * @unit: Unit number to allocate
+ * @unit: unit number to allocate
*
- * Release a sound device that was allocated with register_sound_dsp.
+ * Release a sound device that was allocated with register_sound_dsp().
* The unit passed is the return value from the register function.
*
* Both of the allocated units are released together automatically.
@@ -434,9 +435,9 @@
/**
* unregister_sound_synth - unregister a synth device
- * @unit: Unit number to allocate
+ * @unit: unit number to allocate
*
- * Release a sound device that was allocated with register_sound_synth.
+ * Release a sound device that was allocated with register_sound_synth().
* The unit passed is the return value from the register function.
*/
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)