summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Miguel Silva <rui.silva@linaro.org>2017-11-28 11:10:46 +0000
committerRui Miguel Silva <rui.silva@linaro.org>2017-11-28 11:10:46 +0000
commita9a79e1e82ea0a9d4ab7cf37fdbffe94c96d1f6d (patch)
tree3fce0d00022cdc93537346043b45704d865452ff
parent4f60b6df7a785ea76d822f913920b58e1737c67b (diff)
ASoc: fsl_asrc: add missing headerslinaro-20171207-001
Memory to Memory support added to fsl asoc needs to create miscdevice to handle imx alsa plugin specific IOCTL. Add missing headers to make this file compile clean. Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org>
-rw-r--r--sound/soc/fsl/fsl_asrc_m2m.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/fsl/fsl_asrc_m2m.c b/sound/soc/fsl/fsl_asrc_m2m.c
index 916e33e017d6..ea0d4ca49c9c 100644
--- a/sound/soc/fsl/fsl_asrc_m2m.c
+++ b/sound/soc/fsl/fsl_asrc_m2m.c
@@ -8,6 +8,9 @@
* kind, whether express or implied.
*/
+#include <linux/miscdevice.h>
+#include <linux/sched/signal.h>
+
#define FSL_ASRC_INPUTFIFO_WML 0x4
#define FSL_ASRC_OUTPUTFIFO_WML 0x2