Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-21 | Make all the remaining ops structure constants. | Diego E. 'Flameeyes' Pettenò | 1 | -3/+3 | |
This excludes the mixer for now since it requires a change to the public headers. Signed-off-by: Diego E. 'Flameeyes' Pettenò <flameeyes@gmail.com> | |||||
2005-06-28 | Fix compile warnings with gcc-4 | Takashi Iwai | 1 | -1/+1 | |
Fixed compile warnings with gcc-4 about pointer signedness. | |||||
2005-05-24 | Fix doxygen documents | Takashi Iwai | 1 | -2/+2 | |
Fix the warnings of doxygen parsing. Add some missing documentation. | |||||
2005-02-01 | undef gets in case it's a macro | Takashi Iwai | 1 | -2/+2 | |
From Thierry Vignaud <tvignaud@mandrakesoft.com>: from rh: undef gets in case it's a macro (see https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=141423) | |||||
2003-07-25 | fixes by Art Haas <ahaas@airmail.net>: | Takashi Iwai | 1 | -10/+10 | |
rewritten with C99 struct initialization style. | |||||
2002-07-23 | Documentation update by Clement Ladish | Jaroslav Kysela | 1 | -35/+48 | |
2001-12-30 | Updated GNU GPL license (address). | Jaroslav Kysela | 1 | -5/+5 | |
Changed GNU LGPL licence from 2.0 to 2.1. | |||||
2001-09-18 | Changed GPL->LGPL as agreed by Abramo | Jaroslav Kysela | 1 | -7/+7 | |
2001-07-18 | More documentation updates. | Jaroslav Kysela | 1 | -0/+1 | |
2001-05-29 | Compilation fixes for forthcoming GCC 3.0 | Abramo Bagnara | 1 | -6/+6 | |
2001-04-17 | Typo | Abramo Bagnara | 1 | -1/+1 | |
2001-03-30 | Documentation generation fixes | Abramo Bagnara | 1 | -1/+2 | |
2001-03-29 | Lot of cleanings with the help of gcc3 | Abramo Bagnara | 1 | -8/+8 | |
2001-03-29 | More documentation. Added mode argument to i/o_stdio_open. | Abramo Bagnara | 1 | -2/+3 | |
2001-03-26 | Added mode argument to open functions where it was missing. First part of ↵ | Abramo Bagnara | 1 | -2/+2 | |
CTL documentation | |||||
2001-03-25 | Documented input, output and conf | Abramo Bagnara | 1 | -12/+76 | |
2001-02-11 | Completed mixer API. Improved iterators. Renamed control values struct. ↵ | Abramo Bagnara | 1 | -13/+13 | |
Rewritten simple elements implementation | |||||
2001-02-06 | Control API encapsulation. Better names for kernel API. Simpler PCM ↵ | Abramo Bagnara | 1 | -2/+0 | |
hw_params API. Added missing const. | |||||
2001-01-31 | Removed card type from devices info. Added card number to devices info. ↵ | Abramo Bagnara | 1 | -1/+0 | |
Completed encapsulation of PCM API. Removed snd_pcm_card(). All copy functions now have the form copy(dst, src). | |||||
2001-01-23 | Remove ansidecl.h inclusion | Abramo Bagnara | 1 | -1/+0 | |
2001-01-17 | Commented SYSERR | Abramo Bagnara | 1 | -1/+1 | |
2001-01-17 | Added I/O classes | Abramo Bagnara | 1 | -0/+261 | |