diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-09-07 07:38:19 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-09-12 04:42:22 -0400 |
commit | df8db936e5e829ab3ff66346dbdf4033fa3ce588 (patch) | |
tree | cf38295da0ccd58258ec572b3f8075022d3f0596 /sound/core/rawmidi.c | |
parent | ec9e1c5c9c7350cc8214f8b9c529f9678036d9a8 (diff) |
[ALSA] Fix DocBook warnings
PCM Midlevel,RawMidi Midlevel
Fix DocBook warnings.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/core/rawmidi.c')
-rw-r--r-- | sound/core/rawmidi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/rawmidi.c b/sound/core/rawmidi.c index d705ec79429b..4f4b4101b2f5 100644 --- a/sound/core/rawmidi.c +++ b/sound/core/rawmidi.c | |||
@@ -1109,7 +1109,7 @@ int snd_rawmidi_transmit_ack(snd_rawmidi_substream_t * substream, int count) | |||
1109 | /** | 1109 | /** |
1110 | * snd_rawmidi_transmit - copy from the buffer to the device | 1110 | * snd_rawmidi_transmit - copy from the buffer to the device |
1111 | * @substream: the rawmidi substream | 1111 | * @substream: the rawmidi substream |
1112 | * @buf: the buffer pointer | 1112 | * @buffer: the buffer pointer |
1113 | * @count: the data size to transfer | 1113 | * @count: the data size to transfer |
1114 | * | 1114 | * |
1115 | * Copies data from the buffer to the device and advances the pointer. | 1115 | * Copies data from the buffer to the device and advances the pointer. |