summaryrefslogtreecommitdiff
path: root/src/mixer/simple.c
Commit message (Expand)AuthorAgeFilesLines
* mixer: Fix inclusion of config.hTakashi Iwai2014-11-211-0/+1
* mixer: Remove redundant CHECK_ENUM() from snd_mixer_selem_is_enum*()Takashi Iwai2012-03-131-2/+0
* mixer: fix enum checkClemens Ladisch2009-11-231-1/+0
* Fix CHECK_ENUM() in simple.cTakashi Iwai2009-11-081-1/+1
* Mark static tables as constant when possible.Diego E. 'Flameeyes' Pettenò2008-11-211-1/+1
* implemented integer volume <-> dB volume conversion functions for simple mixerJaroslav Kysela2008-04-211-0/+58
* Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-151-2/+2
* mixer simple basic abstraction - added python bindingJaroslav Kysela2007-07-111-1/+0
* fix doxygen warningsClemens Ladisch2005-10-121-1/+5
* mixer API - extend simple enumerated controls for direction testsJaroslav Kysela2005-08-241-1/+25
* Fix bug when a sound card had a stereo mute element and would fail to unmute ...James Courtier-Dutton2005-06-291-1/+1
* more simple mixer - basic abstraction - workJaroslav Kysela2005-06-161-155/+224
* big simple mixer updateJaroslav Kysela2005-06-031-1412/+213
* a bit reordered code to fix bug #838Jaroslav Kysela2005-05-301-8/+10
* Fix doxygen documentsTakashi Iwai2005-05-241-1/+1
* Add Side controls in the weight listTakashi Iwai2005-02-181-0/+1
* Add Front control to weight listTakashi Iwai2005-01-031-0/+1
* fixed documents to process properly via doxygen.Takashi Iwai2004-05-241-2/+2
* fixed the event handling of enum elements.Takashi Iwai2004-05-021-2/+6
* fixed compile warnings.Takashi Iwai2004-04-151-1/+1
* Initial proposal for selection of abstraction in simple mixer API.Jaroslav Kysela2004-03-141-1/+2
* Fixed range problemsJaroslav Kysela2003-12-091-0/+4
* - fixed the invalid (positive) return value from snd_mixer_set_xxx()Takashi Iwai2003-11-191-1/+3
* accept enum items for other volumes and switches.Takashi Iwai2002-09-201-0/+8
* handle enumerated playback/capture routes.Takashi Iwai2002-09-131-0/+4
* added the handling of enum controls to simple mixer API.Takashi Iwai2002-09-091-3/+177
* Added back check for duplicated helementsJaroslav Kysela2002-09-041-0/+9
* replaced excessive asserts with normal conditionals.Takashi Iwai2002-09-031-30/+58
* fixed the detection of playback switch.Takashi Iwai2002-05-021-1/+2
* Corrections by Kevin Conder <kconder@interaccess.com>Jaroslav Kysela2002-03-121-26/+26
* fixed handling of capture switch / volume:Takashi Iwai2002-03-121-2/+7
* Updated GNU GPL license (address).Jaroslav Kysela2001-12-301-5/+5
* Fixed typoJaroslav Kysela2001-08-271-1/+1
* Another fix - switch behaviourJaroslav Kysela2001-07-301-1/+20
* Mixer behaviour fixesJaroslav Kysela2001-07-261-28/+74
* Small fixes (capture & switch read)Jaroslav Kysela2001-07-251-18/+18
* Added snd_mixer_selem_is_active function.Jaroslav Kysela2001-07-231-52/+56
* More documentation updates.Jaroslav Kysela2001-07-181-1/+2
* Added documentation for instrument and midi event functions.Jaroslav Kysela2001-07-111-2/+2
* Added more Tone Control items to the sort tablesJaroslav Kysela2001-05-141-0/+6
* Updated the sorting tables and functions.Jaroslav Kysela2001-05-141-17/+59
* Added 'Center' and 'LFE' to the sort tableJaroslav Kysela2001-05-081-0/+2
* Fixed capture source handlingJaroslav Kysela2001-04-181-1/+3
* Documentation generation fixesAbramo Bagnara2001-03-301-3/+6
* More documentation. Tiny change for simple mixer element API (get_range)Abramo Bagnara2001-03-301-223/+527
* Lot of cleanings with the help of gcc3Abramo Bagnara2001-03-291-18/+18
* Added I2S to sort tables.Jaroslav Kysela2001-03-271-0/+2
* Added more sort rulesJaroslav Kysela2001-03-161-1/+9
* Added range specification to simple mixer. Fixes to alsamixer. Added mixer su...Abramo Bagnara2001-02-181-4/+53
* New simple mixer implementationAbramo Bagnara2001-02-151-407/+771