summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2001-02-09Completed control and mixer APIAbramo Bagnara7-308/+326
2001-02-07Commented out enum typecheckingAbramo Bagnara1-1/+1
2001-02-07Removed snd_pcm_hw_refine from APIAbramo Bagnara1-1/+0
2001-02-07Better names for control APIAbramo Bagnara5-214/+214
2001-02-07Splitted rawmidi streams. Removed stream constraint on config filesAbramo Bagnara1-16/+10
2001-02-07Encapsulated conf APIAbramo Bagnara2-57/+40
2001-02-06Control API encapsulation. Better names for kernel API. Simpler PCM hw_params...Abramo Bagnara14-183/+476
2001-02-05TypoAbramo Bagnara1-5/+5
2001-02-05Encapsulated hwdep. Converted all enums to type safetyAbramo Bagnara16-203/+365
2001-02-04Added missing rawmidi functions. Cleaned PCM use of masksAbramo Bagnara1-16/+13
2001-02-04Corrected and completed encapsulation for PCM and rawmidi. Remove SND_PCM_HW_...Abramo Bagnara7-299/+503
2001-02-02Fixed C++ casting problems. free functions returns voidAbramo Bagnara1-10/+10
2001-02-01Removed obsolete functionsAbramo Bagnara1-7/+0
2001-02-01Cosmetic changeJaroslav Kysela1-0/+1
2001-02-01moved #ifdef _cplusplusAbramo Bagnara4-12/+12
2001-01-31Removed card type from devices info. Added card number to devices info. Compl...Abramo Bagnara3-30/+71
2001-01-30Added snd_ prefix to mask and interval. Divided header.h wrappersAbramo Bagnara8-632/+632
2001-01-29First step toward encapsulationAbramo Bagnara1-0/+606
2001-01-29Added stuff for C++ compilationAbramo Bagnara2-0/+16
2001-01-19Added support for hw_free in alsa-libAbramo Bagnara1-0/+1
2001-01-17Added I/O classesAbramo Bagnara5-21/+56
2001-01-15Fixed right access use for pcm_plugAbramo Bagnara1-0/+2
2001-01-15Changed some remaining size_t'sAbramo Bagnara1-5/+5
2001-01-15New PCM model with fragment concept removal and two interrupt sourcesAbramo Bagnara1-80/+91
2001-01-01Moved ERR and SYSERR to a global placeAbramo Bagnara2-1/+30
2000-12-30Fixed a bug in interval printing. Added missing mmap functions. Added _try hw...Abramo Bagnara1-9/+19
2000-12-29remove unused fieldAbramo Bagnara1-1/+0
2000-12-29PCM API cleaning. silencing implementation. xfer_min removalAbramo Bagnara2-55/+76
2000-12-23Fixed snd_*_card() wrt aserverAbramo Bagnara2-7/+6
2000-12-22Added snd_*_card() functions.Jaroslav Kysela5-12/+19
2000-12-21Removed dig_info & dig_params..Jaroslav Kysela2-4/+0
2000-12-21New hw_params implementationAbramo Bagnara2-22/+64
2000-12-11Added pcm_copy and fixed pcm_plug for access change case.Abramo Bagnara1-0/+1
2000-12-07Runtime hw_info constraints support. New hw_info with lengthsAbramo Bagnara1-2/+2
2000-11-30Changes and cleanups for the timer API.Jaroslav Kysela3-3/+6
2000-11-30Fixed constness wrt snd_pcm_channel_area_tAbramo Bagnara1-9/+9
2000-11-29Cleaned all hw_info. Removed snd_pcm_hw_{info,params}_rules* and changed stra...Abramo Bagnara1-18/+16
2000-11-26Added sequencer event <-> MIDI byte stream coder from the kernel spaceJaroslav Kysela2-2/+30
2000-11-26Implemeted optimal hw_params choiceAbramo Bagnara1-0/+23
2000-11-25Added helper. Tiny cleaningsAbramo Bagnara1-0/+2
2000-11-25Added configurable error handlers.Jaroslav Kysela4-14/+21
2000-11-24Added snd_pcm_reset to APIAbramo Bagnara1-0/+1
2000-11-20Merged pcmfinal branch.Jaroslav Kysela11-149/+98
2000-11-03Big rawmidi update - added subdevices support.Jaroslav Kysela1-3/+2
2000-10-30Added functions:Jaroslav Kysela3-0/+3
2000-10-16Added mmaped avail_minAbramo Bagnara2-0/+5
2000-10-14More diagnostics. Fixed shm use.Abramo Bagnara1-1/+1
2000-10-14Fixed pointers useAbramo Bagnara1-5/+17
2000-10-14Fixed mmap wrt shm. Renamed pcm_client, control_client to shm. More error mes...Abramo Bagnara3-22/+27
2000-10-11Added support for async. Added error callback (and begun to use it). First im...Abramo Bagnara2-2/+10