mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Install of the alsalisp binary has been disabled since 2006 (in commit8d382ccd), and building of it was disabled by default in 2018 (in commit32ceab21), 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 commit32ceab21disabled 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>
71 lines
966 B
Text
71 lines
966 B
Text
.*
|
|
!.travis.yml
|
|
configure
|
|
config.log
|
|
config.cache
|
|
config.status
|
|
config.guess
|
|
config.sub
|
|
confdefs.h
|
|
config.h.in
|
|
Makefile
|
|
libtool
|
|
depcomp
|
|
ltmain.sh
|
|
test-driver
|
|
version
|
|
Makefile.in
|
|
aclocal.m4
|
|
mkinstalldirs
|
|
install-sh
|
|
missing
|
|
autom4te.cache
|
|
depcomp
|
|
compile
|
|
ltconfig
|
|
*.la
|
|
*.lo
|
|
*.pc
|
|
*.o
|
|
*~
|
|
include/config.h
|
|
include/stamp-h1
|
|
include/stamp-vh
|
|
include/version.h
|
|
include/alsa
|
|
include/asoundlib.h
|
|
utils/alsa-lib.spec
|
|
aserver/aserver
|
|
m4/libtool.m4
|
|
m4/ltoptions.m4
|
|
m4/ltsugar.m4
|
|
m4/ltversion.m4
|
|
m4/lt~obsolete.m4
|
|
src/Versions
|
|
src/Versions.in
|
|
src/conf/topology/sklrt286/data/pvt_data
|
|
src/control/ctl_symbols_list.c
|
|
src/pcm/pcm_symbols_list.c
|
|
doc/doxygen/*
|
|
doc/doxygen.cfg
|
|
test/audio_time
|
|
test/chmap
|
|
test/client_event_filter
|
|
test/control
|
|
test/latency
|
|
test/midiloop
|
|
test/namehint
|
|
test/oldapi
|
|
test/chmap
|
|
test/pcm
|
|
test/pcm_min
|
|
test/pcm-multi-thread
|
|
test/playmidi1
|
|
test/queue_timer
|
|
test/rawmidi
|
|
test/seq
|
|
test/seq-ump-example
|
|
test/timer
|
|
test/umpinfo
|
|
test/lsb/config
|
|
test/lsb/midi_event
|