Completed conf. Better name for snd_card_get_index. Cleaned card access

This commit is contained in:
Abramo Bagnara 2000-08-25 14:33:53 +00:00
parent 845d917797
commit b5576ef229
10 changed files with 144 additions and 89 deletions

View file

@ -31,7 +31,7 @@ static int defaults_card(const char *env)
e = getenv(env);
if (!e)
return -ENOENT;
return snd_card_name(e);
return snd_card_get_index(e);
}
static int defaults_device(const char *env)