Jaroslav Kysela
7fcea07002
Added SND_CTL_READONLY
2002-12-04 14:36:39 +00:00
Jaroslav Kysela
098932ce57
Added POLLNVAL to poll->events
2002-11-30 09:47:20 +00:00
Takashi Iwai
d0526d603c
configuration for CS46xx chip.
2002-11-29 14:50:58 +00:00
Takashi Iwai
ce1ecef735
- added CS46xx.conf
...
- clean up entries.
2002-11-29 14:50:03 +00:00
Jaroslav Kysela
d731d88b7a
Added support for s/pdif pcm
2002-11-19 17:11:40 +00:00
Jaroslav Kysela
b42a0982d7
Removed free in free_envelope() by Sverker Wiberg <sverkerw@swipnet.se>
2002-11-15 14:40:26 +00:00
Jaroslav Kysela
bc7fe282f3
0.9.0rc6
2002-11-14 13:25:31 +00:00
Jaroslav Kysela
3c55dcabbf
Sverker Wiberg <sverkerw@swipnet.se>
...
Opening the patch ROM on GusPnP always fails:
* iwffff_get_rom_header() gets the card directory wrong when opening
the ROM file.
* iwffff_get_rom_header() forgets that the ROM header is padded to 512
bytes length.
I also fixed some small stuff:
* Tried to improve snd_instr_iwffff_open_rom()'s doxygen comment. The
commingling of file-system files (denoted by names) and ROM-embedded
files (numbers) is somewhat confusing --- I'm still looking for the
right words to explain it.
* Oh, and snd_instr_iwffff_open_rom() returns -EPERM for invalid
bank/file values --- it means the wrong thing: ENOENT would be
better.
2002-11-14 08:48:29 +00:00
Jaroslav Kysela
6ebde1c926
Added ENS1371 configuration and fixes for iec958 definition (dev arg removal)
2002-11-07 20:06:11 +00:00
Jaroslav Kysela
0d7d11889d
Added missing snd_dlclose() calls
2002-11-07 15:18:45 +00:00
Jaroslav Kysela
358d1998b7
Oops, depmod should be depcomp
2002-10-24 12:09:30 +00:00
Jaroslav Kysela
881b400b10
Added depmod to distribution tarball
2002-10-24 11:56:52 +00:00
Jaroslav Kysela
466ef0ee61
Removed --bzip2 option for older tar call
2002-10-24 11:44:44 +00:00
Jaroslav Kysela
7f11213c63
It seems that older tars are confused with --bzip2, use pipe instaed
2002-10-23 18:57:26 +00:00
Jaroslav Kysela
b912587c63
Used long options for tar
2002-10-23 18:34:05 +00:00
Jaroslav Kysela
b334ed4f50
0.9.0rc5
2002-10-23 17:54:50 +00:00
Jaroslav Kysela
3bccde0087
Removed clear() functions
2002-10-23 17:49:34 +00:00
Jaroslav Kysela
a435a3900e
Added check for AMTAR
2002-10-23 13:24:07 +00:00
Jaroslav Kysela
d38f94a2ab
Added check for older libtool
2002-10-23 13:06:49 +00:00
Jaroslav Kysela
ff88bf7aad
Returned back old code for versioned symbols
2002-10-23 09:18:38 +00:00
Jaroslav Kysela
ad6900c3eb
Check for older ld
2002-10-23 08:28:47 +00:00
Jaroslav Kysela
d79b61662a
Use long option for bzip2 compression to make it work with new and older tar
2002-10-23 07:38:21 +00:00
Jaroslav Kysela
55a8da9341
Build system updates...
2002-10-22 20:20:03 +00:00
Jaroslav Kysela
17f35d0043
Replaced j argument for tar with older I
2002-10-22 20:03:07 +00:00
Jaroslav Kysela
01f0f5e75e
Changed AMTAR -> TAR
2002-10-22 19:25:30 +00:00
Jaroslav Kysela
9f0f642f39
0.9.0rc4
2002-10-22 18:21:10 +00:00
Jaroslav Kysela
d2095e3a35
Fixed stream info for info ioctl in open()
2002-10-22 14:21:49 +00:00
Jaroslav Kysela
6979732fa5
Changed sw_params to follow hw_params (unify functions)
2002-10-19 19:09:46 +00:00
Takashi Iwai
46b3cc1612
fixed -b option to accept the buffer time in us.
2002-10-17 17:48:56 +00:00
Jaroslav Kysela
cebc5c9bef
Updated hw_params_(can|is)_* functions
2002-10-12 14:32:59 +00:00
Jaroslav Kysela
0d699d7e19
Improved documentation for hw_params_(can|is)_* functions
2002-10-12 13:37:42 +00:00
Jaroslav Kysela
170a5d0d7b
Added ommited clear() functions
2002-10-12 12:04:08 +00:00
Jaroslav Kysela
8205a95376
Replaced snd_pcm_avail() with snd_pcm_hwsync()
2002-10-12 11:49:53 +00:00
Jaroslav Kysela
dac0626b9f
Added snd_pcm_hw_params_current() function and clear() functions for structures
2002-10-12 10:38:43 +00:00
Jaroslav Kysela
453dd9f698
Added snd_pcm_avail() function
2002-10-11 18:40:19 +00:00
Jaroslav Kysela
e859cf2644
Implemented snd_pcm_avail() function.
...
More documentation updates for snd_pcm_avail_update() and snd_pcm_delay().
Updated behaviour of read/write functions (wait when buffer is full) to
follow kernel.
2002-10-11 18:39:24 +00:00
Takashi Iwai
25e41cf1e8
fixed the build without versioned symbols.
...
the rc4 symbols are defined as __ prefix, which are aliased in
pcm.h as well as the versioned symbol binary.
2002-10-10 11:01:18 +00:00
Takashi Iwai
7b2f5fa7e1
added the alsa-kernel header files into local tree.
2002-10-09 13:44:10 +00:00
Takashi Iwai
163ae5738d
duplicated the required alsa-kernel header files into the local
...
include/sound directory, so that alsa-lib can be compiled without
alsa-driver.
with this addition, --with-kernel and --with-soundbase options are
removed from configure. they are obviously unnecessary.
the relevant parts in INSTALL are removed/modified.
2002-10-09 13:43:35 +00:00
Jaroslav Kysela
f0e5677f29
Fixed mmap_xxxx_delay() to follow kernel code
2002-10-09 06:44:45 +00:00
Jaroslav Kysela
3560bb1481
Fixes in documentation for fast status
2002-10-09 06:13:57 +00:00
Takashi Iwai
bcc0866b62
added Versions to EXTRA_DIST.
2002-10-07 10:42:18 +00:00
Takashi Iwai
aa6755cc4e
- using $(AMTAR) instead or $(TAR) in the Makefile.am
...
- using -j instead of -I to compress using bzip2 rather than gzip
2002-10-07 10:41:42 +00:00
Takashi Iwai
a9e578d63c
get back for the old autoheader.
2002-10-07 09:57:31 +00:00
Takashi Iwai
796bd6bb18
removed unnecessary files from repository
2002-10-04 13:11:37 +00:00
Takashi Iwai
2e24084d3b
don't set cflags if the prefix is /usr (gcc3 warns it).
2002-10-02 11:23:50 +00:00
Takashi Iwai
b37f4e1cab
removed; conflicts with autoheader
2002-10-02 11:22:48 +00:00
Jaroslav Kysela
2a055201d9
New hw_params API uses weak alias in function declaration
2002-09-21 20:05:48 +00:00
Jaroslav Kysela
ecceb914bf
Added debug code
2002-09-21 19:01:24 +00:00
Jaroslav Kysela
2f85e63e1a
Fixed loop for inline functions defining new hw_params PCM API.
...
Unfortunately, resulting binary will contain references to all new
functions.
2002-09-21 17:55:45 +00:00