[alsa-devel] [PATCH - AAF PCM plugin 2/7] aaf: Load configuration parameters
Takashi Iwai
tiwai at suse.de
Wed Oct 10 12:29:50 CEST 2018
On Thu, 04 Oct 2018 01:45:42 +0200,
Andre Guedes wrote:
>
> This patch implements the infrastructure to load the plugin
> configuration from ALSA configuration file. The configuration
> is loaded in open() callback.
>
> All configuration parameters are described in details in doc/aaf.txt
> file.
>
> Signed-off-by: Andre Guedes <andre.guedes at intel.com>
> ---
> aaf/pcm_aaf.c | 131 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> doc/aaf.txt | 52 +++++++++++++++++++++++
> 2 files changed, 183 insertions(+)
>
> diff --git a/aaf/pcm_aaf.c b/aaf/pcm_aaf.c
> index 7890e10..32db15e 100644
> --- a/aaf/pcm_aaf.c
> +++ b/aaf/pcm_aaf.c
> @@ -20,11 +20,138 @@
>
> #include <alsa/asoundlib.h>
> #include <alsa/pcm_external.h>
> +#include <linux/if.h>
> +#include <linux/if_ether.h>
Ideally these standard headers should be checked in configure script.
(Not that important, though.)
thanks,
Takashi
More information about the Alsa-devel
mailing list