mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -05:00
Added missing declaration.
This commit is contained in:
parent
a24b602f28
commit
e7d27d989e
1 changed files with 3 additions and 0 deletions
|
|
@ -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_csize, unsigned int tt_ssize,
|
||||||
unsigned int *tt_cused, unsigned int *tt_sused,
|
unsigned int *tt_cused, unsigned int *tt_sused,
|
||||||
int schannels);
|
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,
|
int snd_pcm_route_open(snd_pcm_t **pcmp, const char *name,
|
||||||
snd_pcm_format_t sformat, int schannels,
|
snd_pcm_format_t sformat, int schannels,
|
||||||
snd_pcm_route_ttable_entry_t *ttable,
|
snd_pcm_route_ttable_entry_t *ttable,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue