summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-27Release v1.0.24v1.0.24Jaroslav Kysela1-1/+1
2011-01-27real fix for the UCM code compilation issueJaroslav Kysela1-0/+3
2011-01-27Fix UCM component handling in configure.inJaroslav Kysela1-0/+3
2011-01-27Update hdspm.h file from Adrian Knoth - final versionJaroslav Kysela1-171/+1
2011-01-26Update hdspm.h file from Adrian KnothJaroslav Kysela2-43/+308
2011-01-26Add hdspm.h kernel header to include/alsa/sound tree for the hdspmixer appJaroslav Kysela1-0/+134
2011-01-24Merge branch 'ucm'Jaroslav Kysela18-5/+3840
2011-01-23pcm: fix typo in snd_pcm_recover() error messageFrancesco Cosoleto1-1/+1
2011-01-11ucm: fix switch device & modifier when no transition is foundLiam Girdwood1-3/+3
2011-01-11ucm: add snd_use_case_verb_list() inline functionJaroslav Kysela1-1/+12
2011-01-10aliases.conf: add aliases for CMI8788-based cardsClemens Ladisch1-0/+4
2010-12-22ucm: ctlparse - always terminate cset bufferLiam Girdwood1-1/+1
2010-12-22ucm: fix handling of cset with spaces in the control nameLiam Girdwood1-1/+1
2010-12-22ucm: only select modifier when supported device is enabledLiam Girdwood1-10/+44
2010-12-22ucm: implement basic script exec functionalityLiam Girdwood1-1/+3
2010-12-22ucm: check the correct return value for modifierLiam Girdwood1-1/+1
2010-12-22ucm: check for valid value list before dereference.Liam Girdwood1-0/+3
2010-12-22ucm: remove unused code.Liam Girdwood1-2/+0
2010-12-22ucm: make sure active modifier and device lists are initialisedLiam Girdwood1-0/+2
2010-12-22ucm: remove parse_device() and call parse_compound() directlyLiam Girdwood1-8/+2
2010-12-22ucm: modifiers names must be compound parseLiam Girdwood1-4/+23
2010-12-22ucm: removed unused 'active' member in struct use_case_deviceLiam Girdwood1-2/+0
2010-11-29ucm: initial implementation for cdev/csetJaroslav Kysela3-13/+193
2010-11-29ucm: CTL devices are only one per card (remove DEV from comments)Jaroslav Kysela1-3/+3
2010-11-29ucm: add ValueDefaults section to the master fileJaroslav Kysela4-25/+60
2010-11-23pcm_plugin: fix delayPierre-Louis Bossart1-0/+6
2010-11-23ucm: add cdevJaroslav Kysela3-3/+19
2010-11-23pcm: add MMAP_EMUL to type namesJaroslav Kysela1-0/+1
2010-11-22pcm_plugin: remove unused client_frames and slave_frames routinesPierre-Louis Bossart2-31/+4
2010-11-18pcm: fix snd_pcm_avail_delay() functionJaroslav Kysela1-3/+7
2010-11-15support for period wakeup disablingClemens Ladisch4-1/+79
2010-11-15pcm: pass hw_params flags to slaveClemens Ladisch1-0/+1
2010-11-10ucm: fix parser for sequences and fix wrong strcmpJaroslav Kysela3-6/+17
2010-11-10USB-Audio.conf: fix Audiophile USB card nameClemens Ladisch1-2/+6
2010-11-04control: add ASCII parsers from amixerJaroslav Kysela3-1/+360
2010-10-29pcm direct plugins: change timestamping in dsnoopJaroslav Kysela4-8/+28
2010-10-26ucm: debug parserJaroslav Kysela5-154/+268
2010-10-17configure.in: don't rely on test -a, not all shells support itSimon McVittie1-1/+1
2010-10-17Version-check libtool correctly when doing an out-of-tree buildSimon McVittie1-1/+1
2010-10-17tlv: fix returned dB information for min-is-mute controlsClemens Ladisch1-6/+20
2010-10-13ucm: implemented card list featureJaroslav Kysela6-27/+134
2010-10-12ucm: unify snd_use_case_geti(), add snd_use_case_card_list() templateJaroslav Kysela2-8/+34
2010-10-11config file processing: rewrite the locking - use one recursive mutexJaroslav Kysela1-20/+39
2010-10-01namehint: Another fix to properly evaluate hw devicesJaroslav Kysela1-2/+3
2010-10-01namehint: Fix hw device evaluation (missing last device)Jaroslav Kysela1-1/+1
2010-10-01ucm: cosmetic fixJaroslav Kysela1-1/+1
2010-09-22ucm: added implementation for other ucm parts, only card name list is missingJaroslav Kysela2-12/+220
2010-09-22ucm: Introduce "Value {}" section, more implementation workJaroslav Kysela5-1303/+823
2010-09-15Fix typo for surround PCMs in src/conf/cards/Loopback.confJaroslav Kysela1-3/+3
2010-09-15ucm: Moved ucm to src/ucm subdirectoryJaroslav Kysela11-3526/+2888