Commit graph

98 commits

Author SHA1 Message Date
Abramo Bagnara
0b01722266 More generic support for poll descriptors 2001-02-12 23:51:53 +00:00
Jaroslav Kysela
abd8b9f9e8 Fixed typo & thinko 2001-02-12 13:33:25 +00:00
Abramo Bagnara
fbec0a5f8d Completed mixer API. Improved iterators. Renamed control values struct. Rewritten simple elements implementation 2001-02-11 15:45:44 +00:00
Jaroslav Kysela
7346943471 Changed according to new hctl API 2001-02-09 15:38:59 +00:00
Abramo Bagnara
012584247c Completed control and mixer API 2001-02-09 11:20:32 +00:00
Abramo Bagnara
7d75ba2c1b Better names for control API 2001-02-07 15:13:17 +00:00
Abramo Bagnara
0ef8943fb0 Control API encapsulation. Better names for kernel API. Simpler PCM hw_params API. Added missing const. 2001-02-06 23:48:29 +00:00
Abramo Bagnara
3df0171dc0 Encapsulated hwdep. Converted all enums to type safety 2001-02-05 15:44:45 +00:00
Abramo Bagnara
cc398d1855 Fixed open default 2000-11-21 20:38:50 +00:00
Jaroslav Kysela
637b3f828c Merged pcmplug branch. 2000-09-24 09:57:50 +00:00
Jaroslav Kysela
b03e752d96 Corrections for 'char *card' 2000-09-18 09:47:01 +00:00
Jaroslav Kysela
4ce15b2f84 removed ansidecl.h 2000-09-11 16:12:14 +00:00
Abramo Bagnara
a6427e6044 Added abstraction layer to controls. Added client/server support to controls. Cleaned private_data use for PCMs. Cleaned aserver 2000-09-11 15:49:33 +00:00
Abramo Bagnara
76702105ec Fixed buffer overflow spotted by Henrik 2000-08-28 06:33:08 +00:00
Abramo Bagnara
44ee42e587 Better name for snd_card_get_index. Cleaned error messages 2000-08-25 14:36:58 +00:00
Jaroslav Kysela
a8cbebd368 Fixed heap overwriting problems... 2000-08-22 17:35:12 +00:00
Jaroslav Kysela
ccffbc6e76 A few fixes and added undocumented 'sevents' command 2000-08-16 13:36:24 +00:00
Jaroslav Kysela
fbb7b7c4e9 Added (undocumented) events command 2000-08-12 15:34:17 +00:00
Jaroslav Kysela
c569788bf2 First attempt to make this tool functional with latest 0.6.x mixer API. 2000-08-11 19:29:55 +00:00
Jaroslav Kysela
9d5b8f205d Changes reflecting the new control API and kernel mixer API removal. 2000-07-15 10:21:59 +00:00
Abramo Bagnara
749b454304 Better names for ALSA API. Added min_fragments, max_fragments. 2000-05-27 16:52:19 +00:00
Jaroslav Kysela
b77ca419f6 Merged pcm2 branch. 2000-05-08 18:54:14 +00:00
Jaroslav Kysela
228bf51025 MUX1 & MUX2 renaming... 2000-04-17 18:55:33 +00:00
Takashi Iwai
48823e9ea5 extension of amixer set command:
- add front, rear, center, woofer channel selection
- left and right volumes can be given separately
- volumes can be increased/decreased relatively with + or - suffix
2000-03-18 18:00:37 +00:00
Jaroslav Kysela
366a0131b8 Compilation fix (removed snd_mixer_info_t->switches) 2000-01-08 21:56:36 +00:00
Jaroslav Kysela
679338b28d Small changes for group setup.. 1999-12-09 16:28:24 +00:00
Jaroslav Kysela
8bb1860bf2 Abramo Bagnara <abramo@alsa-project.org>
Tue, 07 Dec 1999 08:44:05 +0100
- pcm mixer elements splitted for subchannel handling
- small fix to pcm device element
1999-12-07 10:10:07 +00:00
Jaroslav Kysela
13963ab1e1 Rear depth changes.. 1999-08-10 08:39:26 +00:00
Jaroslav Kysela
095f7b89b3 Added woofer... 1999-08-03 15:45:47 +00:00
Jaroslav Kysela
0b9109d6e6 Small fixes... 1999-08-02 21:58:27 +00:00
Jaroslav Kysela
b4524d72c0 Fixed a small MUX1 bug.. 1999-07-31 17:24:59 +00:00
Jaroslav Kysela
ac7440d124 More fixes.. 1999-07-30 22:24:24 +00:00
Jaroslav Kysela
724603ae07 Fixes for the conversion routines - John Fulmer <jfulmer@appin.org> 1999-07-30 21:58:34 +00:00
Jaroslav Kysela
544af07f8f Added MUX2 element handling... 1999-07-29 14:54:11 +00:00
Jaroslav Kysela
5c97980416 help updates 1999-07-27 18:37:18 +00:00
Jaroslav Kysela
b73edfdddc Documentation updates and some help updates.. 1999-07-27 18:35:09 +00:00
Jaroslav Kysela
0b5692b38a More mixer updates (GUS), OSS API emulation.. 1999-07-22 22:23:42 +00:00
Jaroslav Kysela
746d21d6f7 More mixer updates (probably last asound.h changes for group enhancements)... 1999-07-22 18:10:19 +00:00
Jaroslav Kysela
124906b797 More mixer updates: GUS 1999-07-22 15:04:46 +00:00
Jaroslav Kysela
5eab4faf04 More mixer updates and some fixes... 1999-07-22 10:49:40 +00:00
Jaroslav Kysela
a519f110d2 More mixer (group control) changes... 1999-07-21 11:52:55 +00:00
Jaroslav Kysela
fab3731743 Mixer interface updates (group extensions).. 1999-07-20 22:00:59 +00:00
Jaroslav Kysela
551d49e092 Compilation fixes... 1999-06-13 10:09:54 +00:00
Frank van de Pol
67f54274bd 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:31 +00:00
Jaroslav Kysela
7a41ac1568 Changed e-mail from <perex@jcu.cz> to <perex@suse.cz>.. 1999-05-11 22:18:49 +00:00
Jaroslav Kysela
56c35134f8 Small fixes - Ville Syrjala <villes@syrjala.pp.sci.fi> 1999-05-10 12:29:59 +00:00
Jaroslav Kysela
61e8186420 * HAL2 driver Ulf Carlsson <ulfc@thepuffingroup.com>
* Timer API changes/cleanups
* Sequencer API changes/cleanups
  - queue ioctls changed
  - instrument events added
1999-05-09 23:15:49 +00:00
Jaroslav Kysela
2e02eadd72 Mixer v2.0 merged to the main CVS tree... 1999-05-02 16:21:40 +00:00