summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release v1.0.22v1.0.22Jaroslav Kysela2009-12-161-1/+1
* mixer: fix enum checkClemens Ladisch2009-11-231-1/+0
* simple_none.c uses HAVE_SOFT_FLOAT it has to include config.hMichael Olbrich2009-11-161-0/+1
* configure.in: fix --without-softfloatMarc Kleine-Budde2009-11-161-2/+5
* Update pcm doc stringsMads Kiilerich2009-11-141-14/+16
* Remove redefinition of _GNU_SOURCE and __USE_GNUTakashi Iwai2009-11-083-5/+0
* Fix CHECK_ENUM() in simple.cTakashi Iwai2009-11-081-1/+1
* Define _GNU_SOURCE so that <fcntl.h> gives O_CLOEXECRémi Denis-Courmont2009-11-081-0/+2
* Remove old commented-out FD_CLOEXEC codeRémi Denis-Courmont2009-11-086-67/+0
* Open device nodes with close-on-exec flagRémi Denis-Courmont2009-11-081-12/+18
* Defined symbols exposing the hrtimer to applications.Pedro Lopez-Cabanillas2009-11-082-0/+3
* namehint: list card independent devices only onceJaroslav Kysela2009-11-031-4/+24
* namehint: Allow snd_device_name_hint to search for CTL devices.Jaroslav Kysela2009-11-031-0/+2
* namehint: add missing list->card initializationJaroslav Kysela2009-11-031-0/+1
* Cache libasound.so access in snd_dlopenJaroslav Kysela2009-11-031-3/+7
* Fix corruption after snd_device_name_hint()Takashi Iwai2009-11-031-1/+4
* hcontrol: fix compare_default function to handle also id.device and id.subdeviceJaroslav Kysela2009-10-061-4/+10
* alisp: Comment out an unused function to avoid compiler warnings.Stefan Schmidt2009-09-301-0/+4
* pcm_rate_linear: Annotate unused function parameter to avoid compiler warnings.Stefan Schmidt2009-09-301-4/+5
* control: Remove unused variable.Stefan Schmidt2009-09-301-1/+1
* configure.in: Add m4 check for new AM_SILENT_RULESStefan Schmidt2009-09-301-0/+3
* cvscompile: Remove in favour of gitcompile.Stefan Schmidt2009-09-301-19/+0
* dmix - Fix snd_pcm_info()Takashi Iwai2009-09-281-1/+4
* pcm_hw: Always use delay ioctl in snd_pcm_delay()Kai Vehmanen2009-09-111-22/+0
* Release v1.0.21av1.0.21aJaroslav Kysela2009-09-091-1/+1
* PCM - Change the hw_params determination orderTakashi Iwai2009-09-091-9/+24
* Change dmix.conf to accept user configuration from defaults.dmix.<driver_id>.xxxJaroslav Kysela2009-09-091-6/+6
* Revert "Fix driver conf parsing in snd_config_hook_load_for_all_cards()"Jaroslav Kysela2009-09-091-2/+3
* mixer: Add Speaker and Beep names to the weight listTakashi Iwai2009-08-311-0/+2
* Release v1.0.21v1.0.21Jaroslav Kysela2009-08-311-1/+1
* pcm/ioplug: fix error code in start callbackTakashi Iwai2009-08-211-1/+1
* pcm: workaround for avoiding automatic start in mmap modeTakashi Iwai2009-08-211-5/+29
* Fix driver conf parsing in snd_config_hook_load_for_all_cards()Takashi Iwai2009-08-101-3/+2
* control.c: snd_ctl_wait: fix revents handlingClemens Ladisch2009-08-101-17/+10
* timer_query: make ops structure constantClemens Ladisch2009-08-101-1/+1
* snd_pcm_scope_set_ops: make ops parameter constClemens Ladisch2009-08-102-3/+4
* Fix zero-division in pcm_rate.cTakashi Iwai2009-08-101-1/+1
* fix doc errorsClemens Ladisch2009-08-0413-17/+22
* doc: hide structs with typedefsClemens Ladisch2009-08-041-0/+1
* doc: fix handling of @top_srcdir@Clemens Ladisch2009-08-041-1/+1
* remove unimplemented functions from headersClemens Ladisch2009-08-042-4/+0
* add config testsClemens Ladisch2009-08-032-1/+584
* conf.c: more documentationClemens Ladisch2009-07-272-243/+891
* conf.c: rename 'node' to 'config'Clemens Ladisch2009-07-171-9/+9
* conf.c: rename 'leaf' to 'child'Clemens Ladisch2009-07-171-20/+22
* conf.c: rename 'father' to 'parent'Clemens Ladisch2009-07-171-45/+45
* conf.c: snd_config_add: prevent adopting a non-orphanClemens Ladisch2009-07-151-1/+1
* sound: rawmidi: disable active-sensing-on-close by defaultClemens Ladisch2009-07-131-1/+1
* USB-Audio.conf: fix definition for M-Audio AudioPhile spdif deviceClemens Ladisch2009-07-131-5/+42
* conf.c: fix handling of NULL string valuesClemens Ladisch2009-07-101-9/+10