diff options
author | Lionel Xu <Lionel.Xu@freescale.com> | 2011-07-27 16:04:53 +0800 |
---|---|---|
committer | Lionel Xu <Lionel.Xu@freescale.com> | 2011-07-27 17:29:25 +0800 |
commit | 57b30e3542dd14e8d5924a6f222aacd448901daf (patch) | |
tree | 4eedacc06abc92504521ea87b85997946087d72c /sound/soc/imx/Makefile | |
parent | 4c39e85327e263cba4a0bbde525196eebf3b6563 (diff) |
ENGR00153793-1 ESAI: Resolve esai codec i2c suspend/resume problem
1)Resolve esai codec i2c suspend/resume problem;
2)Remove imx pcm operating function which already defined in imx-ssi.c
Signed-off-by: Lionel Xu <R63889@freescale.com>
Diffstat (limited to 'sound/soc/imx/Makefile')
-rw-r--r-- | sound/soc/imx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/imx/Makefile b/sound/soc/imx/Makefile index 566acffdbf92..a364c0faaff4 100644 --- a/sound/soc/imx/Makefile +++ b/sound/soc/imx/Makefile @@ -1,5 +1,5 @@ # i.MX Platform Support -snd-soc-imx-objs := imx-esai.o +snd-soc-imx-objs := imx-ssi.o imx-esai.o snd-soc-imx-fiq-objs := imx-pcm-fiq.o snd-soc-imx-mx2-objs := imx-pcm-dma-mx2.o snd-soc-imx-spdif-dai-objs := imx-spdif-dai.o |