summaryrefslogtreecommitdiff
path: root/src/input.c
AgeCommit message (Collapse)AuthorFilesLines
2008-11-21Make 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-28Fix compile warnings with gcc-4Takashi Iwai1-1/+1
Fixed compile warnings with gcc-4 about pointer signedness.
2005-05-24Fix doxygen documentsTakashi Iwai1-2/+2
Fix the warnings of doxygen parsing. Add some missing documentation.
2005-02-01undef gets in case it's a macroTakashi Iwai1-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-25fixes by Art Haas <ahaas@airmail.net>:Takashi Iwai1-10/+10
rewritten with C99 struct initialization style.
2002-07-23Documentation update by Clement LadishJaroslav Kysela1-35/+48
2001-12-30Updated GNU GPL license (address).Jaroslav Kysela1-5/+5
Changed GNU LGPL licence from 2.0 to 2.1.
2001-09-18Changed GPL->LGPL as agreed by AbramoJaroslav Kysela1-7/+7
2001-07-18More documentation updates.Jaroslav Kysela1-0/+1
2001-05-29Compilation fixes for forthcoming GCC 3.0Abramo Bagnara1-6/+6
2001-04-17TypoAbramo Bagnara1-1/+1
2001-03-30Documentation generation fixesAbramo Bagnara1-1/+2
2001-03-29Lot of cleanings with the help of gcc3Abramo Bagnara1-8/+8
2001-03-29More documentation. Added mode argument to i/o_stdio_open.Abramo Bagnara1-2/+3
2001-03-26Added mode argument to open functions where it was missing. First part of ↵Abramo Bagnara1-2/+2
CTL documentation
2001-03-25Documented input, output and confAbramo Bagnara1-12/+76
2001-02-11Completed mixer API. Improved iterators. Renamed control values struct. ↵Abramo Bagnara1-13/+13
Rewritten simple elements implementation
2001-02-06Control API encapsulation. Better names for kernel API. Simpler PCM ↵Abramo Bagnara1-2/+0
hw_params API. Added missing const.
2001-01-31Removed card type from devices info. Added card number to devices info. ↵Abramo Bagnara1-1/+0
Completed encapsulation of PCM API. Removed snd_pcm_card(). All copy functions now have the form copy(dst, src).
2001-01-23Remove ansidecl.h inclusionAbramo Bagnara1-1/+0
2001-01-17Commented SYSERRAbramo Bagnara1-1/+1
2001-01-17Added I/O classesAbramo Bagnara1-0/+261