From: Takashi Iwai Date: Thu, 17 Jan 2002 11:15:52 +0000 (+0000) Subject: Added missing declaration. X-Git-Tag: v1.0.3~498 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=e7d27d989e2d667c5a2efb071e84f613dbdea63d;p=alsa-lib.git Added missing declaration. --- diff --git a/include/pcm_plugin.h b/include/pcm_plugin.h index c5f8193a..6cd8acd8 100644 --- a/include/pcm_plugin.h +++ b/include/pcm_plugin.h @@ -133,6 +133,9 @@ int snd_pcm_route_load_ttable(snd_config_t *tt, snd_pcm_route_ttable_entry_t *tt unsigned int tt_csize, unsigned int tt_ssize, unsigned int *tt_cused, unsigned int *tt_sused, int schannels); +int snd_pcm_route_determine_ttable(snd_config_t *tt, + unsigned int *tt_csize, + unsigned int *tt_ssize); int snd_pcm_route_open(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sformat, int schannels, snd_pcm_route_ttable_entry_t *ttable,