simplify things with just 1 process function

Make just one process function in spa node. With the io area states
we can do more complicated io patterns.
This commit is contained in:
Wim Taymans 2018-03-16 16:55:25 +01:00
parent e8d0281982
commit 9b0a880afb
21 changed files with 202 additions and 359 deletions

View file

@ -165,8 +165,8 @@ endif
subdir('spa')
subdir('src')
subdir('pkgconfig')
#subdir('pipewire-jack')
#subdir('alsa-plugins')
subdir('pipewire-jack')
subdir('alsa-plugins')
if get_option('enable_docs')
doxygen = find_program('doxygen', required : false)