summaryrefslogtreecommitdiff
path: root/src/mixer
AgeCommit message (Expand)AuthorFilesLines
2014-11-21mixer: Fix unused parameter warningsTakashi Iwai1-3/+3
2014-11-21mixer: Fix inclusion of config.hTakashi Iwai2-1/+2
2014-09-23mixer: Fix missing hctl handle free in snd_mixer_attach_hctl()Takashi Iwai1-1/+5
2014-09-23simple_abst: null check for libRenu Tyagi1-0/+2
2014-09-23mixer: fixed double freeRenu Tyagi1-3/+1
2014-02-26autotools: update stylePatrick Welche1-1/+1
2013-04-08all places: doxygen cleanupsJaroslav Kysela1-1/+1
2013-02-26snd_mixer_poll_descriptors_revents should loop over pollfdSander Jansen1-1/+1
2012-12-07mixer: Don't build simple_abst when no libdl is availableTakashi Iwai2-1/+15
2012-10-30Reduce compilation warningsJaroslav Kysela1-2/+0
2012-03-13mixer: Remove redundant CHECK_ENUM() from snd_mixer_selem_is_enum*()Takashi Iwai1-2/+0
2011-05-04Fix compile warningsTakashi Iwai1-2/+2
2011-02-28Fix alsa-lib to regard 3D control - Depth as Playback ControlsRaymond Yau1-1/+6
2009-11-23mixer: fix enum checkClemens Ladisch1-1/+0
2009-11-16simple_none.c uses HAVE_SOFT_FLOAT it has to include config.hMichael Olbrich1-0/+1
2009-11-08Fix CHECK_ENUM() in simple.cTakashi Iwai1-1/+1
2009-08-31mixer: Add Speaker and Beep names to the weight listTakashi Iwai1-0/+2
2009-01-21Fix build with softfloat optionTakashi Iwai1-0/+7
2008-11-21Mark static tables as constant when possible.Diego E. 'Flameeyes' Pettenò2-6/+6
2008-11-21Make string arrays as constant as possible.Diego E. 'Flameeyes' Pettenò1-2/+2
2008-11-10Fix volume/switch updates for global/simple mixer elementsTakashi Iwai1-3/+19
2008-04-21implemented integer volume <-> dB volume conversion functions for simple mixerJaroslav Kysela2-0/+87
2007-11-30Make local functions really localTakashi Iwai1-0/+6
2007-11-12simple mixer: fix calculation of control rangeClemens Ladisch1-6/+9
2007-10-25Remove assert from header filesTakashi Iwai1-0/+1
2007-10-24Export dB conversion helper functionsTakashi Iwai1-264/+13
2007-10-15Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela6-10/+10
2007-08-29Handle "Input Source" as a capture elementTakashi Iwai1-3/+31
2007-07-11mixer simple basic abstraction - added python bindingJaroslav Kysela2-32/+109
2007-05-03Add config and plugin directory options to configureTakashi Iwai1-2/+2
2007-03-22Allow build without libdl and libpthreadTakashi Iwai1-2/+2
2007-02-12fix SNDERR() format strings/argumentsClemens Ladisch1-1/+1
2006-10-13Implements support for capture/playback enums.James Courtier-Dutton1-26/+133
2006-10-11add snd_device_name_hint() function and initial implementationJaroslav Kysela1-0/+4
2006-10-01simple mixer - fix error recovery path for volume / switch writeJaroslav Kysela1-1/+11
2006-09-07Fix wrong scales in linear volume calculationTakashi Iwai1-5/+5
2006-09-06Add support of dB range compound TLVTakashi Iwai1-50/+144
2006-08-28Add handling of linear volume in simple mixerTakashi Iwai1-4/+64
2006-08-25Add set_dB ops to simple mixerTakashi Iwai1-21/+63
2006-08-25Add dB_range ops for simple mixerTakashi Iwai1-22/+58
2006-08-23Fix segfault when invalid TLV is passedv1.0.12Takashi Iwai1-1/+1
2006-08-23Fix dB ops for global volumeTakashi Iwai1-1/+6
2006-07-28Move dB parser to mixer abstractionTakashi Iwai1-15/+125
2006-07-27mixer - cleanups for dB scale parsingJaroslav Kysela1-8/+9
2006-07-22Implement support for dB gain display in alsamixer.James Courtier-Dutton1-5/+30
2006-03-21Fix the description of snd_mixer_handle_events()Takashi Iwai1-1/+1
2006-02-27remove superfluous free() checksClemens Ladisch3-8/+4
2005-12-16Fix compile warningsTakashi Iwai2-2/+2
2005-12-02Fix the handling of stereo capture sourceTakashi Iwai1-1/+3
2005-10-12fix doxygen warningsClemens Ladisch3-9/+17