summaryrefslogtreecommitdiff
path: root/sound/soc/imx/imx-esai.h
diff options
context:
space:
mode:
authorLionel Xu <Lionel.Xu@freescale.com>2011-07-27 16:04:53 +0800
committerLionel Xu <Lionel.Xu@freescale.com>2011-07-27 17:29:25 +0800
commit57b30e3542dd14e8d5924a6f222aacd448901daf (patch)
tree4eedacc06abc92504521ea87b85997946087d72c /sound/soc/imx/imx-esai.h
parent4c39e85327e263cba4a0bbde525196eebf3b6563 (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/imx-esai.h')
-rw-r--r--sound/soc/imx/imx-esai.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/soc/imx/imx-esai.h b/sound/soc/imx/imx-esai.h
index ac50e72dc57b..e8f2a71a6e71 100644
--- a/sound/soc/imx/imx-esai.h
+++ b/sound/soc/imx/imx-esai.h
@@ -326,10 +326,5 @@ struct imx_esai {
struct platform_device *soc_platform_pdev;
struct platform_device *soc_platform_pdev_fiq;
};
-int snd_imx_pcm_mmap(struct snd_pcm_substream *substream, \
- struct vm_area_struct *vma);
-int imx_pcm_new(struct snd_card *card, struct snd_soc_dai *dai,
- struct snd_pcm *pcm);
-void imx_pcm_free(struct snd_pcm *pcm);
#endif