summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Split mmap-emulation code from hw layerTakashi Iwai2007-07-111-1/+3
* Fix clean-up of header filesTakashi Iwai2007-07-111-1/+1
* Create asoundlib.h dynamically according to configure optionsTakashi Iwai2007-07-103-22/+53
* String array for default rate plugin listTakashi Iwai2007-03-221-1/+2
* Allow build without libdl and libpthreadTakashi Iwai2007-03-221-0/+5
* Check _POSIX_SOURCE for timeval definitionTakashi Iwai2007-03-091-1/+1
* Update emu10k1.h for new versionTakashi Iwai2007-01-191-0/+2
* remove snd_ctl_iface_conf_name() prototype, namehint doxygen cleanupsJaroslav Kysela2006-12-071-1/+0
* add snd_device_name_get_hint() prototype to include/control.hJaroslav Kysela2006-12-051-0/+1
* fix string list parameter in snd_device_name_(free_)hint prototypesClemens Ladisch2006-12-041-2/+2
* change iface argument for namehint function to const char *Jaroslav Kysela2006-10-271-1/+1
* pcm: fix ipc offset calculation for direct pluginsJaroslav Kysela2006-10-231-4/+4
* add snd_device_name_hint() function and initial implementationJaroslav Kysela2006-10-112-0/+8
* fix various warningsJaroslav Kysela2006-10-061-1/+1
* Add struct timeval and timespec definition when _POSIX_C_SOURCE is not definedJaroslav Kysela2006-10-061-0/+12
* add support for hosts that have custom symbol prefixesTakashi Iwai2006-09-192-19/+22
* Add support of dB range compound TLVTakashi Iwai2006-09-061-0/+2
* Add handling of linear volume in simple mixerTakashi Iwai2006-08-281-0/+5
* Move dB parser to mixer abstractionTakashi Iwai2006-07-281-1/+0
* Remove dependencies with kernel headers from instrument layer codesTakashi Iwai2006-07-256-23/+46
* Implement support for dB gain display in alsamixer.James Courtier-Dutton2006-07-221-0/+1
* Control API - add TLV supportJaroslav Kysela2006-07-052-2/+35
* Allow ioplugins to override snd_pcm_delay()Pierre Ossman2006-05-261-1/+5
* Remove enum from kernel APITakashi Iwai2006-05-103-21/+21
* clarify SND_SEQ_PORT_TYPE_xxx documentationClemens Ladisch2006-05-021-16/+35
* add more sequencer port type information bitsClemens Ladisch2006-05-022-0/+9
* Create rate converter plugin SDKTakashi Iwai2006-04-063-2/+119
* Add init callback to extplugTakashi Iwai2006-03-201-1/+5
* Portability fix for alsa-lib on mipsTakashi Iwai2006-03-031-1/+1
* Avoid unnecesasry call of resmgrTakashi Iwai2006-02-201-1/+3
* Fix infinite parse of recursive definitionsTakashi Iwai2006-01-301-0/+5
* Skip resmgr when EAGAIN or EBUSYTakashi Iwai2006-01-131-0/+2
* implementation of pcm simple helper functionJaroslav Kysela2006-01-061-0/+17
* Fix declaration of snd_pcm_ladspa_open()Takashi Iwai2005-12-141-0/+1
* seq: reorganize sequencer client numbersClemens Ladisch2005-12-121-2/+3
* remove SND_SEQ_CLIENT_{DUMMY,OSS} symbolsClemens Ladisch2005-11-201-2/+0
* Fix type-punningTakashi Iwai2005-09-292-1/+12
* fixed typo in commentJaroslav Kysela2005-09-211-1/+1
* mixer API - extend simple enumerated controls for direction testsJaroslav Kysela2005-08-242-1/+4
* Allow separate build and source treesTakashi Iwai2005-08-231-5/+5
* moved simple mixer abstraction modules to modules/mixer/simple directoryJaroslav Kysela2005-08-221-0/+2
* direct plugins (dmix) - suspend/resume fixesJaroslav Kysela2005-08-162-1/+5
* sync with alsa-kernel - timer SUSPEND / RESUME eventsJaroslav Kysela2005-08-161-1/+5
* Add function declarationTakashi Iwai2005-08-031-0/+1
* Fix compilation on a system with old alsa-lib headersTakashi Iwai2005-06-281-1/+4
* fix compilation with C++Clemens Ladisch2005-06-231-12/+12
* more simple mixer - basic abstraction - workJaroslav Kysela2005-06-162-12/+20
* Add detailed documentation for external control plugin SDKTakashi Iwai2005-06-131-10/+91
* Add external control plugin SDKTakashi Iwai2005-06-093-2/+189
* mixer - fix typo and memory leakJaroslav Kysela2005-06-031-1/+1