summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release v1.0.18v1.0.18Jaroslav Kysela2008-10-291-1/+1
* Merge branch 'master' of git@git.alsa-project.org:alsa-libJaroslav Kysela2008-10-234-20/+65
|\
| * Add iec958 PCM definition for PS3Takashi Iwai2008-10-201-0/+39
| * Fix sort-out of non-existing devices in namehintTakashi Iwai2008-10-171-14/+14
| * Increase the components array sizeTakashi Iwai2008-10-071-3/+2
| * Fix return value of snd_ctl_hw_subscribe_events()Takashi Iwai2008-09-301-1/+1
| * Replace some assert() with runtime checksTakashi Iwai2008-09-301-2/+9
* | Add snd_pcm_avail() and snd_pcm_avail_delay() prototypesJaroslav Kysela2008-10-231-0/+4
|/
* test/pcm: Fix error messages in async callback and add snd_pcm_start() conditionJaroslav Kysela2008-09-151-6/+8
* Fix comment typos for snd_pcm_read[in]()Jaroslav Kysela2008-09-091-2/+2
* Release v1.0.18rc3v1.0.18rc3Jaroslav Kysela2008-09-091-1/+1
* pcm_softvol plugin: remove access type change for refineJaroslav Kysela2008-09-091-10/+4
* Add snd_pcm_avail() and snd_pcm_avail_delay() functions. Make snd_pcm_hwsync(...Jaroslav Kysela2008-09-011-10/+85
* alsa-lib: Don't call the simple mixer interface "legacy"Lennart Poettering2008-08-311-2/+2
* alsa-lib: Reword doxygen doc for snd_pcm_delay()Lennart Poettering2008-08-311-5/+17
* alsa-lib: Make sure SND_PCM_NO_xxx flags don't get lost when nonblocking mode...Lennart Poettering2008-08-311-1/+7
* Release v1.0.17av1.0.17aJaroslav Kysela2008-08-151-1/+1
* IEC958 definition for consumer status channel updatePawel MOLL2008-08-011-21/+70
* Fix non-tread mode with PCM direct pluginsTakashi Iwai2008-07-311-1/+1
* Fix interleave check in pcm_direct.cTakashi Iwai2008-07-291-1/+1
* fix return value of snd_pcm_rewind()/snd_pcm_forward() to return how much act...Lennart Poettering2008-07-201-2/+2
* fix type of internally used sframes variable, to avoid unnecessary castsLennart Poettering2008-07-201-3/+3
* clamp snd_pcm_rewind()/snd_pcm_forward() into the right directionLennart Poettering2008-07-201-2/+2
* Add boolean (mute) functionality to softvol pluginTakashi Iwai2008-07-161-16/+43
* Release v1.0.17v1.0.17Jaroslav Kysela2008-07-141-1/+1
* test/pcm.c: Fix SND_PCM_FORMAT_S24 supportTakashi Iwai2008-07-101-5/+5
* Fix type-punning in test/pcm.cTakashi Iwai2008-07-101-1/+4
* pcm: fix comment for snd_pcm_avail_update()Jaroslav Kysela2008-06-161-4/+1
* Release v1.0.17rc2v1.0.17rc2Jaroslav Kysela2008-06-161-1/+1
* Fix segfault with dmix of 3-bytes formatsJosh Green2008-06-072-3/+3
* PCM: allow mmap-access conversion in plugTakashi Iwai2008-06-062-10/+79
* Export __snd_pcm_mmap_emul_open()Takashi Iwai2008-06-062-3/+7
* pcm_mmap_emul: clean upTakashi Iwai2008-06-061-9/+8
* pcm_mmap_emul: Fix invalid checkTakashi Iwai2008-06-061-3/+1
* Fix compile warnings in pcm_hw.cTakashi Iwai2008-06-061-1/+2
* Fix cast warningTakashi Iwai2008-06-061-1/+2
* Release v1.0.17rc1v1.0.17rc1Jaroslav Kysela2008-06-031-1/+1
* hgcompile -> gitcompileJaroslav Kysela2008-06-031-1/+1
* removed .hg files and renamed hgcompile to gitcompileJaroslav Kysela2008-05-203-45/+1
* Implemented snd_pcm_sw_params_(set|get)_period_event for interrupt wakeup lik...Jaroslav Kysela2008-05-096-7/+231
* implemented snd_pcm_rewindable() and snd_pcm_forwardable(), removed can_rewin...Jaroslav Kysela2008-04-2117-55/+212
* implemented integer volume <-> dB volume conversion functions for simple mixerJaroslav Kysela2008-04-215-2/+139
* added snd_pcm_hw_params_is_monotonic/can_forward/can_rewind functionsJaroslav Kysela2008-04-114-0/+77
* PCM API - explain more trigger timestampJaroslav Kysela2008-04-101-0/+8
* fix compilation in pcm/pcm_hw.c - monotonic clockJaroslav Kysela2008-04-101-2/+2
* pcsp: remove downsamplingStas Sergeev2008-03-221-8/+8
* Use defaults.pcm.file_format for the default file format of file pluginTakashi Iwai2008-03-172-2/+20
* Add the support of WAV format in PCM file pluginTakashi Iwai2008-03-171-4/+104
* Use slave PCM as a timing-source for file ifileTakashi Iwai2008-03-141-13/+11
* Add truncate option to PCM file pluginTakashi Iwai2008-03-122-4/+51