summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ascenario: Fix function declaration changesascenarioJaroslav Kysela2009-10-062-30/+31
* ascenario: rewrite header file and change C interfaceJaroslav Kysela2009-10-066-116/+174
* [PATCH] ascenario: Add scenario support to alsa-libJaroslav Kysela2009-10-062-0/+1528
* 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
* conf.c: snd_config_set_id: prevent duplicate idsClemens Ladisch2009-07-101-0/+8
* conf.c: fix handling of NULL idsClemens Ladisch2009-07-091-6/+17
* test/lsb/midi_event.c: check for buffer size checkClemens Ladisch2009-07-081-0/+3
* test/lsb/midi_event.c: abort on fatal errorsClemens Ladisch2009-07-081-6/+12
* Merge branch 'master' of git@git.alsa-project.org:alsa-libTakashi Iwai2009-07-067-56/+597
|\
| * add midi event testsClemens Ladisch2009-07-066-2/+403
| * more midi_event documentationClemens Ladisch2009-07-061-54/+194
* | test/pcm.c: float format supportTakashi Iwai2009-07-061-3/+15
* | test/pcm.c: Generic linear PCM supportTakashi Iwai2009-07-061-11/+19
* | test/pcm.c: Fix S24 formatTakashi Iwai2009-07-061-1/+2
|/
* test/pcm.c: Sample generation on big endian platforms was broken.Kenneth Johansson2009-07-031-11/+13
* pcm_hooks: cosmetic removal of unused variablesPaul Fertser2009-06-301-2/+0
* Manage dlobj lifetime in pcm_hooks.cTakashi Iwai2009-06-301-11/+52