summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 1.0.3 releasev1.0.3Jaroslav Kysela2004-02-291-1/+1
* fixed compile warnings regarding const.Takashi Iwai2004-02-251-16/+16
* 1.0.3rc2Jaroslav Kysela2004-02-251-1/+1
* use AM_CFLAGS and AM_LDFLAGS for the recent automake.Takashi Iwai2004-02-253-3/+3
* - check the return value of malloc & co.Takashi Iwai2004-02-257-0/+42
* added AUTOMAKE_OPTIONS.Takashi Iwai2004-02-251-0/+1
* added ATIIXP configTakashi Iwai2004-02-242-0/+147
* Sync with alsa-kernelJaroslav Kysela2004-02-241-1/+2
* Reverted deprecated functions and added linker warning to themJaroslav Kysela2004-02-231-0/+15
* 1.0.3rc1Jaroslav Kysela2004-02-211-1/+1
* Remove these functions (alsa-oss package no longer use them):Jaroslav Kysela2004-02-211-10/+0
* rewind returns error code rather than doing wrong operationJaroslav Kysela2004-02-181-0/+4
* - added the indepdent front, rear, center_lfe support.Takashi Iwai2004-02-101-6/+27
* - save RBX register.Takashi Iwai2004-02-091-0/+5
* - fixed the wrong driver name (just copied from RME9636).Takashi Iwai2004-02-091-3/+4
* - fixed the control type of "IEC958 Playback PCM Stream".Takashi Iwai2004-02-091-0/+1
* - added --with-tmpdir configure option.Takashi Iwai2004-02-092-4/+12
* Fixed stupid bug in rate plugin: appl|hw_offset variables were not updatedJaroslav Kysela2004-02-081-4/+14
* fixed warningsJaroslav Kysela2004-02-081-2/+0
* Fixed file plugin - mmap access was broken and revents were not handled corre...Jaroslav Kysela2004-02-085-19/+50
* A try to fix one rouding problem in refineJaroslav Kysela2004-02-071-1/+45
* Added start_threshold sanity checksJaroslav Kysela2004-02-061-2/+11
* Michel Daenzer <michel@daenzer.net>:Takashi Iwai2004-02-051-3/+12
* Added verbose flagJaroslav Kysela2004-02-051-2/+12
* Fixed serious bug in the rate pluginJaroslav Kysela2004-02-041-29/+19
* The rate plugin was redesigned. Now only whole periods are resampled toJaroslav Kysela2004-02-042-129/+791
* Don't use register ebx - it's GOT pointer for -fPIC librariesJaroslav Kysela2004-02-041-5/+10
* Fixed wrong initialization of start_thresholdJaroslav Kysela2004-02-031-2/+2
* The format condition was wrong (dmix<->dsnoop)Jaroslav Kysela2004-02-032-8/+8
* Fixed warningJaroslav Kysela2004-02-011-0/+1
* - fixed the type punning (compilation warnings with the recent GCC).Takashi Iwai2004-01-313-28/+37
* 'make check' fails on a Slackware 8.1 system with gcc-2.95.3 due to threeJaroslav Kysela2004-01-272-4/+8
* Added missing break;Jaroslav Kysela2004-01-271-0/+1
* Capture channels for s/pdif are 8 & 9, tooJaroslav Kysela2004-01-271-2/+2
* 1.0.2Jaroslav Kysela2004-01-261-1/+1
* - fixed the iec958 capture using asym plugin.Takashi Iwai2004-01-261-17/+31
* - fixed the iec958 capture using asym plugin.Takashi Iwai2004-01-262-33/+58
* Stephen Cook <siti_veni@lycos.com>:Takashi Iwai2004-01-261-29/+9
* Stephen Cook <siti_veni@lycos.com>:Takashi Iwai2004-01-261-5/+15
* fixed for the recent autoconf.Takashi Iwai2004-01-261-1/+1
* <atlka@pg.gda.pl>Jaroslav Kysela2004-01-245-83/+86
* Preparation for more rate conversion typesJaroslav Kysela2004-01-241-26/+43
* Added sync_ptr callbackJaroslav Kysela2004-01-235-8/+7
* Fixed poll() behaviour for direct plugins, also added snd_pcm_hwsync() call t...Jaroslav Kysela2004-01-214-5/+15
* Fixed non-versions buildJaroslav Kysela2004-01-211-20/+2
* Added slowptr options to direct pluginsJaroslav Kysela2004-01-204-6/+73
* Adam Tla/lka <atlka@pg.gda.pl>Jaroslav Kysela2004-01-201-5/+10
* Remove not needed functions after open phase.Jaroslav Kysela2004-01-193-1/+6
* Sync with driverJaroslav Kysela2004-01-191-1/+3
* More completion.Jaroslav Kysela2004-01-192-28/+175