mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-19 07:00:06 -05:00
Extracted common code from dmix plugin.
Initial framework for dsnoop and dshare plugins.
This commit is contained in:
parent
8dcce6339b
commit
bc28eccdcd
9 changed files with 2929 additions and 799 deletions
|
|
@ -10,10 +10,11 @@ libpcm_la_SOURCES = atomic.c mask.c interval.c \
|
|||
pcm_rate.c pcm_plug.c pcm_misc.c pcm_mmap.c pcm_multi.c \
|
||||
pcm_shm.c pcm_file.c pcm_null.c pcm_share.c \
|
||||
pcm_meter.c pcm_hooks.c pcm_lfloat.c pcm_ladspa.c \
|
||||
pcm_dmix.c pcm_symbols.c
|
||||
pcm_direct.c pcm_dmix.c pcm_dsnoop.c pcm_dshare.c \
|
||||
pcm_symbols.c
|
||||
noinst_HEADERS = pcm_local.h pcm_plugin.h mask.h mask_inline.h \
|
||||
interval.h interval_inline.h plugin_ops.h ladspa.h \
|
||||
pcm_dmix_i386.h
|
||||
pcm_direct.h pcm_dmix_i386.h
|
||||
|
||||
alsadir = $(datadir)/alsa
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue