]> git.alsa-project.org Git - alsa-lib.git/commit
Delete alsalisp code
authorSimon Howard <fraggle@soulsphere.org>
Wed, 2 Apr 2025 13:56:23 +0000 (09:56 -0400)
committerJaroslav Kysela <perex@perex.cz>
Mon, 7 Apr 2025 16:36:54 +0000 (18:36 +0200)
commit647c001321e0348cbf51234ec9dde0ebd36d05af
tree75dcc3ff7352b0abfa6e3f30ae1df9a24064c994
parent0d2acc20841fc4c8615c8b41a91d161647c1387d
Delete alsalisp code

Install of the alsalisp binary has been disabled since 2006 (in commit
8d382ccd), and building of it was disabled by default in 2018 (in commit
32ceab21), so it is reasonable to assume that nobody is using it.

Use within the alsa-lib project is limited to an aliases file that looks
like it is intended as an example, plus some very small .alisp files
associated with the SiS SI7018 PCI sound card which has not been
manufactured in years. These too have not been installed since 2018 when
commit 32ceab21 disabled building of the alsalisp binary.

In preparing this change, I searched the Github issue tracker for
"lisp", "alisp" and "alsalisp", and found no complaints about the above
changes. I also did a Github code search for projects that might be
including the `alisp.h` header and found none. Therefore I think this
code can be safely deleted and nobody is likely to object.

Closes: https://github.com/alsa-project/alsa-lib/pull/448
Signed-off-by: Simon Howard <fraggle@soulsphere.org>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
25 files changed:
.gitignore
Makefile.am
alsalisp/Makefile.am [deleted file]
alsalisp/alsalisp.c [deleted file]
alsalisp/hctl.lisp [deleted file]
alsalisp/hello.lisp [deleted file]
alsalisp/itest.lisp [deleted file]
alsalisp/test.lisp [deleted file]
configure.ac
gitcompile
include/Makefile.am
include/alisp.h [deleted file]
include/error.h
src/Makefile.am
src/Versions.in.in
src/alisp/Makefile.am [deleted file]
src/alisp/alisp.c [deleted file]
src/alisp/alisp_local.h [deleted file]
src/alisp/alisp_snd.c [deleted file]
src/conf/Makefile.am
src/conf/cards/Makefile.am
src/conf/cards/SI7018/sndoc-mixer.alisp [deleted file]
src/conf/cards/SI7018/sndop-mixer.alisp [deleted file]
src/conf/cards/aliases.alisp [deleted file]
src/conf/sndo-mixer.alisp [deleted file]