summaryrefslogtreecommitdiff
path: root/src/mixer
Commit message (Expand)AuthorAgeFilesLines
* mixer: remove alloca() from elem_write_route()Takashi Sakamoto2016-07-151-6/+5
* mixer: change code formatting for elem_write_route()Takashi Sakamoto2016-07-151-1/+2
* mixer: remove alloca() from elem_write_enum()Takashi Sakamoto2016-07-151-5/+4
* mixer: change code formatting for elem_write_enum()Takashi Sakamoto2016-07-151-2/+4
* mixer: remove alloca() from elem_write_switch_constant()Takashi Sakamoto2016-07-151-5/+4
* mixer: remove alloca() from elem_write_switch()Takashi Sakamoto2016-07-151-5/+4
* mixer: change code formatting for elem_write_switch()Takashi Sakamoto2016-07-151-1/+2
* mixer: remove alloca() from elem_write_volume()Takashi Sakamoto2016-07-151-5/+4
* mixer: change code formatting for elem_write_volume()Takashi Sakamoto2016-07-151-1/+2
* mixer: remove alloca() from selem_read()Takashi Sakamoto2016-07-151-4/+3
* mixer: change code formatting for selem_read()Takashi Sakamoto2016-07-151-1/+2
* mixer: remove alloca() from elem_read_enum()Takashi Sakamoto2016-07-151-4/+3
* mixer: change code formatting for elem_read_enum()Takashi Sakamoto2016-07-151-2/+4
* mixer: remove alloca() from elem_read_route()Takashi Sakamoto2016-07-151-4/+3
* mixer: change code formatting for elem_read_route()Takashi Sakamoto2016-07-151-1/+2
* mixer: remove alloca() from elem_read_volume()Takashi Sakamoto2016-07-151-8/+6
* mixer: change code formatting for elem_read_volume()Takashi Sakamoto2016-07-151-1/+3
* mixer: include library local header to find layout of structuresTakashi Sakamoto2016-07-151-1/+1
* mixer: Fix unused parameter warningsTakashi Iwai2014-11-211-3/+3
* mixer: Fix inclusion of config.hTakashi Iwai2014-11-212-1/+2
* mixer: Fix missing hctl handle free in snd_mixer_attach_hctl()Takashi Iwai2014-09-231-1/+5
* simple_abst: null check for libRenu Tyagi2014-09-231-0/+2
* mixer: fixed double freeRenu Tyagi2014-09-231-3/+1
* autotools: update stylePatrick Welche2014-02-261-1/+1
* all places: doxygen cleanupsJaroslav Kysela2013-04-081-1/+1
* snd_mixer_poll_descriptors_revents should loop over pollfdSander Jansen2013-02-261-1/+1
* mixer: Don't build simple_abst when no libdl is availableTakashi Iwai2012-12-072-1/+15
* Reduce compilation warningsJaroslav Kysela2012-10-301-2/+0
* mixer: Remove redundant CHECK_ENUM() from snd_mixer_selem_is_enum*()Takashi Iwai2012-03-131-2/+0
* Fix compile warningsTakashi Iwai2011-05-041-2/+2
* Fix alsa-lib to regard 3D control - Depth as Playback ControlsRaymond Yau2011-02-281-1/+6
* mixer: fix enum checkClemens Ladisch2009-11-231-1/+0
* simple_none.c uses HAVE_SOFT_FLOAT it has to include config.hMichael Olbrich2009-11-161-0/+1
* Fix CHECK_ENUM() in simple.cTakashi Iwai2009-11-081-1/+1
* mixer: Add Speaker and Beep names to the weight listTakashi Iwai2009-08-311-0/+2
* Fix build with softfloat optionTakashi Iwai2009-01-211-0/+7
* Mark static tables as constant when possible.Diego E. 'Flameeyes' Pettenò2008-11-212-6/+6
* Make string arrays as constant as possible.Diego E. 'Flameeyes' Pettenò2008-11-211-2/+2
* Fix volume/switch updates for global/simple mixer elementsTakashi Iwai2008-11-101-3/+19
* implemented integer volume <-> dB volume conversion functions for simple mixerJaroslav Kysela2008-04-212-0/+87
* Make local functions really localTakashi Iwai2007-11-301-0/+6
* simple mixer: fix calculation of control rangeClemens Ladisch2007-11-121-6/+9
* Remove assert from header filesTakashi Iwai2007-10-251-0/+1
* Export dB conversion helper functionsTakashi Iwai2007-10-241-264/+13
* Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-156-10/+10
* Handle "Input Source" as a capture elementTakashi Iwai2007-08-291-3/+31
* mixer simple basic abstraction - added python bindingJaroslav Kysela2007-07-112-32/+109
* Add config and plugin directory options to configureTakashi Iwai2007-05-031-2/+2
* Allow build without libdl and libpthreadTakashi Iwai2007-03-221-2/+2
* fix SNDERR() format strings/argumentsClemens Ladisch2007-02-121-1/+1