summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* mixer: simple module: python 3.10 PyTuple_SET_ITEM() fixGraham Inggs2022-05-201-10/+10
* snd_dlopen: implement the relocatable version for glibcJaroslav Kysela2020-06-041-3/+7
* snd_dlopen: do not use absolute plugin path for snd_dlopen() callsJaroslav Kysela2020-06-041-1/+1
* modules: smixer_python - add support for python3Jaroslav Kysela2018-03-271-119/+222
* configure.ac: build extra mixer modules conditionallyJaroslav Kysela2017-11-271-5/+9
* Change snd_dlopen() function to return the error stringJaroslav Kysela2017-11-271-3/+3
* Change FSF address (Franklin Street)Jaroslav Kysela2017-11-146-6/+6
* mixer: Don't install smixer modules unless python is enabledTakashi Iwai2016-11-141-3/+1
* mixer: remove assignment to unused variableTakashi Sakamoto2016-07-111-2/+0
* sbase: fixed missing freeRenu Tyagi2014-09-231-0/+1
* autotools: update stylePatrick Welche2014-02-261-1/+1
* alsa-lib: fixed coverity reported issues under "FORWARD_NULL" checker.Sudarshan Bisht2011-05-041-1/+1
* Add missing -ldl to modules/mixer/simple/*Takashi Iwai2009-01-211-2/+2
* Make sure that python libraries are passed through LIBADD.Diego E. 'Flameeyes' Pettenò2008-11-211-5/+3
* Check for --no-undefined linker flag and use it.Diego E. 'Flameeyes' Pettenò2008-11-211-4/+4
* implemented integer volume <-> dB volume conversion functions for simple mixerJaroslav Kysela2008-04-211-2/+46
* Fix for alsa-lib cross-compilation problems with ALSA_CONFIG_DIR and ALSA_PLU...Pawel MOLL2008-03-071-1/+2
* fix write in simple mixer API - python backendsJaroslav Kysela2007-12-041-1/+1
* Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-156-6/+6
* changed python-incdir to python-includes for configure.inJaroslav Kysela2007-09-121-2/+2
* Fix a typoTakashi Iwai2007-08-311-1/+1
* improved python detection and added --with-pythonincdir for configure.inJaroslav Kysela2007-08-312-1/+3
* alsa simple mixer - python basic abstraction - simplified using get/setArrayJaroslav Kysela2007-08-301-27/+21
* mixer simple basic abstraction - added python bindingJaroslav Kysela2007-07-115-0/+1307
* Add config and plugin directory options to configureTakashi Iwai2007-05-032-2/+2
* Fix compile warningsTakashi Iwai2005-12-161-25/+33
* Allow partial build with selected componentsTakashi Iwai2005-11-301-0/+2
* Allow separate build and source treesTakashi Iwai2005-08-231-0/+2
* moved simple mixer abstraction modules to modules/mixer/simple directoryJaroslav Kysela2005-08-228-0/+998