Takashi Iwai
7a89e3bbca
Fix compile warnings with gcc-4
...
Fixed compile warnings with gcc-4 about pointer signedness.
2005-06-28 10:24:44 +00:00
Takashi Iwai
0350a615b7
Fix the return value of snd_card_load()
...
Fix the return value of snd_card_load() to follow the document,
0 = not present, 1 = preset.
The other parts calling snd_card_load() are fixed, too.
2005-06-28 09:58:48 +00:00
Takashi Iwai
4ea51d8201
Add --disable-aload configure option
...
Added --disable-aload configure option to suppress probing of
/dev/aload* files for auto-loading. These files often conflict with
udev mechanism.
Also, --with-resmgr is changed to --enable-resmgr.
2005-02-14 13:31:53 +00:00
Takashi Iwai
f9b9015245
Fix resmgr support
...
Call normal open() before trying with res_open_device().
snd_open_device() is defined to do this procedure.
2005-02-11 16:35:24 +00:00
Takashi Iwai
77c925a71f
Add resmgr support
...
Added the support for resmgr. A new configure option --with-resmgr is added
to enable the resmgr support.
2005-01-26 10:50:28 +00:00
Takashi Iwai
be07243fe4
removed the obsolete snd_ prefix.
2003-02-19 09:37:01 +00:00
Jaroslav Kysela
853304bbf4
Corrections by Kevin Conder <kconder@interaccess.com>
2002-03-12 20:14:33 +00:00
Jaroslav Kysela
3e3df2d32b
Updated GNU GPL license (address).
...
Changed GNU LGPL licence from 2.0 to 2.1.
2001-12-30 09:22:54 +00:00
Jaroslav Kysela
0d9a5d0e59
More documentation updates.
2001-07-18 12:17:11 +00:00
Jaroslav Kysela
3590f6ecd3
More documentation enhancements / removal of non-existent functions.
2001-07-11 15:48:27 +00:00
Abramo Bagnara
7893ea238d
Added mode argument to open functions where it was missing. First part of CTL documentation
2001-03-26 12:45:48 +00:00
Abramo Bagnara
45c416ed82
Better names for control API
2001-02-07 15:13:15 +00:00
Abramo Bagnara
8f0cb26fdf
Control API encapsulation. Better names for kernel API. Simpler PCM hw_params API. Added missing const.
2001-02-06 23:48:10 +00:00
Abramo Bagnara
de19407578
Removed card type from devices info. Added card number to devices info. Completed encapsulation of PCM API. Removed snd_pcm_card(). All copy functions now have the form copy(dst, src).
2001-01-31 17:26:56 +00:00
Jaroslav Kysela
35cb79860d
Changes and cleanups for the timer API.
...
The device lists use the next device syntax now.
2000-11-30 19:17:55 +00:00
Jaroslav Kysela
41bb7068f2
Merged pcmfinal branch.
2000-11-20 20:10:46 +00:00
Abramo Bagnara
e5e1ca14d4
Fixed mmap wrt shm. Renamed pcm_client, control_client to shm. More error messages. Implemented asoundrc as documented.
2000-10-14 10:31:34 +00:00
Abramo Bagnara
df35e8457a
Added abstraction layer to controls. Added client/server support to controls. Cleaned private_data use for PCMs. Cleaned aserver
2000-09-11 15:49:10 +00:00
Abramo Bagnara
b5576ef229
Completed conf. Better name for snd_card_get_index. Cleaned card access
2000-08-25 14:33:53 +00:00
Jaroslav Kysela
0f0ce09509
Added 'snd_card_get_name' & 'snd_card_get_longname'.
1999-12-11 10:50:39 +00:00
Frank van de Pol
19811bb9b4
Changed data type of alsa-lib handles from 'void *' to the specific type for
...
the handle in use. This should be more type-safe as the compiler will perform
checking on type now.
1999-06-02 00:40:30 +00:00
Jaroslav Kysela
2e07583858
Changed e-mail from <perex@jcu.cz> to <perex@suse.cz>..
1999-05-11 22:15:16 +00:00
Jaroslav Kysela
c0e741dd8a
Merged new-mixer branch...
1999-03-08 16:51:36 +00:00
Jaroslav Kysela
013a463ae0
Fixed bug: /dev/loadC%i -> /dev/aloadC%i
1999-02-03 11:10:30 +00:00
Jaroslav Kysela
6d551b266c
Little changes for new driver..
1999-02-01 18:17:09 +00:00
Jaroslav Kysela
cc79f4635a
Updates for ALSA driver device changes (major 116)..
1999-02-01 17:57:08 +00:00
Jaroslav Kysela
d0ca621a75
Changes for auto loader..
1999-01-30 18:35:52 +00:00
Jaroslav Kysela
4eae8e7b32
Fixes...
1998-12-27 01:01:47 +00:00
Jaroslav Kysela
2605e4d7dd
Coding style and fixes in snd_card_name() function...
1998-11-27 14:53:44 +00:00
Jaroslav Kysela
138dbc54d8
Now is used /dev/snd/controlX device...
1998-09-18 12:20:56 +00:00
Jaroslav Kysela
2ae16fb30d
Big renaming - from sound to asound...
1998-08-30 21:08:44 +00:00
Jaroslav Kysela
5abac67626
Initial revision
1998-08-13 15:42:56 +00:00