summaryrefslogtreecommitdiff
path: root/src/control/hcontrol.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-08control, pcm: implement snd_ctl_abort() and snd_pcm_abort() functionsJaroslav Kysela1-1/+1
2012-07-05hctl: Remove a useless assertMartin Sandsmark1-1/+0
2009-11-08Remove redefinition of _GNU_SOURCE and __USE_GNUTakashi Iwai1-3/+0
2009-10-06hcontrol: fix compare_default function to handle also id.device and id.subdeviceJaroslav Kysela1-4/+10
2008-11-21Mark static tables as constant when possible.Diego E. 'Flameeyes' Pettenò1-3/+3
2007-10-15Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-2/+2
2007-03-22Allow build without libdl and libpthreadTakashi Iwai1-2/+9
2006-07-28Move dB parser to mixer abstractionTakashi Iwai1-110/+1
2006-07-27mixer - cleanups for dB scale parsingJaroslav Kysela1-25/+27
2006-07-22Implement support for dB gain display in alsamixer.James Courtier-Dutton1-0/+108
2006-07-11Fix examples for PCM API. Fix dogygen warnings.Jaroslav Kysela1-3/+3
2006-07-05Control API - add TLV supportJaroslav Kysela1-1/+50
2006-05-26Make snd_hctl_wait() respect the APIPierre Ossman1-11/+41
2006-02-27remove superfluous free() checksClemens Ladisch1-2/+1
2005-06-28Fix compile warnings with gcc-4Takashi Iwai1-3/+3
2005-06-09Add external shared object supportTakashi Iwai1-0/+4
2005-05-24Fix doxygen documentsTakashi Iwai1-1/+1
2004-01-26Stephen Cook <siti_veni@lycos.com>:Takashi Iwai1-5/+15
2003-10-13More changes to the ordinary mixer APIJaroslav Kysela1-0/+14
2003-09-09added snd_hctl_ctl() functionJaroslav Kysela1-1/+10
2003-07-27Added snd_hctl_open_ctl() function.Jaroslav Kysela1-5/+19
2002-03-12Corrections by Kevin Conder <kconder@interaccess.com>Jaroslav Kysela1-16/+16
2002-02-11More documentation changes (rawmidi, timer)Jaroslav Kysela1-0/+12
2001-12-30Updated GNU GPL license (address).Jaroslav Kysela1-5/+5
2001-07-18More documentation updates.Jaroslav Kysela1-0/+1
2001-07-11Added documentation for instrument and midi event functions.Jaroslav Kysela1-1/+5
2001-05-14Updated the sorting tables and functions.Jaroslav Kysela1-0/+3
2001-05-14Changed in the compare_weight countingJaroslav Kysela1-8/+20
2001-03-30Documentation generation fixesAbramo Bagnara1-3/+0
2001-03-29Lot of cleanings with the help of gcc3Abramo Bagnara1-10/+10
2001-03-29More documentation. Added mode argument to i/o_stdio_open.Abramo Bagnara1-5/+280
2001-03-27Added I2S to sort tables.Jaroslav Kysela1-2/+2
2001-03-26Added mode argument to open functions where it was missing. First part of CTL...Abramo Bagnara1-2/+2
2001-03-16Added more sort rulesJaroslav Kysela1-0/+6
2001-02-18Changed descriptors_countAbramo Bagnara1-3/+2
2001-02-14Changed behaviour of poll_descriptors function (returns the filled count of f...Jaroslav Kysela1-0/+7
2001-02-13Changed control to use events mask. Added subscribe ioctlAbramo Bagnara1-55/+54
2001-02-13Cached compare weight for hctl_elem tooAbramo Bagnara1-89/+91
2001-02-13My bogus assumption on add_tail semanticAbramo Bagnara1-2/+2
2001-02-13One more fixes to sortingAbramo Bagnara1-2/+2
2001-02-13Definitely fixed the sorting/find problems for hcontrol & mixer.Jaroslav Kysela1-10/+9
2001-02-13Removed Capture Source exceptions. Renamed snd_hctl_elem_get_handleAbramo Bagnara1-1/+1
2001-02-12More generic support for poll descriptorsAbramo Bagnara1-2/+14
2001-02-12More bugfixes (sort, compare, mixer, hcontrol).Jaroslav Kysela1-4/+7
2001-02-12Improved mixer sort/compare interface.Jaroslav Kysela1-1/+3
2001-02-12Added sort & compare functions to the mixer API.Jaroslav Kysela1-2/+8
2001-02-11Fixed handle_eventsAbramo Bagnara1-2/+5
2001-02-11Completed mixer API. Improved iterators. Renamed control values struct. Rewri...Abramo Bagnara1-100/+103
2001-02-09Updated the hctl interface (the more independent way).Jaroslav Kysela1-114/+186
2001-02-09Completed control and mixer APIAbramo Bagnara1-0/+458