summaryrefslogtreecommitdiffstats
path: root/sound/soc/davinci/edma-pcm.h
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2014-03-23 14:00:50 +0000
committerMark Brown <broonie@linaro.org>2014-03-23 14:00:50 +0000
commite22c3980b9b293598041c09aa298f00809833ad4 (patch)
tree085fe1e6ea7723d5955504a9ce476c4d539bfa56 /sound/soc/davinci/edma-pcm.h
parentb4d032b3fbe444c7978eb5aeda5d24164a9e8c2e (diff)
parent8de131f2e6de83f23059527fc4732c1efe27f93d (diff)
downloadop-kernel-dev-e22c3980b9b293598041c09aa298f00809833ad4.zip
op-kernel-dev-e22c3980b9b293598041c09aa298f00809833ad4.tar.gz
Merge remote-tracking branch 'asoc/topic/davinci' into asoc-next
Diffstat (limited to 'sound/soc/davinci/edma-pcm.h')
-rw-r--r--sound/soc/davinci/edma-pcm.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/sound/soc/davinci/edma-pcm.h b/sound/soc/davinci/edma-pcm.h
new file mode 100644
index 0000000..894c378
--- /dev/null
+++ b/sound/soc/davinci/edma-pcm.h
@@ -0,0 +1,25 @@
+/*
+ * edma-pcm.h - eDMA PCM driver using dmaengine for AM3xxx, AM4xxx
+ *
+ * Copyright (C) 2014 Texas Instruments, Inc.
+ *
+ * Author: Peter Ujfalusi <peter.ujfalusi@ti.com>
+ *
+ * Based on: sound/soc/tegra/tegra_pcm.h
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * version 2 as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ */
+
+#ifndef __EDMA_PCM_H__
+#define __EDMA_PCM_H__
+
+int edma_pcm_platform_register(struct device *dev);
+
+#endif /* __EDMA_PCM_H__ */
OpenPOWER on IntegriCloud