From e7d27d989e2d667c5a2efb071e84f613dbdea63d Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Thu, 17 Jan 2002 11:15:52 +0000 Subject: [PATCH] Added missing declaration. --- include/pcm_plugin.h | 3 +++ 1 file changed, 3 insertions(+) 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, -- 2.47.1