summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-04-13pcm_share plugin: fix pcm->monotonic setup in open() functionJaroslav Kysela1-1/+1
2010-03-10pcm_hw - show errno codesJaroslav Kysela1-36/+36
2010-03-03pcm direct plugins: drain() call might be blocked when threads are usedJaroslav Kysela5-14/+20
2010-03-02pcm_dmix: add support for S24_LE formatJaroslav Kysela4-1/+11
2010-02-23Fix snd_pcm_sw_params_set_period_event() implementationJaroslav Kysela1-2/+2
2010-01-31pcm: fix read_areas and write_areasJaroslav Kysela1-39/+48
2010-01-22modem.conf Off-hook improve behaviorDavid Fries2-1/+23
2009-12-21pcm: Fix the sound distortions for S24_3LE stream in pcm_softvol pluginZerg Cannibal1-2/+20
2009-12-21pcm: Close event timer in pcm_hw pluginJaroslav Kysela1-12/+14
2009-11-23mixer: fix enum checkClemens Ladisch1-1/+0
2009-11-16simple_none.c uses HAVE_SOFT_FLOAT it has to include config.hMichael Olbrich1-0/+1
2009-11-14Update pcm doc stringsMads Kiilerich1-14/+16
2009-11-08Remove redefinition of _GNU_SOURCE and __USE_GNUTakashi Iwai3-5/+0
2009-11-08Fix CHECK_ENUM() in simple.cTakashi Iwai1-1/+1
2009-11-08Remove old commented-out FD_CLOEXEC codeRĂ©mi Denis-Courmont6-67/+0
2009-11-03namehint: list card independent devices only onceJaroslav Kysela1-4/+24
2009-11-03namehint: Allow snd_device_name_hint to search for CTL devices.Jaroslav Kysela1-0/+2
2009-11-03namehint: add missing list->card initializationJaroslav Kysela1-0/+1
2009-11-03Cache libasound.so access in snd_dlopenJaroslav Kysela1-3/+7
2009-11-03Fix corruption after snd_device_name_hint()Takashi Iwai1-1/+4
2009-10-06hcontrol: fix compare_default function to handle also id.device and id.subdeviceJaroslav Kysela1-4/+10
2009-09-30alisp: Comment out an unused function to avoid compiler warnings.Stefan Schmidt1-0/+4
2009-09-30pcm_rate_linear: Annotate unused function parameter to avoid compiler warnings.Stefan Schmidt1-4/+5
2009-09-30control: Remove unused variable.Stefan Schmidt1-1/+1
2009-09-28dmix - Fix snd_pcm_info()Takashi Iwai1-1/+4
2009-09-11pcm_hw: Always use delay ioctl in snd_pcm_delay()Kai Vehmanen1-22/+0
2009-09-09PCM - Change the hw_params determination orderTakashi Iwai1-9/+24
2009-09-09Change dmix.conf to accept user configuration from defaults.dmix.<driver_id>.xxxJaroslav Kysela1-6/+6
2009-09-09Revert "Fix driver conf parsing in snd_config_hook_load_for_all_cards()"Jaroslav Kysela1-2/+3
2009-08-31mixer: Add Speaker and Beep names to the weight listTakashi Iwai1-0/+2
2009-08-21pcm/ioplug: fix error code in start callbackTakashi Iwai1-1/+1
2009-08-21pcm: workaround for avoiding automatic start in mmap modeTakashi Iwai1-5/+29
2009-08-10Fix driver conf parsing in snd_config_hook_load_for_all_cards()Takashi Iwai1-3/+2
2009-08-10control.c: snd_ctl_wait: fix revents handlingClemens Ladisch1-17/+10
2009-08-10timer_query: make ops structure constantClemens Ladisch1-1/+1
2009-08-10snd_pcm_scope_set_ops: make ops parameter constClemens Ladisch1-2/+2
2009-08-10Fix zero-division in pcm_rate.cTakashi Iwai1-1/+1
2009-08-04fix doc errorsClemens Ladisch11-13/+18
2009-07-27conf.c: more documentationClemens Ladisch1-236/+875
2009-07-17conf.c: rename 'node' to 'config'Clemens Ladisch1-9/+9
2009-07-17conf.c: rename 'leaf' to 'child'Clemens Ladisch1-20/+22
2009-07-17conf.c: rename 'father' to 'parent'Clemens Ladisch1-45/+45
2009-07-15conf.c: snd_config_add: prevent adopting a non-orphanClemens Ladisch1-1/+1
2009-07-13sound: rawmidi: disable active-sensing-on-close by defaultClemens Ladisch1-1/+1
2009-07-13USB-Audio.conf: fix definition for M-Audio AudioPhile spdif deviceClemens Ladisch1-5/+42
2009-07-10conf.c: fix handling of NULL string valuesClemens Ladisch1-9/+10
2009-07-10conf.c: snd_config_set_id: prevent duplicate idsClemens Ladisch1-0/+8
2009-07-09conf.c: fix handling of NULL idsClemens Ladisch1-6/+17
2009-07-06more midi_event documentationClemens Ladisch1-54/+194
2009-06-30pcm_hooks: cosmetic removal of unused variablesPaul Fertser1-2/+0