summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Initial amixer implementation + ctl & hctl API mergingamixerJaroslav Kysela2009-05-1529-2809/+3852
* Release v1.0.20v1.0.20Jaroslav Kysela2009-05-061-1/+1
* Merge branch 'master' of /export/git/alsa/alsa-lib/Takashi Iwai2009-04-232-4/+14
|\
| * pcm: more better documentation for snd_pcm_poll_descriptorsJaroslav Kysela2009-04-211-4/+10
| * pcm_hw plugin: show appl_ptr and hw_ptr in dump() callbackJaroslav Kysela2009-04-091-0/+2
| * pcm_hw plugin: preserve monotonic flag also after snd_pcm_hw_params() callJaroslav Kysela2009-04-081-0/+2
* | Add route_policy copy to HDA-Intel.conf for captureTakashi Iwai2009-03-231-0/+2
|/
* Change "%b" to represent bits instead of bytes in PCM file pluginPavel Hofman2009-03-031-2/+2
* Fix typos in ALSA Lib documentationPatricio Paez2009-02-232-24/+24
* Merge branch 'master' of git@git.alsa-project.org:alsa-libTakashi Iwai2009-02-171-10/+3
|\
| * oxygen: remove softvol pluginClemens Ladisch2009-02-171-10/+3
* | Change numid properly with external ctl pluginsTakashi Iwai2009-02-171-3/+15
|/
* Add hint.device = 0 to pcm.default of HDA-Intel.confTakashi Iwai2009-02-131-0/+1
* fix pcm_set_params() documentationClemens Ladisch2009-02-111-1/+1
* Fix misc compile warningsTakashi Iwai2009-02-021-0/+2
* Fix handling of revents in snd_pcm_poll_descriptors_revents()Takashi Iwai2009-02-021-23/+19
* PCM parameters in file pluginPavel Hofman2009-01-291-47/+219
* Fix off_t in kernel structTakashi Iwai2009-01-281-1/+1
* Remove own "default" PCM config from GUS.confTakashi Iwai2009-01-281-54/+0
* Fix plug conversion with mmap emulationTakashi Iwai2009-01-271-8/+25
* Fix GUS.conf to be usableKrzysztof Helt2009-01-271-7/+14
* Add missing -ldl to modules/mixer/simple/*Takashi Iwai2009-01-211-2/+2
* Fix build with softfloat optionTakashi Iwai2009-01-212-0/+9
* Release v1.0.19v1.0.19Jaroslav Kysela2009-01-191-1/+1
* add softvol for CMI8788Clemens Ladisch2009-01-191-3/+10
* Add m4/attributes.m4 as dist file..Jaroslav Kysela2009-01-051-1/+2
* Don't accept an empty string for $ALSA_CONFIG_PATHTakashi Iwai2008-12-101-1/+1
* Fix softvol access refineTakashi Iwai2008-12-041-4/+52
* Fix snd-pcsp default configurationTakashi Iwai2008-11-261-8/+8
* Mark static tables as constant when possible.Diego E. 'Flameeyes' Pettenò2008-11-219-20/+20
* Make string arrays as constant as possible.Diego E. 'Flameeyes' Pettenò2008-11-214-25/+25
* Make all the remaining ops structure constants.Diego E. 'Flameeyes' Pettenò2008-11-218-12/+12
* Make all the PCM plugins ops structure constant.Diego E. 'Flameeyes' Pettenò2008-11-2130-49/+49
* Make snd_pcm_hw_params_names static to pcm_params.c .Diego E. 'Flameeyes' Pettenò2008-11-211-1/+1
* Make seq, rawmidi and control operation structures static const.Diego E. 'Flameeyes' Pettenò2008-11-218-8/+8
* Make some static tables and strings constants.Diego E. 'Flameeyes' Pettenò2008-11-2114-49/+49
* 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-213-5/+7
* Add the attributes.m4 macro file from xine/lscube.Diego E. 'Flameeyes' Pettenò2008-11-214-1/+321
* Don't use AC_CANONICAL_SYSTEM, only use AC_CANONICAL_HOST.Diego E. 'Flameeyes' Pettenò2008-11-211-7/+7
* Fix segfault with invalid meter plugin optionTakashi Iwai2008-11-191-1/+1
* Add linear plugin wrapping iec958 PCM for ice1724-based boardsTakashi Iwai2008-11-193-0/+24
* Fix volume/switch updates for global/simple mixer elementsTakashi Iwai2008-11-101-3/+19
* Release v1.0.18v1.0.18Jaroslav Kysela2008-10-291-1/+1
* Merge branch 'master' of git@git.alsa-project.org:alsa-libJaroslav Kysela2008-10-234-20/+65
|\
| * Add iec958 PCM definition for PS3Takashi Iwai2008-10-201-0/+39
| * Fix sort-out of non-existing devices in namehintTakashi Iwai2008-10-171-14/+14
| * Increase the components array sizeTakashi Iwai2008-10-071-3/+2
| * Fix return value of snd_ctl_hw_subscribe_events()Takashi Iwai2008-09-301-1/+1
| * Replace some assert() with runtime checksTakashi Iwai2008-09-301-2/+9