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>2018-08-12 16:49:36 +0100
commitd106b9e34e67bb213997bf27d35a68e0ac8207cf (patch)
tree4f5ea97d69c3aa87bb40fb8cbb9e8039bcd15a16
parent9d13a923289d6695596599a88e6191798eee9cc9 (diff)
ASoc: fsl_asrc: add missing headers
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