]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Fixed compilation problem (route plugin definition).
authorJaroslav Kysela <perex@perex.cz>
Thu, 13 Apr 2000 09:28:04 +0000 (09:28 +0000)
committerJaroslav Kysela <perex@perex.cz>
Thu, 13 Apr 2000 09:28:04 +0000 (09:28 +0000)
include/pcm.h

index 96c6441cfff17a929dbf265409647da23dc47a5a..2fad4c33074b9d6bd3ca27162a53f55f7f793a93 100644 (file)
@@ -214,7 +214,7 @@ int snd_pcm_plugin_build_rate(snd_pcm_plugin_handle_t *handle,
 int snd_pcm_plugin_build_route(snd_pcm_plugin_handle_t *handle,
                               snd_pcm_format_t *src_format,
                               snd_pcm_format_t *dst_format,
-                              ttable_entry_t *ttable,
+                              float *ttable,
                               snd_pcm_plugin_t **r_plugin);
 
 /*