summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2006-12-05 11:52:37 +0100
committerJaroslav Kysela <perex@perex.cz>2006-12-05 11:52:37 +0100
commit6d90397addbbc418e5c6745c56054ed4f89e31bb (patch)
treeb4caafe47045e9cebd46f4b15ce3cf73d878c778
parent8a36b67b9fb13865ed2f68a3eee938dbe946a6d8 (diff)
downloadalsa-lib-6d90397addbbc418e5c6745c56054ed4f89e31bb.tar.gz
add snd_device_name_get_hint() prototype to include/control.h
-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);