]> git.alsa-project.org Git - alsa-lib.git/commitdiff
snd_pcm_route_load_ttable is exported again for pcm_plug.c
authorJaroslav Kysela <perex@perex.cz>
Fri, 20 Jul 2001 07:44:21 +0000 (07:44 +0000)
committerJaroslav Kysela <perex@perex.cz>
Fri, 20 Jul 2001 07:44:21 +0000 (07:44 +0000)
src/pcm/pcm_route.c

index 204593b40c42d38816f19912332cf0fe55bdfc87..776e15005dbcf47b7369fce61a14d358f2e4b2e4 100644 (file)
@@ -772,10 +772,11 @@ int snd_pcm_route_open(snd_pcm_t **pcmp, const char *name,
        return 0;
 }
 
-static int snd_pcm_route_load_ttable(snd_config_t *tt, snd_pcm_route_ttable_entry_t *ttable,
-                                    unsigned int tt_csize, unsigned int tt_ssize,
-                                    unsigned int *tt_cused, unsigned int *tt_sused,
-                                    int schannels)
+/* this functions is used from pcm_plug.c */
+int snd_pcm_route_load_ttable(snd_config_t *tt, snd_pcm_route_ttable_entry_t *ttable,
+                             unsigned int tt_csize, unsigned int tt_ssize,
+                             unsigned int *tt_cused, unsigned int *tt_sused,
+                             int schannels)
 {
        int cused = -1;
        int sused = -1;