Jaroslav Kysela
f2175f1384
Fixed thinkos in documentation (filter example)
2004-03-23 15:15:21 +00:00
Jaroslav Kysela
569130159d
Fixed wrong copy problem in capture
2004-03-23 14:37:34 +00:00
Jaroslav Kysela
f70e0fd468
Added mmap_avail() check to snd_pcm_wait() function
2004-03-23 13:29:52 +00:00
Jaroslav Kysela
7c201b510a
- added poll_ask callback to mangle avail_min (rate_plugin as example)
...
- added mangling of avail_min to rate_plugin
- added poll_fd_count variable
- FIXME: move poll_revents callback to fast_ops
2004-03-17 11:48:14 +00:00
Jaroslav Kysela
81f8c76094
Initial proposal for selection of abstraction in simple mixer API.
...
Added dB related functions (no implementation yet).
2004-03-14 18:39:58 +00:00
Jaroslav Kysela
894bd9157e
Initial proposal for simple PCM API extension
2004-03-14 18:37:55 +00:00
Jaroslav Kysela
871206c848
Added rpmbuild detection
2004-03-14 17:06:01 +00:00
Jaroslav Kysela
2d4f3f4ffa
Fixed mono sample processing for rear/center_lfe and spdif PCMs
2004-03-14 10:26:50 +00:00
Jaroslav Kysela
e3a85e50af
1.0.3b
2004-03-13 14:29:48 +00:00
Jaroslav Kysela
7e07719af6
Don't use stack to save rbx register
2004-03-13 14:24:07 +00:00
Jaroslav Kysela
be1c1d0a96
A new try to fix the SIGSEGV
2004-03-12 19:08:27 +00:00
Jaroslav Kysela
14b37bcd85
Fixed comments for snd_pcm_avail_update/snd_pcm_delay/snd_pcm_hwsync
2004-03-12 19:07:20 +00:00
Jaroslav Kysela
391b7baf17
Added new files to instalation path
2004-03-12 13:58:35 +00:00
Jaroslav Kysela
24b0600e0f
Added missing files for alsa-tools
2004-03-12 13:37:10 +00:00
Jaroslav Kysela
795a7f9f0b
Cleanups, returned zero size checking
2004-03-12 12:41:06 +00:00
Jaroslav Kysela
dcc1bcc115
Added workaround for 2.6 kernel, we should probably use C99 types (u_int32_t etc.)
2004-03-09 12:46:59 +00:00
Jaroslav Kysela
db4f41fd9b
Sync with kernel headers
2004-03-06 10:11:09 +00:00
Jaroslav Kysela
3aec1c8fbc
1.0.3a
2004-03-06 08:44:41 +00:00
Jaroslav Kysela
84c40f4970
Michel Dänzer <michel@daenzer.net>
...
Apparently these changes from pcm_direct.c revisions 1.12 and 1.14 were
accidentally reverted in revision 1.15. Please reapply.
2004-03-05 18:36:19 +00:00
Jaroslav Kysela
aed5c921d4
Reverted back
2004-03-05 11:26:33 +00:00
Jaroslav Kysela
23ed7623c6
Maarten de Boer <mdeboer@iua.upf.es>
...
The attached patch makes the alsa-lib/test/pmc.c generate_sine code
slightly more simple, efficient and readable (but not less accurate),
taking quite some calculation out of the loop.
2004-03-05 09:11:13 +00:00
Jaroslav Kysela
b282b1458c
Fixed typo and front definition
2004-03-05 08:20:13 +00:00
Jaroslav Kysela
1c9c7754eb
Changed specification for silence_size
2004-03-05 08:14:05 +00:00
Jaroslav Kysela
0acc42d0d7
VERSION_MAX == 2.0.5
2004-03-05 08:05:21 +00:00
Takashi Iwai
eaa016554c
- turn on the jack sharing switches automatically for surround pcms.
...
- fixed the device number of hooked controls (all zero).
- use route plugin instead of multi plugin for remapping of channels.
2004-03-03 18:18:34 +00:00
Jaroslav Kysela
0ecc03111d
Improved comments for poll_descriptors
2004-03-03 12:54:01 +00:00
Clemens Ladisch
16a15f56c4
fix doxygen errors (syntax errors and wrong references)
2004-03-02 17:13:49 +00:00
Jaroslav Kysela
59b6cbec84
Correction for explanation of near functions
2004-03-02 07:51:50 +00:00
Jaroslav Kysela
9747c69809
Fixed return comment for *near() functions
2004-03-01 08:53:50 +00:00
Jaroslav Kysela
79b07cb68f
1.0.3 release
2004-02-29 14:18:28 +00:00
Takashi Iwai
01828771d9
fixed compile warnings regarding const.
2004-02-25 18:21:20 +00:00
Jaroslav Kysela
2cdebd5289
1.0.3rc2
2004-02-25 15:36:40 +00:00
Takashi Iwai
ebf1e77bb2
use AM_CFLAGS and AM_LDFLAGS for the recent automake.
2004-02-25 14:32:32 +00:00
Takashi Iwai
d91948db49
- check the return value of malloc & co.
2004-02-25 11:24:29 +00:00
Takashi Iwai
7e6569e300
added AUTOMAKE_OPTIONS.
2004-02-25 11:23:56 +00:00
Takashi Iwai
93c873bc0f
added ATIIXP config
2004-02-24 16:25:26 +00:00
Jaroslav Kysela
c29d55d8b4
Sync with alsa-kernel
2004-02-24 09:37:15 +00:00
Jaroslav Kysela
10942aee61
Reverted deprecated functions and added linker warning to them
2004-02-23 10:34:17 +00:00
Jaroslav Kysela
bc4444b993
1.0.3rc1
2004-02-21 21:15:06 +00:00
Jaroslav Kysela
a0bdb34f0d
Remove these functions (alsa-oss package no longer use them):
...
snd_pcm_uframes_t _snd_pcm_mmap_hw_ptr(snd_pcm_t *pcm)
snd_pcm_uframes_t _snd_pcm_boundary(snd_pcm_t *pcm)
2004-02-21 20:38:07 +00:00
Jaroslav Kysela
5337e682f6
rewind returns error code rather than doing wrong operation
2004-02-18 20:15:49 +00:00
Takashi Iwai
1872af49ca
- added the indepdent front, rear, center_lfe support.
2004-02-10 15:44:17 +00:00
Takashi Iwai
0d810e14e1
- save RBX register.
2004-02-09 18:07:47 +00:00
Takashi Iwai
4f8254f654
- fixed the wrong driver name (just copied from RME9636).
...
- fixed the control type of "IEC958 Playback PCM Stream".
2004-02-09 17:06:02 +00:00
Takashi Iwai
a3149ac3f5
- fixed the control type of "IEC958 Playback PCM Stream".
2004-02-09 17:05:01 +00:00
Takashi Iwai
3ade181c4f
- added --with-tmpdir configure option.
...
the directory used for socket files of direct pcm plugins.
2004-02-09 17:04:09 +00:00
Jaroslav Kysela
de88f0e586
Fixed stupid bug in rate plugin: appl|hw_offset variables were not updated
2004-02-08 14:18:06 +00:00
Jaroslav Kysela
bb6c4dd674
fixed warnings
2004-02-08 10:21:23 +00:00
Jaroslav Kysela
131d6610fc
Fixed file plugin - mmap access was broken and revents were not handled correctly
2004-02-08 10:19:52 +00:00
Jaroslav Kysela
37728639ae
A try to fix one rouding problem in refine
2004-02-07 15:01:31 +00:00