mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
add snd_device_name_get_hint() prototype to include/control.h
This commit is contained in:
parent
8a36b67b9f
commit
6d90397add
1 changed files with 1 additions and 0 deletions
|
|
@ -216,6 +216,7 @@ int snd_card_get_longname(int card, char **name);
|
||||||
|
|
||||||
int snd_device_name_hint(int card, const char *iface, void ***hints);
|
int snd_device_name_hint(int card, const char *iface, void ***hints);
|
||||||
int snd_device_name_free_hint(void **hints);
|
int snd_device_name_free_hint(void **hints);
|
||||||
|
char *snd_device_name_get_hint(const void *hint, const char *id);
|
||||||
|
|
||||||
int snd_ctl_open(snd_ctl_t **ctl, const char *name, int mode);
|
int snd_ctl_open(snd_ctl_t **ctl, const char *name, int mode);
|
||||||
int snd_ctl_open_lconf(snd_ctl_t **ctl, const char *name, int mode, snd_config_t *lconf);
|
int snd_ctl_open_lconf(snd_ctl_t **ctl, const char *name, int mode, snd_config_t *lconf);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue