summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add morphology for alsa-libbaserock/morphJannis Pohlmann2012-10-051-0/+6
* Update .gitignoreTakashi Iwai2012-09-221-0/+2
* test: add audio_timePierre-Louis Bossart2012-09-222-1/+240
* PCM: Fix infinite loop in htimestamp of dmix, dsnoop and dshare pluginsTakashi Iwai2012-09-213-0/+3
* PCM: Fill SND_CHMAP_NA to silent channels in route pluginTakashi Iwai2012-09-201-1/+3
* PCM: A few doxygen fixes for chmap stuffTakashi Iwai2012-09-132-7/+54
* PCM: Fix the conversion from string to chmap positionTakashi Iwai2012-09-131-10/+27
* PCM: Define MONO and other channel map positionsTakashi Iwai2012-09-133-8/+30
* test/chmap: Fix wrong malloc sizeTakashi Iwai2012-09-131-1/+1
* conf: Add chmap definitions to TRIDENT and SI7018 configurationsTakashi Iwai2012-09-132-0/+4
* PCM: Use compounds for overriding / enhancing chmapsTakashi Iwai2012-09-137-45/+144
* Add chmap override definitions for Emu10k1, Audigy and Audigy2 cardsTakashi Iwai2012-09-133-0/+10
* PCM: Add the missing query_chmaps for route pluginTakashi Iwai2012-09-131-5/+19
* PCM: Add chmap options to hw and null pluginsTakashi Iwai2012-09-134-1/+111
* PCM: Add query_chmaps support to multi pluginTakashi Iwai2012-09-131-41/+111
* PCM: Add snd_pcm_chmap_long_name()Takashi Iwai2012-09-132-0/+33
* PCM: Add SND_CHMAP_API_VERSION definitionTakashi Iwai2012-09-131-0/+3
* PCM: Add string conversion helper functions for chmapTakashi Iwai2012-09-133-57/+160
* PCM: Fix prefix for snd_pcm_chmap_type enum membersTakashi Iwai2012-09-131-4/+5
* Fix duplicated channel entry in test/chmap.cTakashi Iwai2012-09-131-1/+1
* PCM: Implement snd_pcm_query_chmaps_from_hw()Takashi Iwai2012-09-132-41/+79
* PCM: Introduce snd_pcm_chmap_t and snd_pcm_chmap_query_tTakashi Iwai2012-09-1315-84/+102
* Add SND_CHMAP_NA and bit flag definitionsTakashi Iwai2012-09-133-7/+23
* Follow channel position definitions to mixer channel in mixer.hTakashi Iwai2012-09-133-21/+20
* Define channel map position enum in pcm.hTakashi Iwai2012-09-111-1/+27
* Cache the chmap operation errorsTakashi Iwai2012-09-111-12/+54
* Add test/chmap programTakashi Iwai2012-09-113-1/+257
* Implement get_chmap/set_chmap for PCM extplug/ioplug pluginsTakashi Iwai2012-09-114-3/+93
* Implement get_chmap/set_chmap for PCM plug, route and multi pluginsTakashi Iwai2012-09-113-0/+93
* Implement the channel mapping APITakashi Iwai2012-09-1127-0/+386
* Release v1.0.26v1.0.26Jaroslav Kysela2012-09-061-1/+1
* doc: Use 'rm -rf' for the html doxygen tree (it contains search/ dir now)Jaroslav Kysela2012-09-061-2/+2
* PCM: plug: Move fast_ops copy after slave configuration.Reilly Grant2012-08-311-2/+3
* PCM: Allow to run older version of extplug pluginTakashi Iwai2012-08-152-4/+8
* Ignore .* files in generalTakashi Iwai2012-08-101-2/+1
* ucm: Add const to execute_cset() argumentTakashi Iwai2012-08-101-1/+1
* ucm: Improve cset command parsingTakashi Iwai2012-08-102-24/+46
* test/latency.c: Fix string argument to getopt_long, so now it handles -E and -BMario Domenech Goulart2012-08-081-1/+1
* ucm: Return NULL from get_list0() and get_list20() in case of empty lists.Tanu Kaskinen2012-08-011-2/+6
* build: Disable another compile chack with --disable-alsatestArun Raghavan2012-07-171-0/+2
* ucm: Add missing pthread.h includeArun Raghavan2012-07-171-0/+1
* build: Fallback to alphasort() if versionsort() isn't availableArun Raghavan2012-07-172-2/+12
* control: Use strcpy() instead of stpcpy()Arun Raghavan2012-07-171-2/+4
* hctl: Remove a useless assertMartin Sandsmark2012-07-051-1/+0
* Fix the binary compatibility of ext-ctl plugin with protocol 1.0.0Takashi Iwai2012-06-252-5/+7
* ucm: Handle repeat device and modifier enables/disablesArun Raghavan2012-05-291-28/+34
* conf: Add more USB devices to S/PDIF blacklistDavid Henningsson2012-05-231-0/+4
* tlv: improve robustness of raw value rangesBenoît Thébaudeau2012-05-231-20/+16
* pcm_dsnoop: comment fall-through in next "case"Antonio Borneo2012-05-141-0/+1
* pcm: add missing "break" in "switch"Antonio Borneo2012-05-141-0/+1