summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/control.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/control.h b/include/control.h
index 1205207d..365b297f 100644
--- a/include/control.h
+++ b/include/control.h
@@ -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_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_lconf(snd_ctl_t **ctl, const char *name, int mode, snd_config_t *lconf);