OSDN Git Service

name clash (WINE, icc), interface -> iface renamed
authorJaroslav Kysela <perex@perex.cz>
Sun, 29 May 2005 14:26:20 +0000 (14:26 +0000)
committerJaroslav Kysela <perex@perex.cz>
Sun, 29 May 2005 14:26:20 +0000 (14:26 +0000)
Fix ALSA bug #1139.

include/conf.h

index ded3673..c1da0f4 100644 (file)
@@ -186,7 +186,7 @@ struct snd_devname {
        snd_devname_t *next;    /**< Next pointer */
 };
 
-int snd_names_list(const char *interface, snd_devname_t **list);
+int snd_names_list(const char *iface, snd_devname_t **list);
 void snd_names_list_free(snd_devname_t *list);
 
 /** \} */