]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Fixed snd_pcm_plug_client_voices_iovec return type
authorAbramo Bagnara <abramo@alsa-project.org>
Thu, 18 May 2000 14:41:15 +0000 (14:41 +0000)
committerAbramo Bagnara <abramo@alsa-project.org>
Thu, 18 May 2000 14:41:15 +0000 (14:41 +0000)
src/pcm/pcm_common.c

index 941dc2436cdb623eee7e454a79cde0c3708af017..4da798d4fb6fdf6a8e3ec73d83f369d26d16bb71 100644 (file)
@@ -851,11 +851,11 @@ ssize_t snd_pcm_plug_client_voices_buf(snd_pcm_plugin_handle_t *handle,
                return -EINVAL;
 }
 
-int snd_pcm_plug_client_voices_iovec(snd_pcm_plugin_handle_t *handle,
-                                    int channel,
-                                    const struct iovec *vector,
-                                    unsigned long count,
-                                    snd_pcm_plugin_voice_t **voices)
+ssize_t snd_pcm_plug_client_voices_iovec(snd_pcm_plugin_handle_t *handle,
+                                        int channel,
+                                        const struct iovec *vector,
+                                        unsigned long count,
+                                        snd_pcm_plugin_voice_t **voices)
 {
        snd_pcm_plugin_t *plugin;
        snd_pcm_plugin_voice_t *v;