diff options
author | Mark Brown <broonie@linaro.org> | 2014-03-23 18:00:50 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-03-23 18:00:50 +0400 |
commit | e22c3980b9b293598041c09aa298f00809833ad4 (patch) | |
tree | 085fe1e6ea7723d5955504a9ce476c4d539bfa56 /sound/soc/davinci/edma-pcm.h | |
parent | b4d032b3fbe444c7978eb5aeda5d24164a9e8c2e (diff) | |
parent | 8de131f2e6de83f23059527fc4732c1efe27f93d (diff) | |
download | linux-e22c3980b9b293598041c09aa298f00809833ad4.tar.xz |
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.h | 25 |
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 000000000000..894c378c0f74 --- /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__ */ |