summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleozwang <leozwang@google.com>2016-01-20 13:26:43 -0800
committerleozwang <leozwang@google.com>2016-01-20 13:26:43 -0800
commitbf4b10d14721b5821815a22bb77db0c30e476d3f (patch)
tree3cf6fe3b186778670f888a1978c28ed7fea26c55
parente882ce195775b22b256ef2563035b0be43b30346 (diff)
downloadfreescale-bf4b10d14721b5821815a22bb77db0c30e476d3f.tar.gz
Fix build.
Change-Id: Ia6d8a2e4203ee866717e993ab051cb4fd4696874
-rwxr-xr-xperipheral/alsa/tinyalsa_hal.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/peripheral/alsa/tinyalsa_hal.c b/peripheral/alsa/tinyalsa_hal.c
index 6ab494e..e1059c8 100755
--- a/peripheral/alsa/tinyalsa_hal.c
+++ b/peripheral/alsa/tinyalsa_hal.c
@@ -48,6 +48,7 @@
#include "config_cs42888.h"
#include "config_wm8960.h"
#include "config_sii902x.h"
+#include "control.h"
#ifdef BRILLO
#define PCM_HW_PARAM_ACCESS 0
@@ -3485,5 +3486,3 @@ struct audio_module HAL_MODULE_INFO_SYM = {
.methods = &hal_module_methods,
},
};
-
-