]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Fixed sign
authorAbramo Bagnara <abramo@alsa-project.org>
Sun, 4 Jun 2000 16:25:32 +0000 (16:25 +0000)
committerAbramo Bagnara <abramo@alsa-project.org>
Sun, 4 Jun 2000 16:25:32 +0000 (16:25 +0000)
include/pcm.h

index 9b70b17f3ed11d702bb4d3d02350d93e028b5a07..c91d5c064bfbf54bb985200dde11835770adef47 100644 (file)
@@ -293,7 +293,7 @@ int snd_pcm_plugin_build(snd_pcm_plugin_handle_t *handle,
                         const char *name,
                         snd_pcm_format_t *src_format,
                         snd_pcm_format_t *dst_format,
-                        int extra,
+                        size_t extra,
                         snd_pcm_plugin_t **ret);
 /* basic I/O */
 int snd_pcm_plugin_build_io(snd_pcm_plugin_handle_t *handle,