aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/mxs/mxs-pcm.h
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2013-11-28 08:50:37 +0100
committerMark Brown <broonie@linaro.org>2013-12-02 11:49:36 +0000
commit2650bc4f6d0c36f1219d2070485cc2980a88fab3 (patch)
treed74287725a4178cab40928564c2253c5fdc60d57 /sound/soc/mxs/mxs-pcm.h
parentASoC: generic-dmaengine-pcm: Set BATCH flag when residue reporting is not supported (diff)
downloadlinux-dev-2650bc4f6d0c36f1219d2070485cc2980a88fab3.tar.xz
linux-dev-2650bc4f6d0c36f1219d2070485cc2980a88fab3.zip
ASoC: mxs: Use devm_snd_dmaengine_pcm_register()
Makes the code shorter. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/mxs/mxs-pcm.h')
-rw-r--r--sound/soc/mxs/mxs-pcm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/mxs/mxs-pcm.h b/sound/soc/mxs/mxs-pcm.h
index bc685b67cac7..035ea0436ca5 100644
--- a/sound/soc/mxs/mxs-pcm.h
+++ b/sound/soc/mxs/mxs-pcm.h
@@ -20,6 +20,5 @@
#define _MXS_PCM_H
int mxs_pcm_platform_register(struct device *dev);
-void mxs_pcm_platform_unregister(struct device *dev);
#endif