Added route_policy option for the plug plugin.

Some fixes in the route and hooks plugin.
This commit is contained in:
Jaroslav Kysela 2001-07-19 09:11:05 +00:00
parent 0d9a5d0e59
commit b81a1dd79f
4 changed files with 83 additions and 30 deletions

View file

@ -319,7 +319,7 @@ int snd_pcm_hooks_open(snd_pcm_t **pcmp, const char *name, snd_pcm_t *slave, int
return 0;
}
int snd_pcm_hook_add_conf(snd_pcm_t *pcm, snd_config_t *root, snd_config_t *conf)
static int snd_pcm_hook_add_conf(snd_pcm_t *pcm, snd_config_t *root, snd_config_t *conf)
{
int err;
char buf[256];