From: Jaroslav Kysela Date: Fri, 20 Jul 2001 07:44:21 +0000 (+0000) Subject: snd_pcm_route_load_ttable is exported again for pcm_plug.c X-Git-Tag: v1.0.3~728 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=24a2d2c0788b28ff845a45045db96ad6ce2d8db9;p=alsa-lib.git snd_pcm_route_load_ttable is exported again for pcm_plug.c --- diff --git a/src/pcm/pcm_route.c b/src/pcm/pcm_route.c index 204593b4..776e1500 100644 --- a/src/pcm/pcm_route.c +++ b/src/pcm/pcm_route.c @@ -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;