]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Added missing declaration.
authorTakashi Iwai <tiwai@suse.de>
Thu, 17 Jan 2002 11:15:52 +0000 (11:15 +0000)
committerTakashi Iwai <tiwai@suse.de>
Thu, 17 Jan 2002 11:15:52 +0000 (11:15 +0000)
include/pcm_plugin.h

index c5f8193ac766708db9477b508899dcfb618ab49c..6cd8acd892d00a8a5ace9fa1e0f34541eadd02a9 100644 (file)
@@ -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,