]> git.alsa-project.org Git - alsa-lib.git/commit
Add external PCM plugin SDK (draft version)
authorTakashi Iwai <tiwai@suse.de>
Tue, 8 Feb 2005 20:57:51 +0000 (20:57 +0000)
committerTakashi Iwai <tiwai@suse.de>
Tue, 8 Feb 2005 20:57:51 +0000 (20:57 +0000)
commit94c4cdcd30a874daf7abfcac1f9759748b75cb0a
treee27ccdd9e7424d03ddbbe80bfa24d816a5e4f795
parentd7a32ca06b740f0e8e80e8fe1103268265b06cdd
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.
include/Makefile.am
include/pcm.h
include/pcm_external.h [new file with mode: 0644]
include/pcm_ioplug.h [new file with mode: 0644]
src/Versions
src/pcm/Makefile.am
src/pcm/pcm_ioplug.c [new file with mode: 0644]