summaryrefslogtreecommitdiff
path: root/src/alisp
AgeCommit message (Expand)AuthorFilesLines
2009-09-30alisp: Comment out an unused function to avoid compiler warnings.Stefan Schmidt1-0/+4
2008-11-21Mark static tables as constant when possible.Diego E. 'Flameeyes' Pettenò2-4/+4
2007-10-15Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela3-3/+3
2007-05-03Add config and plugin directory options to configureTakashi Iwai1-1/+1
2006-09-26remove unneeded headers from alsa-lib/src/alisp/alisp.cMike Frysinger1-1/+0
2006-02-27remove superfluous free() checksClemens Ladisch1-8/+4
2005-01-19Fix compile warningTakashi Iwai1-6/+6
2003-12-23ALISP updateJaroslav Kysela1-151/+432
2003-12-21Fixed lisp for ordinary mixer APIJaroslav Kysela2-17/+18
2003-12-13alisp - removed all memory leaks from alisp_snd.c discovered by hctl.lisp scriptJaroslav Kysela1-109/+245
2003-12-13alisp updateJaroslav Kysela3-535/+1091
2003-10-13More changes to the ordinary mixer APIJaroslav Kysela2-41/+87
2003-09-09added snd_hctl_ctl() functionJaroslav Kysela2-83/+202
2003-09-03added snd_user_file() functionJaroslav Kysela1-37/+454
2003-08-22alsalisp memory allocation optimizationJaroslav Kysela2-82/+180
2003-08-03alisp - implemented hctl_elem_read/write and findJaroslav Kysela3-26/+249
2003-08-01More alisp changesJaroslav Kysela2-6/+60
2003-07-30Added some hctl_elem functions to alispJaroslav Kysela1-15/+116
2003-07-29More alisp extensions (card related functions, ctl_card_info).Jaroslav Kysela2-7/+156
2003-07-27Added snd_hctl_open_ctl() function.Jaroslav Kysela4-118/+494
2003-07-26Added float number supportJaroslav Kysela2-100/+387
2003-06-27Fixed some lisp bugsJaroslav Kysela2-14/+42
2003-06-24Initial code for lisp interpreterJaroslav Kysela3-0/+1729