fix doxygen errors (syntax errors and wrong references)
fix pcm.iec958 device number on nForce boards
define SND_PCM_INFO_RESUME
document all PCM plugin parameters
initialize hw_params->info
fix memory leak
fix buffer overflows
fix wrong doc section label
remove (now obsolete) support for _KERNEL_QUOTE events
fix driver aliases
fix memory leak
remove duplicate snd_pcm_null_fwd() function
fix miscalculation of buffer size in snd_output_buffer_need()
fix changed error message handling
fix some file paths in comments
start pcm when draining in prepared state
use "C" locale when parsing floating point numbers
fix the file plugin
move the Jack plugin to alsa-plugins
add HPET support
usb-audio - add Extigy/Audigy 2 NX remote control support
midiloop - remove running status test
fix snd_seq_query_next_client documentation
fix compilation with C++
fix file name for Doxygen
fix typo
adjust control references in config files
adjust control references in config files
use PCM interface for IEC958 controls
simple mixer: fix compilation with gcc 2.x
file plugin: fix various bugs
fix doxygen warnings
remove SND_SEQ_CLIENT_{DUMMY,OSS} symbols
fix compilation with gcc 2
seq: reorganize sequencer client numbers
dmix: add S24_3LE support
dmix: fix interleaved check
remove duplicate parameter
LADSPA plugin: fix compilation
allow changing of device directory path
fix a typo
Do not abort in snd_xxx_close() functions
remove superfluous free() checks
return ENODEV for disconnected devices
rate plugin: optimize calculation of the continuous buffer part
rate plugin: fix fragment size calculation
rate plugin: wait for data to be drained
add more sequencer port type information bits
clarify SND_SEQ_PORT_TYPE_xxx documentation
fix parsing of non-decimal integers in configuration files
rate plugin: fix boundary calculations
rawmidi: do not abort when seeing the hint node
fix a typo
fix string list parameter in snd_device_name_(free_)hint prototypes
direct pcm plugins: fix channel number selection
direct pcm plugins: fix format selection
add card_name configuration function
remove superfluous strdup() calls
add USB-Audio.conf to Makefile.am
enable dmix-ing and proper 5.1 routing for USB audio devices
fix SNDERR() format strings/arguments
fix a signedness warning
dmix/dshare/dsnoop plugin: enable slowptr by default
remove unused variables
seq_midi_event: fix parsing of missing data bytes
seq_midi_event: fix parsing of F9/FD bytes
seq_midi_event: fix encoding of data bytes after end of sysex
seq_midi_event: prevent running status after system messages
cmi8788: add alsa-lib config
alsa.conf: cosmetic change
simple mixer: fix calculation of control range
midiloop: use blocking mode
oxygen: enhance configuration
dmix: rename mix_areas*
oxygen: add channel status controls
conf: show path of any missing configuration file
dmix: add U8 support
oxygen: remove softvol plugin
revert revision 2264:23c4c0f5de40
dmix: simplify mix_areas()
pcm dmix plugin: fix generic direct remixing
pcm hw plugin: fix TTSTAMP version check
pcm hw plugin: use TSTAMP only with old drivers
check availability of CLOCK_MONOTONIC
pcm plug plugin: remove duplicated expression
fix memory leak in snd_config_update_r error path
add softvol for CMI8788
oxygen: remove softvol plugin
fix pcm_set_params() documentation
MIDI event decoder: prevent running status after sysex
conf.c: rename 'leaf' to 'child'
USB-Audio.conf: fix definition for M-Audio AudioPhile spdif device
sound: rawmidi: disable active-sensing-on-close by default
conf.c: rename 'node' to 'config'
add midi event tests
test/lsb/midi_event.c: check for buffer size check
seq_midi_event: fix decoding of (N)RPN events
conf.c: snd_config_add: prevent adopting a non-orphan
conf.c: rename 'father' to 'parent'
more midi_event documentation