mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
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 <tiwai@suse.de>
This commit is contained in:
parent
f562b032be
commit
6eafe5db3d
1 changed files with 2 additions and 11 deletions
13
src/names.c
13
src/names.c
|
|
@ -36,14 +36,8 @@
|
||||||
#include "local.h"
|
#include "local.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Give a list of device names and associated comments for selected interface
|
* \brief This function is unimplemented.
|
||||||
* \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.
|
|
||||||
* \deprecated Since 1.0.14
|
* \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,
|
int snd_names_list(const char *iface ATTRIBUTE_UNUSED,
|
||||||
snd_devname_t **list 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");
|
link_warning(snd_names_list, "Warning: snd_names_list is deprecated, use snd_device_name_hint");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Release the list of device names
|
* \brief This function is unimplemented.
|
||||||
* \param list the name list to release
|
|
||||||
* \deprecated Since 1.0.14
|
* \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)
|
void snd_names_list_free(snd_devname_t *list ATTRIBUTE_UNUSED)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue