Jaroslav Kysela
7ce9b36eee
Added missing symbol version
2003-01-27 14:39:45 +00:00
Takashi Iwai
974d22f969
- added ICE1724 configuration file.
2003-01-27 14:02:42 +00:00
Takashi Iwai
1b41de0653
- fixed the rate selection in the plug layer:
...
the multiples of the given rate is chosen if available.
the nearest rate is selected as usual if not available.
2003-01-27 11:34:50 +00:00
Takashi Iwai
0c156a3c89
- fixed the unlink_{hw,app}_ptr of slaves.
...
- removed the invalid unlink_ptr assersion.
2003-01-27 11:19:04 +00:00
Takashi Iwai
2cd18ddc57
- use the normal dlsym() instead of snd_dlsym() to avoid the version
...
check of external scope plugins.
2003-01-27 10:26:33 +00:00
Takashi Iwai
2dc8cba51c
fixed dlopen & co. for hook, ladspa and meter types.
2003-01-20 17:15:54 +00:00
Jaroslav Kysela
a8a71d5781
Added rear and surround40 definition
2003-01-17 11:27:52 +00:00
Takashi Iwai
50212fde09
added the configurations for VIA8233 and VIA8233A.
2003-01-10 17:51:03 +00:00
Jaroslav Kysela
8750215edb
Added missing break for 24bit formats (silence)
2002-12-18 12:03:28 +00:00
Jaroslav Kysela
e38dd10880
Fixed encoding of sysex sequencer event
2002-12-05 18:01:49 +00:00
Jaroslav Kysela
7fe18c9561
Added more comments by Robert Spier (robrt@users.sourceforge.net)
2002-12-04 15:34:04 +00:00
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
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
3bccde0087
Removed clear() functions
2002-10-23 17:49:34 +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
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
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
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
Jaroslav Kysela
ecceb914bf
Added debug code
2002-09-21 19:01:24 +00:00
Takashi Iwai
3b6ee2ad97
accept enum items for other volumes and switches.
2002-09-20 09:44:25 +00:00
Jaroslav Kysela
7f3942d827
Reverted back the PCM API.
...
New snd_pcm_hw_params_* functions are available only explicitly when
ALSA_PCM_NEW_HW_PARAMS_API is defined.
Updated documentation and test code to new API.
2002-09-19 16:12:13 +00:00
Jaroslav Kysela
adc1b2afb9
Initial version
2002-09-17 18:29:56 +00:00
Jaroslav Kysela
4dbdc06809
Added a lookup for exact ALSA library binary to allow RTLD_LOCAL usage
2002-09-17 15:28:41 +00:00
Jaroslav Kysela
b9343e0834
- unified snd_pcm_hw_params_* functions
...
- added backward compatibility for older non-compatible functions
- added --with-compat-rc3 to configure script to build library
backwards compatible with 0.9.0rc3
- added symbol versioning like libc.so.6
- ALSA_0.9 - alsa base
- ALSA_0.9.0rc4 - first set of new functions (snd_pcm_hw_params_*)
2002-09-17 12:33:05 +00:00
Takashi Iwai
cabf841f4e
handle enumerated playback/capture routes.
2002-09-13 17:36:44 +00:00
Jaroslav Kysela
677b0f60d6
Added snd_pcm_hw_params_get_min_align; changed get_format, get_subformat and get_access function to return not mixed error and return value
2002-09-09 19:47:50 +00:00
Takashi Iwai
c25879f9d9
added the handling of enum controls to simple mixer API.
...
the following functions are added:
int snd_mixer_selem_is_enumerated()
int snd_mixer_selem_get_enum_items()
int snd_mixer_selem_get_enum_item_name()
int snd_mixer_selem_get_enum_item()
int snd_mixer_selem_set_enum_item()
2002-09-09 14:24:56 +00:00
Jaroslav Kysela
52237f3542
Added back check for duplicated helements
2002-09-04 07:35:25 +00:00
Takashi Iwai
cf444c56b3
replaced excessive asserts with normal conditionals.
...
this _might_ cure some problems on powermac driver...
2002-09-03 15:53:59 +00:00
Takashi Iwai
5191bbcce5
output error message instead of assert().
...
assert() may cause an infinite loop in aplay, since it's in the
closing phase.
2002-08-27 16:30:59 +00:00
Takashi Iwai
b4b00dd7cf
removed invalid assert().
...
there are reserved fields for the extended masks which are not used,
and this caused wrong assert()...
2002-08-27 16:30:03 +00:00
Jaroslav Kysela
63d708a344
Documentation update by Clement Ladish
2002-07-23 19:51:16 +00:00
Jaroslav Kysela
2db6b18b39
Fixed silence_64 and added support for 24-bit samples to area_silence
2002-07-21 08:19:40 +00:00
Takashi Iwai
fe58dd62eb
fixed typo of snd_seq_poll_descriptors() in getting poll desc
...
for output only.
2002-07-15 14:08:32 +00:00
Jaroslav Kysela
518d16d849
Next signess fixes
2002-07-11 09:03:47 +00:00