From 6eafe5db3d8bef25d1afc353c9942c33491e6e3f Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Thu, 19 Jan 2012 12:35:20 +0100 Subject: [PATCH] Remove docs for snd_names_list and snd_names_list_free No need to have misleading docs for functions that do nothing. Signed-off-by: Takashi Iwai --- src/names.c | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/src/names.c b/src/names.c index e7a68878..000e574f 100644 --- a/src/names.c +++ b/src/names.c @@ -36,14 +36,8 @@ #include "local.h" /** - * \brief Give a list of device names and associated comments for selected interface - * \param iface a string identifying interface ("pcm", "ctl", "seq", "rawmidi") - * \param list result - a pointer to list - * \return A non-negative value if successful, otherwise a negative error code. + * \brief This function is unimplemented. * \deprecated Since 1.0.14 - * - * The global configuration files are specified in the environment variable - * \c ALSA_NAMES_FILE. */ int snd_names_list(const char *iface ATTRIBUTE_UNUSED, snd_devname_t **list ATTRIBUTE_UNUSED) @@ -53,11 +47,8 @@ int snd_names_list(const char *iface ATTRIBUTE_UNUSED, link_warning(snd_names_list, "Warning: snd_names_list is deprecated, use snd_device_name_hint"); /** - * \brief Release the list of device names - * \param list the name list to release + * \brief This function is unimplemented. * \deprecated Since 1.0.14 - * - * Releases the list of device names allocated via #snd_names_list(). */ void snd_names_list_free(snd_devname_t *list ATTRIBUTE_UNUSED) { -- 2.47.1