From 6d90397addbbc418e5c6745c56054ed4f89e31bb Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 5 Dec 2006 11:52:37 +0100 Subject: add snd_device_name_get_hint() prototype to include/control.h --- include/control.h | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v1.2.1