]> git.alsa-project.org Git - alsa-plugins.git/commit
aaf: Introduce plugin skeleton
authorAndre Guedes <andre.guedes@intel.com>
Thu, 25 Oct 2018 01:11:10 +0000 (18:11 -0700)
committerJaroslav Kysela <perex@perex.cz>
Thu, 25 Oct 2018 06:09:02 +0000 (08:09 +0200)
commit147502084fed4ad0fa963d665b52d363ba9cd615
treee6beea753bf71c05f7f561570811764c2c89c81a
parent7dfd3c4fe073319f21192c89a44c16f8b68af3ad
aaf: Introduce plugin skeleton

The patch introduces the skeleton code from the AAF plugin as well as
the buildsystem bits in order to get the plugin built. Following the
approach from other plugins, the AAF plugin is only built if its
dependency (libavtp) is detected by configure.

Follow-up patches implement support for both playback and capture modes.

Signed-off-by: Andre Guedes <andre.guedes@intel.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Makefile.am
aaf/Makefile.am [new file with mode: 0644]
aaf/pcm_aaf.c [new file with mode: 0644]
configure.ac
doc/aaf.txt [new file with mode: 0644]