summaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorKuninori Morimoto2018-01-29 03:41:09 +0100
committerMark Brown2018-02-12 12:45:08 +0100
commitbe7ee5f32a9a4eba881d18e85d58e9a03a9cca99 (patch)
treeaebf3b3d8c56abf78e2e1288f90b01e0f1a94a8b /include/sound
parentASoC: soc-utils: replace platform to component (diff)
downloadkernel-qcow2-linux-be7ee5f32a9a4eba881d18e85d58e9a03a9cca99.tar.gz
kernel-qcow2-linux-be7ee5f32a9a4eba881d18e85d58e9a03a9cca99.tar.xz
kernel-qcow2-linux-be7ee5f32a9a4eba881d18e85d58e9a03a9cca99.zip
ASoC: soc-generic-dmaengine-pcm: replace platform to component
Now platform can be replaced to component, let's do it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/dmaengine_pcm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/dmaengine_pcm.h b/include/sound/dmaengine_pcm.h
index 67be2445941a..8a5a8404966e 100644
--- a/include/sound/dmaengine_pcm.h
+++ b/include/sound/dmaengine_pcm.h
@@ -161,4 +161,6 @@ int snd_dmaengine_pcm_prepare_slave_config(struct snd_pcm_substream *substream,
struct snd_pcm_hw_params *params,
struct dma_slave_config *slave_config);
+#define SND_DMAENGINE_PCM_DRV_NAME "snd_dmaengine_pcm"
+
#endif