summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Miguel Silva <rui.silva@linaro.org>2017-11-28 11:10:46 +0000
committerBryan O'Donoghue <bryan.odonoghue@linaro.org>2019-05-01 11:51:20 +0100
commit7d2ad6eb2ecf0f8afcecc93595c210f9cdf1e335 (patch)
tree54ba7157a9e6d29bdb40238039e643da9a501bdc
parent45acb63a68d09a83bdeaea8de0fb6a3552661eb6 (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