summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release 1.0.11v1.0.11Jaroslav Kysela2006-04-191-1/+1
* Fix compile errorTakashi Iwai2006-04-181-1/+1
* Don't install alsalispTakashi Iwai2006-04-121-1/+1
* Revert the last fix: finer sync of dmix in delay callbackTakashi Iwai2006-04-122-6/+0
* Fix .hgignoreTakashi Iwai2006-04-121-0/+1
* Add missing .hgignoreTakashi Iwai2006-04-121-0/+37
* Added tag v1.0.11rc5 for changeset 418d682c6be376a00f53b17e2b57f5046a432d32Jaroslav Kysela2006-04-111-0/+1
* release 1.0.11rc5v1.0.11rc5Jaroslav Kysela2006-04-111-1/+1
* Fix compilation with assert()Takashi Iwai2006-04-101-1/+1
* Added tags since ALSA version 1.0.3Jaroslav Kysela2006-04-101-0/+19
* MergedJaroslav Kysela2006-04-062-38/+0
|\
| * Changed permissions for scripts and added .hgignore fileJaroslav Kysela2006-04-062-0/+0
* | Add PCM definitions dpl and dpl2Takashi Iwai2006-04-062-1/+45
* | Allow negative coefficients in route pluginTakashi Iwai2006-04-061-1/+1
* | Finer sync of dmix in delay callbackTakashi Iwai2006-04-062-0/+6
* | Fix 32/64bit problem with multi pluginTakashi Iwai2006-04-062-4/+10
* | Fix buffer size handling of direct pluginsTakashi Iwai2006-04-067-56/+41
* | Create rate converter plugin SDKTakashi Iwai2006-04-068-461/+879
* | Add src/pcm/pcm_symbols_list.c to .hgignoreTakashi Iwai2006-04-061-0/+1
* | Add .hgignoreTakashi Iwai2006-04-061-0/+37
* | Fix permission of cvscompileTakashi Iwai2006-04-061-0/+0
|/
* Make plugin functions staticTakashi Iwai2006-03-292-23/+18
* Fix errors in partial reads/writes with rate pluginTakashi Iwai2006-03-291-0/+4
* Fix PCM without control/status mmapTakashi Iwai2006-03-292-1/+5
* Fix compile warningsTakashi Iwai2006-03-291-2/+2
* Fix noisy output of dmix with two periodsTakashi Iwai2006-03-242-6/+23
* Fix PCM auto-start conditionsTakashi Iwai2006-03-241-7/+9
* Fix snd_pcm_write*() return values at start upTakashi Iwai2006-03-241-3/+3
* release 1.0.11rc4v1.0.11rc4Jaroslav Kysela2006-03-221-1/+1
* Fix the description of snd_mixer_handle_events()Takashi Iwai2006-03-211-1/+1
* Change autoconf requirement to 2.59Takashi Iwai2006-03-211-1/+1
* Add support for S32_3LE and byte-swapped S16/S32 to softvolJuergen Kreileder2006-03-211-25/+114
* Fix timer read from 32bit user-space on 64bit kernelTakashi Iwai2006-03-211-14/+8
* Fix extplug->channels initializationTakashi Iwai2006-03-211-0/+2
* dmix - Allow more flexible buffer sizesTakashi Iwai2006-03-217-57/+83
* Fixes S16 byte swapping with generic dmix codeJuergen Kreileder2006-03-201-2/+2
* Add init callback to extplugTakashi Iwai2006-03-202-24/+50
* Fix restoration of PCM open modeTakashi Iwai2006-03-201-1/+3
* Add channels parameter to surround40/51 definitionsTakashi Iwai2006-03-1712-4/+108
* Add restriction parameters to pcm hw layerTakashi Iwai2006-03-171-0/+71
* Fix double free in rate pluginTakashi Iwai2006-03-171-0/+1
* alsa-lib - added ENOTTY and ENODEV to pcm_errors sectionJaroslav Kysela2006-03-151-0/+5
* alsa-lib - added pcm_errors sectionJaroslav Kysela2006-03-151-0/+23
* Suppress warning messages from old timerTakashi Iwai2006-03-141-1/+1
* rate plugin: wait for data to be drainedClemens Ladisch2006-03-131-1/+14
* rate plugin: fix fragment size calculationClemens Ladisch2006-03-131-1/+1
* rate plugin: optimize calculation of the continuous buffer partClemens Ladisch2006-03-131-2/+2
* Portability fix for alsa-lib on mipsTakashi Iwai2006-03-031-1/+1
* return ENODEV for disconnected devicesClemens Ladisch2006-03-035-15/+15
* Fix segfault with PCM rate pluginTakashi Iwai2006-03-021-6/+17