diff options
author | Alan Tull <r80115@freescale.com> | 2010-04-05 17:54:01 -0500 |
---|---|---|
committer | Alejandro Gonzalez <alex.gonzalez@digi.com> | 2010-05-25 11:20:21 +0200 |
commit | 2dd7d6980a9f5f622e89183da684a6e150631f08 (patch) | |
tree | fb1ca82ff211cdf2d2aeaaf24b37f9acf6b5f0bf /sound/soc/mxs/mxs-spdif-dai.c | |
parent | 5b93cac16c87d49a100184ebfbfe7ed33d68d3d4 (diff) |
ENGR00122274 mx23: spdif playback
Support S/PDIF playback on the mx23evk.
Signed-off-by: Alan Tull <r80115@freescale.com>
Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
Diffstat (limited to 'sound/soc/mxs/mxs-spdif-dai.c')
-rw-r--r-- | sound/soc/mxs/mxs-spdif-dai.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/mxs/mxs-spdif-dai.c b/sound/soc/mxs/mxs-spdif-dai.c index 5c9f93d73801..052c404c496d 100644 --- a/sound/soc/mxs/mxs-spdif-dai.c +++ b/sound/soc/mxs/mxs-spdif-dai.c @@ -22,6 +22,7 @@ #include <sound/pcm.h> #include <sound/soc.h> #include <mach/dma.h> +#include <mach/hardware.h> #include "../codecs/mxs_spdif.h" #include "mxs-pcm.h" |