Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz | Jaroslav Kysela | 2007-10-15 | 1 | -1/+1 |
| | |||||
* | Fix compile warnings | Takashi Iwai | 2005-12-16 | 1 | -1/+1 |
| | | | | Fix trivial compile warnings. | ||||
* | big simple mixer update | Jaroslav Kysela | 2005-06-03 | 1 | -19/+1 |
| | | | | | | | | | | | | | - exported all necessary functions to create a mixer module outside alsa-lib - separated simple mixer API from the simple mixer implementation (using callbacks as usuall) - src/mixer/simple.c is the core - src/mixer/simple_none.c is the current (no-abstraction) implementation based on control names; note that this module does not depend on internal ALSA structures now - src/mixer/simple_abst.c is the ongoing abstraction which will use external dynamic modules; src/conf/smixer.conf will describe which modules will be used depending on the components from the driver | ||||
* | Updated GNU GPL license (address). | Jaroslav Kysela | 2001-12-30 | 1 | -5/+5 |
| | | | | Changed GNU LGPL licence from 2.0 to 2.1. | ||||
* | New async notification API. Removed obsolete surround. Cleaning | Abramo Bagnara | 2001-06-20 | 1 | -1/+0 |
| | |||||
* | More documentation. Tiny change for simple mixer element API (get_range) | Abramo Bagnara | 2001-03-30 | 1 | -1/+0 |
| | |||||
* | Lot of cleanings with the help of gcc3 | Abramo Bagnara | 2001-03-29 | 1 | -0/+1 |
| | |||||
* | New simple mixer implementation | Abramo Bagnara | 2001-02-15 | 1 | -23/+2 |
| | |||||
* | Changed control to use events mask. Added subscribe ioctl | Abramo Bagnara | 2001-02-13 | 1 | -3/+2 |
| | |||||
* | Added the safe version of the list_for_each function. | Jaroslav Kysela | 2001-02-13 | 1 | -1/+2 |
| | |||||
* | Improved mixer sort/compare interface. | Jaroslav Kysela | 2001-02-12 | 1 | -0/+2 |
| | |||||
* | Added sort & compare functions to the mixer API. | Jaroslav Kysela | 2001-02-12 | 1 | -0/+7 |
| | |||||
* | Fixed handle_events | Abramo Bagnara | 2001-02-11 | 1 | -1/+1 |
| | |||||
* | Completed mixer API. Improved iterators. Renamed control values struct. ↵ | Abramo Bagnara | 2001-02-11 | 1 | -29/+61 |
| | | | | Rewritten simple elements implementation | ||||
* | Updated the hctl interface (the more independent way). | Jaroslav Kysela | 2001-02-09 | 1 | -1/+1 |
| | |||||
* | Fixes | Abramo Bagnara | 2001-02-09 | 1 | -1/+1 |
| | |||||
* | Completed control and mixer API | Abramo Bagnara | 2001-02-09 | 1 | -59/+50 |
| | |||||
* | Better names for control API | Abramo Bagnara | 2001-02-07 | 1 | -7/+7 |
| | |||||
* | Control API encapsulation. Better names for kernel API. Simpler PCM ↵ | Abramo Bagnara | 2001-02-06 | 1 | -1/+0 |
| | | | | hw_params API. Added missing const. | ||||
* | Removed card type from devices info. Added card number to devices info. ↵ | Abramo Bagnara | 2001-01-31 | 1 | -1/+1 |
| | | | | Completed encapsulation of PCM API. Removed snd_pcm_card(). All copy functions now have the form copy(dst, src). | ||||
* | Merged pcmfinal branch. | Jaroslav Kysela | 2000-11-20 | 1 | -5/+5 |
| | |||||
* | Added support for single controls (example: Bass & Treble) | Jaroslav Kysela | 2000-09-04 | 1 | -10/+13 |
| | |||||
* | Added support for route controls | Jaroslav Kysela | 2000-08-22 | 1 | -5/+11 |
| | |||||
* | Added bag operations for the high-level control interface. | Jaroslav Kysela | 2000-08-16 | 1 | -7/+12 |
| | | | | Added event layer for simple mixer controls (not fully finished). | ||||
* | More control/mixer API updates. | Jaroslav Kysela | 2000-07-28 | 1 | -1/+24 |
| | | | | | Added highlevel control layer. Recoded simple control mixer API. | ||||
* | Removed old mixer API functions. | Jaroslav Kysela | 2000-07-15 | 1 | -0/+54 |
Added simple control layer (experimental). |