change iface argument for namehint function to const char *

remove snd_ctl_iface_conf_name function
This commit is contained in:
Jaroslav Kysela 2006-10-27 13:31:32 +02:00
parent 252fd43461
commit 03389a444b
6 changed files with 33 additions and 49 deletions

View file

@ -214,7 +214,7 @@ int snd_card_get_index(const char *name);
int snd_card_get_name(int card, char **name);
int snd_card_get_longname(int card, char **name);
int snd_device_name_hint(int card, snd_ctl_elem_iface_t iface, char ***hints);
int snd_device_name_hint(int card, const char *iface, char ***hints);
int snd_device_name_free_hint(char **hints);
int snd_ctl_open(snd_ctl_t **ctl, const char *name, int mode);