mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-17 08:56:45 -05:00
Add external PCM plugin SDK (draft version)
Added the external PCM plugin SDK (draft version). This can be used to create external PCM plugins. Example codes are found in alsa-plugins directory.
This commit is contained in:
parent
d7a32ca06b
commit
94c4cdcd30
7 changed files with 1053 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ alsainclude_HEADERS = asoundlib.h asoundef.h \
|
|||
seq_event.h seq.h seqmid.h seq_midi_event.h \
|
||||
conv.h instr.h iatomic.h \
|
||||
pcm_ordinary.h mixer_ordinary.h \
|
||||
alisp.h
|
||||
alisp.h pcm_external.h pcm_ioplug.h
|
||||
|
||||
noinst_HEADERS = sys.h search.h list.h aserver.h local.h alsa-symbols.h
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue