mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
change iface argument for namehint function to const char *
remove snd_ctl_iface_conf_name function
This commit is contained in:
parent
252fd43461
commit
03389a444b
6 changed files with 33 additions and 49 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue