summaryrefslogtreecommitdiff
path: root/include/mixer.h
AgeCommit message (Expand)AuthorFilesLines
2013-04-08all places: doxygen cleanupsJaroslav Kysela1-1/+1
2009-08-04remove unimplemented functions from headersClemens Ladisch1-2/+0
2008-08-31alsa-lib: Don't call the simple mixer interface "legacy"Lennart Poettering1-2/+2
2008-04-21implemented integer volume <-> dB volume conversion functions for simple mixerJaroslav Kysela1-0/+4
2007-10-25Remove assert from header filesTakashi Iwai1-2/+2
2007-10-15Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-1/+1
2005-08-24mixer API - extend simple enumerated controls for direction testsJaroslav Kysela1-0/+2
2005-06-23fix compilation with C++Clemens Ladisch1-12/+12
2005-06-16more simple mixer - basic abstraction - workJaroslav Kysela1-9/+11
2005-06-03mixer - fix typo and memory leakJaroslav Kysela1-1/+1
2005-06-03big simple mixer updateJaroslav Kysela1-6/+62
2005-01-17fix some file paths in commentsClemens Ladisch1-3/+3
2004-03-14Initial proposal for selection of abstraction in simple mixer API.Jaroslav Kysela1-1/+32
2002-09-09added the handling of enum controls to simple mixer API.Takashi Iwai1-0/+6
2002-03-12Corrections by Kevin Conder <kconder@interaccess.com>Jaroslav Kysela1-2/+2
2002-02-05removed comma from last element of enums.Takashi Iwai1-1/+1
2001-12-30Updated GNU GPL license (address).Jaroslav Kysela1-5/+5
2001-11-30Added snd_*_poll_descriptors_revents functions.Jaroslav Kysela1-0/+1
2001-11-14pcm.h - major documentation updates and reorderingJaroslav Kysela1-15/+7
2001-09-13Separated asoundlib.h to small files.Jaroslav Kysela1-27/+40
2001-07-23Added snd_mixer_selem_is_active function.Jaroslav Kysela1-0/+1
2001-04-24Improved in-source documentation (interfaces are divided into modules).Jaroslav Kysela1-0/+16
2001-03-30More documentation. Tiny change for simple mixer element API (get_range)Abramo Bagnara1-11/+78
2001-03-29Lot of cleanings with the help of gcc3Abramo Bagnara1-0/+1
2001-03-29Get rid of enum type checking ugly trickAbramo Bagnara1-30/+4
2001-03-26Added mode argument to open functions where it was missing. First part of CTL...Abramo Bagnara1-1/+1
2001-02-18Changed descriptors_countAbramo Bagnara1-1/+1
2001-02-18Added range specification to simple mixer. Fixes to alsamixer. Added mixer su...Abramo Bagnara1-1/+6
2001-02-15New simple mixer implementationAbramo Bagnara1-21/+36
2001-02-14Removed snd_mixer_elem_count.Jaroslav Kysela1-1/+0
2001-02-14Changed behaviour of poll_descriptors function (returns the filled count of f...Jaroslav Kysela1-0/+2
2001-02-13Changed control to use events mask. Added subscribe ioctlAbramo Bagnara1-2/+2
2001-02-13Definitely fixed the sorting/find problems for hcontrol & mixer.Jaroslav Kysela1-1/+1
2001-02-12More generic support for poll descriptorsAbramo Bagnara1-1/+2
2001-02-12Added sort & compare functions to the mixer API.Jaroslav Kysela1-1/+1
2001-02-11Completed mixer API. Improved iterators. Renamed control values struct. Rewri...Abramo Bagnara1-43/+57
2001-02-09Updated the hctl interface (the more independent way).Jaroslav Kysela1-1/+1
2001-02-09Completed control and mixer APIAbramo Bagnara1-73/+58
2001-02-07Better names for control APIAbramo Bagnara1-7/+7
2001-02-05Encapsulated hwdep. Converted all enums to type safetyAbramo Bagnara1-11/+28
2000-12-22Added snd_*_card() functions.Jaroslav Kysela1-0/+1
2000-11-20Merged pcmfinal branch.Jaroslav Kysela1-6/+6
2000-09-24Merged pcmplug branch.Jaroslav Kysela1-1/+1
2000-09-11Added abstraction layer to controls. Added client/server support to controls....Abramo Bagnara1-1/+1
2000-07-15Removed old mixer API functions.Jaroslav Kysela1-45/+95
2000-01-23Added extern to snd_mixer_weight_entry_t *snd_mixer_default_weightsJaroslav Kysela1-1/+1
2000-01-18Added group and elements sortingAbramo Bagnara1-0/+11
1999-11-30PCM loopback API improved and added back the functionality.Jaroslav Kysela1-1/+1
1999-11-27Mixer: Added filter ioctls for read events.Jaroslav Kysela1-1/+2
1999-07-27Mixer read filter...Jaroslav Kysela1-0/+1