Commit graph

2194 commits

Author SHA1 Message Date
Jaroslav Kysela
4a4cc2a301 The rate plugin was redesigned. Now only whole periods are resampled to
avoid rounding problems and to allow using other "block" algorithms.
2004-02-04 09:21:11 +00:00
Jaroslav Kysela
75190c6ed2 Don't use register ebx - it's GOT pointer for -fPIC libraries 2004-02-04 08:25:19 +00:00
Jaroslav Kysela
a6ad2629e3 The format condition was wrong (dmix<->dsnoop) 2004-02-03 14:44:48 +00:00
Jaroslav Kysela
62ad89e954 Fixed warning 2004-02-01 19:23:41 +00:00
Takashi Iwai
08874160c8 - fixed the type punning (compilation warnings with the recent GCC). 2004-01-31 12:16:32 +00:00
Jaroslav Kysela
8bda6292d8 Added missing break; 2004-01-27 13:08:16 +00:00
Jaroslav Kysela
724e181fa0 Capture channels for s/pdif are 8 & 9, too 2004-01-27 09:47:13 +00:00
Takashi Iwai
8169d2823e - fixed the iec958 capture using asym plugin.
the different routing is used.
2004-01-26 15:57:05 +00:00
Takashi Iwai
9c4d6757cc - fixed the iec958 capture using asym plugin.
don't reset "IEC958 Loop" for capture.
2004-01-26 15:56:42 +00:00
Takashi Iwai
072eb65902 Stephen Cook <siti_veni@lycos.com>:
- clean up the unnecessary declaration.
2004-01-26 15:55:09 +00:00
Takashi Iwai
ef5b272b28 Stephen Cook <siti_veni@lycos.com>:
- removed the function-in-function for qsort.
  replaced with a static function with a static variable.
  now protected with pthread mutex.
2004-01-26 15:54:10 +00:00
Jaroslav Kysela
b798d89c0f <atlka@pg.gda.pl>
- shm memory patch
- optimized a bit sample mixing routines in c and x_86 asm
2004-01-24 16:34:35 +00:00
Jaroslav Kysela
0f88788f8b Preparation for more rate conversion types 2004-01-24 16:23:11 +00:00
Jaroslav Kysela
819a85fb2c Added sync_ptr callback 2004-01-23 13:04:43 +00:00
Jaroslav Kysela
c508b496b4 Fixed poll() behaviour for direct plugins, also added snd_pcm_hwsync() call to start callback 2004-01-21 19:21:11 +00:00
Jaroslav Kysela
bf978c3ff2 Fixed non-versions build 2004-01-21 09:30:59 +00:00
Jaroslav Kysela
eeb5d6f0ac Added slowptr options to direct plugins 2004-01-20 15:29:39 +00:00
Jaroslav Kysela
852b0c6129 Adam Tla/lka <atlka@pg.gda.pl>
SHM memory leak fix
2004-01-20 12:47:05 +00:00
Jaroslav Kysela
6c3f250896 Remove not needed functions after open phase. 2004-01-19 19:51:59 +00:00
Jaroslav Kysela
aa3536961b More completion. 2004-01-19 19:49:55 +00:00
Jaroslav Kysela
9105bb7fcd Added SNDRV_PCM_STATE_DISCONNECTED state.
Changed direct plugins to handle DISCONNECT/SUSPEND states from slave.
2004-01-19 19:48:27 +00:00
Jaroslav Kysela
0fc787b69e More better solution for close all handles in server_job() 2004-01-09 18:32:05 +00:00
Jaroslav Kysela
a8bed129d1 Close all file-descriptors in server_job() 2004-01-09 18:26:48 +00:00
Takashi Iwai
b833982c70 - added asym plugin. 2004-01-08 14:05:55 +00:00
Takashi Iwai
73365bd766 - comment out the analog/digital switch in surround51 for creative's
digital receiver.
2004-01-07 18:11:58 +00:00
Jaroslav Kysela
56c0ba4371 Added more stop threshold comments 2003-12-29 09:10:48 +00:00
Jaroslav Kysela
d0facfde2b ALISP update
- function names are more emacs-like
 - implemented (format) function
 - fixed numerous memory-leaks (valgrind is now happy)
Ordinary mixer
 - added the global view (using hdsp names only)
2003-12-23 16:42:55 +00:00
Jaroslav Kysela
4aec7396ff Fixed lisp for ordinary mixer API 2003-12-21 18:25:57 +00:00
Jaroslav Kysela
a741526c44 alisp - removed all memory leaks from alisp_snd.c discovered by hctl.lisp script 2003-12-13 20:03:58 +00:00
Jaroslav Kysela
46ed2fc9e8 alisp update
- garbage collector is out (replaced with references and auto-free)
  - added serious test lisp code to detect memory leaks
  - fixme: alisp_snd.c code needs review (remove memory leaks)
2003-12-13 18:36:01 +00:00
Jaroslav Kysela
f3da5548b3 Fixed range problems 2003-12-09 09:48:28 +00:00
Jaroslav Kysela
0545cf711d Maik Broemme <mbroemme@plusserver.de>
- added ipc_perm for dmix plugin
Jaroslav Kysela <perex@suse.cz>
- added ipc_perm for dsnoop and dshare plugins
- added ipc_perm to doc/asoundrc.txt
2003-12-07 09:30:47 +00:00
Takashi Iwai
372668cffa added the definitions for vortex au88x0 cards. 2003-11-27 16:50:52 +00:00
Takashi Iwai
3802c57944 - fixed the 5.1 output device. 2003-11-24 12:58:07 +00:00
Takashi Iwai
19e8aa67db - fixed the invalid (positive) return value from snd_mixer_set_xxx()
functions.
2003-11-19 15:52:16 +00:00
Takashi Iwai
8503e9626e removed "Exchange DAC" hack again. now it's handled in the driver. 2003-11-07 19:39:16 +00:00
Jaroslav Kysela
d4af763f8a Switch from old to new PCM API retaining binary compatibility
Changed version to 1.0.0pre1
2003-11-05 10:38:37 +00:00
Jaroslav Kysela
83bfda918e Clemens Ladisch <clemens@ladisch.de>
clear element count when freeing space in element list
2003-11-03 10:31:50 +00:00
Takashi Iwai
87425aed82 added more descriptions. 2003-10-31 18:52:55 +00:00
Takashi Iwai
2d675abc9f Marcel <shizuma@magma.ca>:
- fixed the 4.0 output.
2003-10-31 16:50:40 +00:00
Takashi Iwai
8bcadcb2a6 - fixed the calculation of snd_pcm_avail() with plugin.
this will fix the slow playback problem on mplayer.
- the delay calculation is optimized a bit.
2003-10-30 18:46:32 +00:00
Takashi Iwai
a2101162a8 disabled debug messages as default. 2003-10-28 18:19:09 +00:00
Takashi Iwai
cdb9bc5139 added more documents and examples about plugins. 2003-10-23 14:42:47 +00:00
Takashi Iwai
e1ae539931 added more documents.
removed the obsolete snd_seq_port_subscribe_set_voices().
2003-10-22 14:25:55 +00:00
Jaroslav Kysela
4a54759f1f - added support for user control elements 2003-10-21 17:39:14 +00:00
Takashi Iwai
701d0614f1 more documents as introduction. 2003-10-20 14:04:53 +00:00
Takashi Iwai
e489376d5d use only #xxx to link (for the recent doxygen). 2003-10-20 14:04:21 +00:00
Jaroslav Kysela
5016a98e30 Use _exit() in server_job() 2003-10-17 13:53:06 +00:00
Jaroslav Kysela
4e8ad5ff88 Fixed problem with Xwindows (socket descriptors) 2003-10-17 07:38:38 +00:00
Takashi Iwai
85216d820e changed the PCM routing for the recent redesign of the driver. 2003-10-13 16:34:55 +00:00