mixer: include library local header to find layout of structures

Inner this library, implementation of each features can find actual layout
of structures by including local header. Although, mixer feature is written
without the header and as the same way for applications. This brings some
inefficiencies such as usage of alloca() to keep memory objects for the
structures.

This commit includes the header for further improvements in mixer
feature.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Takashi Sakamoto 2016-07-15 09:23:05 +09:00 committed by Takashi Iwai
parent 33e946fdd3
commit 9e1c73cdd4

View file

@ -38,7 +38,7 @@
#include <assert.h>
#include <math.h>
#include <limits.h>
#include <alsa/asoundlib.h>
#include "local.h"
#include "config.h"
#include "mixer_simple.h"