aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/mxs/mxs-saif.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/mxs/mxs-saif.c')
-rw-r--r--sound/soc/mxs/mxs-saif.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sound/soc/mxs/mxs-saif.c b/sound/soc/mxs/mxs-saif.c
index 3a2aa1d19b93..41a6136e3535 100644
--- a/sound/soc/mxs/mxs-saif.c
+++ b/sound/soc/mxs/mxs-saif.c
@@ -33,11 +33,12 @@
33#include <sound/pcm_params.h> 33#include <sound/pcm_params.h>
34#include <sound/soc.h> 34#include <sound/soc.h>
35#include <asm/mach-types.h> 35#include <asm/mach-types.h>
36#include <mach/hardware.h>
37#include <mach/mxs.h>
38 36
39#include "mxs-saif.h" 37#include "mxs-saif.h"
40 38
39#define MXS_SET_ADDR 0x4
40#define MXS_CLR_ADDR 0x8
41
41static struct mxs_saif *mxs_saif[2]; 42static struct mxs_saif *mxs_saif[2];
42 43
43/* 44/*