All of lore.kernel.org
 help / color / mirror / Atom feed
* doc bug
@ 2002-09-27 20:02 Florian Bomers
  0 siblings, 0 replies; only message in thread
From: Florian Bomers @ 2002-09-27 20:02 UTC (permalink / raw)
  To: alsa-devel

in alsa-lib/src/pcm/pcm_misc.c:654 function snd_pcm_build_linear_format, the
documentation is:

/**
 * \brief Compose a PCM sample linear format
 * \param width Nominal bits per sample
 * \param pwidth Physical bit width of the format
 * \param unsignd Sign: 0 signed, 1 unsigned
 * \return big_endian Endian: 0 little endian, 1 big endian
 */

but should be something like:

/**
 * \brief Compose a PCM sample linear format
 * \param width Nominal bits per sample
 * \param pwidth Physical bit width of the format
 * \param unsignd Sign: 0 signed, 1 unsigned
 * \param big_endian Endian: 0 little endian, 1 big endian
 * \return format the constructed format or SND_PCM_FORMAT_UNKNOWN on error
 */

The same (last param description given as return description) applies to some
other functions in pcm_misc.c 

Florian


-- 
Florian Bomers
Java Sound
Java Software/Sun Microsystems, Inc.
http://java.sun.com/products/java-media/sound/


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-09-27 20:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-27 20:02 doc bug Florian Bomers

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.