summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ucm: fix switch device & modifier when no transition is founducmLiam Girdwood2011-01-111-3/+3
* ucm: add snd_use_case_verb_list() inline functionJaroslav Kysela2011-01-111-1/+12
* ucm: ctlparse - always terminate cset bufferLiam Girdwood2010-12-221-1/+1
* ucm: fix handling of cset with spaces in the control nameLiam Girdwood2010-12-221-1/+1
* ucm: only select modifier when supported device is enabledLiam Girdwood2010-12-221-10/+44
* ucm: implement basic script exec functionalityLiam Girdwood2010-12-221-1/+3
* ucm: check the correct return value for modifierLiam Girdwood2010-12-221-1/+1
* ucm: check for valid value list before dereference.Liam Girdwood2010-12-221-0/+3
* ucm: remove unused code.Liam Girdwood2010-12-221-2/+0
* ucm: make sure active modifier and device lists are initialisedLiam Girdwood2010-12-221-0/+2
* ucm: remove parse_device() and call parse_compound() directlyLiam Girdwood2010-12-221-8/+2
* ucm: modifiers names must be compound parseLiam Girdwood2010-12-221-4/+23
* ucm: removed unused 'active' member in struct use_case_deviceLiam Girdwood2010-12-221-2/+0
* ucm: initial implementation for cdev/csetJaroslav Kysela2010-11-293-13/+193
* ucm: CTL devices are only one per card (remove DEV from comments)Jaroslav Kysela2010-11-291-3/+3
* ucm: add ValueDefaults section to the master fileJaroslav Kysela2010-11-294-25/+60
* ucm: add cdevJaroslav Kysela2010-11-233-3/+19
* ucm: fix parser for sequences and fix wrong strcmpJaroslav Kysela2010-11-103-6/+17
* control: add ASCII parsers from amixerJaroslav Kysela2010-11-043-1/+360
* ucm: debug parserJaroslav Kysela2010-10-265-154/+268
* ucm: implemented card list featureJaroslav Kysela2010-10-136-27/+134
* ucm: unify snd_use_case_geti(), add snd_use_case_card_list() templateJaroslav Kysela2010-10-122-8/+34
* ucm: cosmetic fixJaroslav Kysela2010-10-011-1/+1
* ucm: added implementation for other ucm parts, only card name list is missingJaroslav Kysela2010-09-222-12/+220
* ucm: Introduce "Value {}" section, more implementation workJaroslav Kysela2010-09-225-1303/+823
* ucm: Moved ucm to src/ucm subdirectoryJaroslav Kysela2010-09-1511-3526/+2888
* ucm: Recode header to be more universalJaroslav Kysela2010-08-251-200/+93
* ucm: build - add build support for Use Case ManagerLiam Girdwood2010-08-233-2/+3
* ucm: core - Add initial Use Case Manager support.Liam Girdwood2010-08-231-0/+3515
* ucm: header - ALSA Use Case ManagerLiam Girdwood2010-08-231-0/+427
* general: recoded snd_dlobj_ functionsJaroslav Kysela2010-08-237-121/+151
* HDA-Intel: do not lock IEC958 Playback switchPierre-Louis Bossart2010-08-231-4/+0
* namehint: Evaluate more possibilities for hw devicesJaroslav Kysela2010-08-201-5/+13
* Add missing support for 3-byte formats for 16bit put conversionTakashi Iwai2010-08-132-4/+44
* pcm: Fixed typo (wrong deleted line) instroduced in the minperiodsize patchJaroslav Kysela2010-08-121-0/+1
* pcm: introduce defaults.pcm.compat to change the params choose behaviourJaroslav Kysela2010-08-114-3/+16
* pcm: add defaults.pcm.minperiodtime parsingJaroslav Kysela2010-08-114-2/+21
* HDA-Intel: present all 4 HDMI outputs instead of just the first oneAnssi Hannula2010-08-091-4/+104
* test/latency: fix timediff calculationJaroslav Kysela2010-08-041-1/+1
* pcm_plug: fix comparison always trueAnssi Hannula2010-08-021-1/+1
* pcm - ladspa: fix small memory leak in snd_pcm_ladspa_free_instances()Jaroslav Kysela2010-07-221-0/+2
* Memory leak in namehint.cJohn Lindgren2010-07-211-0/+2
* tlv: Remove tailing tab after snd_ctl_get_dB_range functionPeter Ujfalusi2010-07-201-1/+1
* tlv: Handle 'holes' in SND_CTL_TLVT_DB_RANGE arrayPeter Ujfalusi2010-07-201-1/+7
* tlv: Check out of range dB with SND_CTL_TLVT_DB_RANGEPeter Ujfalusi2010-07-201-1/+11
* alisp - Fix a string format ambiguityColin Guthrie2010-05-271-1/+1
* control: tlv: Check dB range only within the control's volume rangePeter Ujfalusi2010-05-191-3/+8
* seq: Fix for snd_seq_parse_address()Pedro Lopez-Cabanillas2010-04-221-1/+2
* Use thread-safe locale functions if availableRémi Denis-Courmont2010-04-211-0/+16
* Check for thread-specific locale supportRémi Denis-Courmont2010-04-211-0/+1